Class ProcessHandler.NoOutBlockingHandler

java.lang.Object
net.bluemind.node.api.ProcessHandler.NoOutBlockingHandler
All Implemented Interfaces:
ProcessHandler
Enclosing interface:
ProcessHandler

public static class ProcessHandler.NoOutBlockingHandler extends Object implements ProcessHandler
  • Constructor Details

    • NoOutBlockingHandler

      public NoOutBlockingHandler()
  • Method Details

    • log

      public void log(String l, boolean isContinued)
      Specified by:
      log in interface ProcessHandler
      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 interface ProcessHandler
    • get

      public int get(long t, TimeUnit unit)
    • starting

      public void starting(String taskRef)
      Specified by:
      starting in interface ProcessHandler