Class CscSubscribeInactiveCascClientCallback

java.lang.Object
org.serviceconnector.cmd.casc.CscSubscribeInactiveCascClientCallback
All Implemented Interfaces:
ISCMPMessageCallback

public class CscSubscribeInactiveCascClientCallback extends Object implements ISCMPMessageCallback
The Class CscSubscribeInactiveCascClientCallback.
  • Constructor Details

    • CscSubscribeInactiveCascClientCallback

      public CscSubscribeInactiveCascClientCallback(ISubscriptionCallback commandCallback, CascadedClient cascClient, String tmpCscMask)
      Instantiates a new csc subscribe inactive casc client callback.
      Parameters:
      commandCallback - the command callback
      cascClient - the casc client
      tmpCscMask - the tmp csc mask
  • Method Details

    • receive

      public void receive(SCMPMessage reply)
      Callback. This method gets informed when a message received.
      Specified by:
      receive in interface ISCMPMessageCallback
      Parameters:
      reply - the scmp reply
    • receive

      public void receive(Exception ex)
      Callback. This method gets informed in case of an error.
      Specified by:
      receive in interface ISCMPMessageCallback
      Parameters:
      ex - the ex