Package org.serviceconnector.cmd.casc
Class CscReceivePublicationCallback
java.lang.Object
org.serviceconnector.cmd.casc.CscReceivePublicationCallback
- All Implemented Interfaces:
ISCMPMessageCallback
The Class CscReceivePublicationCallback.
-
Constructor Summary
ConstructorsConstructorDescriptionCscReceivePublicationCallback(CascadedClient cascClient) Instantiates a new cascaded receive publication callback. -
Method Summary
-
Constructor Details
-
CscReceivePublicationCallback
Instantiates a new cascaded receive publication callback.- Parameters:
cascClient- the cascaded client
-
-
Method Details
-
receive
Callback. This method gets informed when a message received.- Specified by:
receivein interfaceISCMPMessageCallback- Parameters:
reply- the scmp reply- Throws:
Exception- the exception
-
receive
Callback. This method gets informed in case of an error.- Specified by:
receivein interfaceISCMPMessageCallback- Parameters:
ex- the ex
-