Package net.bluemind.node.api
Class ProcessHandler.NoOutBlockingHandler
java.lang.Object
net.bluemind.node.api.ProcessHandler.NoOutBlockingHandler
- All Implemented Interfaces:
ProcessHandler
- Enclosing interface:
ProcessHandler
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.bluemind.node.api.ProcessHandler
ProcessHandler.BlockingHandler, ProcessHandler.NoOutBlockingHandler
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
NoOutBlockingHandler
public NoOutBlockingHandler()
-
-
Method Details
-
log
- Specified by:
log
in interfaceProcessHandler
- Parameters:
l
-isContinued
- is true when the line was longer than our max frame size. The received line did not end with a line-feed in the original output
-
completed
public void completed(int exitCode) - Specified by:
completed
in interfaceProcessHandler
-
get
-
starting
- Specified by:
starting
in interfaceProcessHandler
-