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.Exception
void stdout(java.lang.Appendable app) throws java.lang.Exception
java.lang.Exception
void stdin(java.lang.String input) throws java.lang.Exception
java.lang.Exception
int launch() throws java.lang.Exception
java.lang.Exception
void cancel() throws java.lang.Exception
java.lang.Exception
java.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.InterruptedException
long getTimeout()
boolean validate(java.util.concurrent.Callable<java.lang.Boolean> isCancelled) throws java.lang.Exception
java.lang.Exception