Class CommandCallback

java.lang.Object
org.serviceconnector.util.SynchronousCallback
org.serviceconnector.cmd.sc.CommandCallback
All Implemented Interfaces:
ISCMPMessageCallback, ISCMPSynchronousCallback

public class CommandCallback extends SynchronousCallback
The Class CommandCallback. CommandCallback might be used in a command if executing the command jobs needs a callback. Error handling is addressed by this callback.
  • Constructor Details

    • CommandCallback

      public CommandCallback(boolean synchronous)
      Instantiates a new command callback.
      Parameters:
      synchronous - the synchronous
  • Method Details