public static class TestCLI.ShellThread
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
ShellThread(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
void |
setCommands(java.lang.String[] commands) |
void |
setLatch(java.util.concurrent.CountDownLatch latch) |
void |
setNumIterations(int numIterations) |
void |
setTimeout(long t) |
public ShellThread(java.lang.String id)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundExceptionjava.io.IOExceptionpublic void setLatch(java.util.concurrent.CountDownLatch latch)
public void setNumIterations(int numIterations)
public void setCommands(java.lang.String[] commands)
public void setTimeout(long t)
public void run()
run in interface java.lang.RunnableCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.