public interface RunSession
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
int |
getAgent() |
int |
getExitCode() |
java.lang.String |
getHost() |
int |
getJdb() |
java.lang.String |
getLabel() |
java.lang.String |
getName() |
java.util.Map<java.lang.String,java.lang.Object> |
getProperties() |
long |
getTimeout() |
int |
launch() |
void |
stderr(java.lang.Appendable app) |
void |
stdin(java.lang.String input) |
void |
stdout(java.lang.Appendable app) |
boolean |
validate(java.util.concurrent.Callable<java.lang.Boolean> isCancelled) |
void |
waitTillStarted(long ms) |
java.lang.String getName()
java.lang.String getLabel()
int getJdb()
void stderr(java.lang.Appendable app)
throws java.lang.Exception
java.lang.Exceptionvoid stdout(java.lang.Appendable app)
throws java.lang.Exception
java.lang.Exceptionvoid stdin(java.lang.String input)
throws java.lang.Exception
java.lang.Exceptionint launch()
throws java.lang.Exception
java.lang.Exceptionvoid cancel()
throws java.lang.Exception
java.lang.Exceptionjava.util.Map<java.lang.String,java.lang.Object> getProperties()
int getExitCode()
java.lang.String getHost()
int getAgent()
void waitTillStarted(long ms)
throws java.lang.InterruptedException
java.lang.InterruptedExceptionlong getTimeout()
boolean validate(java.util.concurrent.Callable<java.lang.Boolean> isCancelled)
throws java.lang.Exception
java.lang.Exception