public interface RunSession
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
int |
getAgent() |
int |
getExitCode() |
String |
getHost() |
int |
getJdb() |
String |
getLabel() |
String |
getName() |
Map<String,Object> |
getProperties() |
long |
getTimeout() |
int |
launch() |
void |
stderr(Appendable app) |
void |
stdin(String input) |
void |
stdout(Appendable app) |
boolean |
validate(Callable<Boolean> isCancelled) |
void |
waitTillStarted(long ms) |
String getName()
String getLabel()
int getJdb()
void stderr(Appendable app) throws Exception
Exceptionvoid stdout(Appendable app) throws Exception
Exceptionint getExitCode()
String getHost()
int getAgent()
void waitTillStarted(long ms)
throws InterruptedException
InterruptedExceptionlong getTimeout()
Copyright © 2019 aQute SARL. All rights reserved.