Interface ISCMPMessageCallback

All Known Subinterfaces:
ISCMPSynchronousCallback, ISubscriptionCallback
All Known Implementing Classes:
ClnChangeSubscriptionCommandCallback, ClnExecuteCommandCascCallback, ClnUnsubscribeCommandCallback, CommandCallback, CommandCascCallback, CreateSessionCommandCallback, CscAbortSubscriptionCallbackForCasc, CscAbortSubscriptionCommandCallback, CscChangeSubscriptionActiveCascClientCallback, CscChangeSubscriptionCallbackForCasc, CscReceivePublicationCallback, CscSubscribeActiveCascClientCallback, CscSubscribeInactiveCascClientCallback, CscUnsubscribeCallbackActiveCascClient, CscUnsubscribeCallbackForCasc, CscUnsubscribeCommandCallback, DeleteSessionCommandCallback, ExecuteCommandCallback, SCServiceCallback, SCSessionServer.SCServerCallback, SubscribeCommandCallback, SynchronousCallback

public interface ISCMPMessageCallback
The Interface ISCMPCallback. Interface for callback on SCMP level.
Author:
JTraber
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Callback.
    void
    Callback.
  • Method Details

    • receive

      void receive(SCMPMessage reply) throws Exception
      Callback. This method gets informed when a message received.
      Parameters:
      reply - the scmp reply
      Throws:
      Exception - the exception
    • receive

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