Package org.serviceconnector.cmd.casc
Class CscAbortSubscriptionCallbackForCasc
java.lang.Object
org.serviceconnector.cmd.casc.CscAbortSubscriptionCallbackForCasc
- All Implemented Interfaces:
ISCMPMessageCallback,ISubscriptionCallback
The Class CscAbortSubscriptionCallback.
-
Constructor Summary
ConstructorsConstructorDescriptionCscAbortSubscriptionCallbackForCasc(IRequest request, Subscription subscription) Instantiates a new csc abort subscription callback. -
Method Summary
Modifier and TypeMethodDescriptionGets the request.Gets the subscription.voidCallback.voidreceive(SCMPMessage reply) Callback.
-
Constructor Details
-
CscAbortSubscriptionCallbackForCasc
Instantiates a new csc abort subscription callback.- Parameters:
request- the requestsubscription- the subscription
-
-
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
-
getSubscription
Gets the subscription.- Specified by:
getSubscriptionin interfaceISubscriptionCallback- Returns:
- the subscription
-
getRequest
Gets the request.- Specified by:
getRequestin interfaceISubscriptionCallback- Returns:
- the request
-