| Constructor and Description |
|---|
ShellThread(String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
void |
setCommands(String[] commands) |
void |
setLatch(CountDownLatch latch) |
void |
setNumIterations(int numIterations) |
void |
setTimeout(long t) |
public ShellThread(String id) throws ClassNotFoundException, IOException
ClassNotFoundExceptionIOExceptionpublic void setLatch(CountDownLatch latch)
public void setNumIterations(int numIterations)
public void setCommands(String[] commands)
public void setTimeout(long t)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.