Package org.serviceconnector.cmd.casc
Class CscSubscribeInactiveCascClientCallback
java.lang.Object
org.serviceconnector.cmd.casc.CscSubscribeInactiveCascClientCallback
- All Implemented Interfaces:
ISCMPMessageCallback
The Class CscSubscribeInactiveCascClientCallback.
-
Constructor Summary
ConstructorsConstructorDescriptionCscSubscribeInactiveCascClientCallback(ISubscriptionCallback commandCallback, CascadedClient cascClient, String tmpCscMask) Instantiates a new csc subscribe inactive casc client callback. -
Method Summary
-
Constructor Details
-
CscSubscribeInactiveCascClientCallback
public CscSubscribeInactiveCascClientCallback(ISubscriptionCallback commandCallback, CascadedClient cascClient, String tmpCscMask) Instantiates a new csc subscribe inactive casc client callback.- Parameters:
commandCallback- the command callbackcascClient- the casc clienttmpCscMask- the tmp csc mask
-
-
Method Details
-
receive
Callback. This method gets informed when a message received.- Specified by:
receivein interfaceISCMPMessageCallback- Parameters:
reply- the scmp reply
-
receive
Callback. This method gets informed in case of an error.- Specified by:
receivein interfaceISCMPMessageCallback- Parameters:
ex- the ex
-