Interface RunSession
public interface RunSession
-
Method Summary
Modifier and TypeMethodDescriptionvoidcancel()intgetAgent()intgetHost()intgetJdb()getLabel()getName()longintlaunch()voidstderr(Appendable app) voidvoidstdout(Appendable app) booleanvoidwaitTillStarted(long ms)
-
Method Details
-
getName
String getName() -
getLabel
String getLabel() -
getJdb
int getJdb() -
stderr
- Throws:
Exception
-
stdout
- Throws:
Exception
-
stdin
-
launch
-
cancel
-
getProperties
-
getExitCode
int getExitCode() -
getHost
String getHost() -
getAgent
int getAgent() -
waitTillStarted
- Throws:
InterruptedException
-
getTimeout
long getTimeout() -
validate
-