Package org.serviceconnector.cmd.casc
Class CscAbortSubscriptionCommandCallback
java.lang.Object
org.serviceconnector.cmd.casc.CscAbortSubscriptionCommandCallback
- All Implemented Interfaces:
ISCMPMessageCallback,ISubscriptionCallback
The Class CscAbortSubscriptionCommandCallback.
-
Constructor Summary
ConstructorsConstructorDescriptionCscAbortSubscriptionCommandCallback(IRequest request, IResponse response, IResponderCallback responderCallback, Subscription cascSubscription) Instantiates a new csc abort subscription command callback. -
Method Summary
Modifier and TypeMethodDescriptionGets the request.Gets the subscription.voidCallback.voidreceive(SCMPMessage reply) Callback.
-
Constructor Details
-
CscAbortSubscriptionCommandCallback
public CscAbortSubscriptionCommandCallback(IRequest request, IResponse response, IResponderCallback responderCallback, Subscription cascSubscription) Instantiates a new csc abort subscription command callback.- Parameters:
request- the requestresponse- the responseresponderCallback- the responder callback
-
-
Method Details
-
receive
Description copied from interface:ISCMPMessageCallbackCallback. This method gets informed when a message received.- Specified by:
receivein interfaceISCMPMessageCallback- Parameters:
reply- the scmp reply
-
receive
Description copied from interface:ISCMPMessageCallbackCallback. This method gets informed in case of an error.- Specified by:
receivein interfaceISCMPMessageCallback- Parameters:
ex- the ex
-
getSubscription
Description copied from interface:ISubscriptionCallbackGets the subscription.- Specified by:
getSubscriptionin interfaceISubscriptionCallback- Returns:
- the subscription
-
getRequest
Description copied from interface:ISubscriptionCallbackGets the request.- Specified by:
getRequestin interfaceISubscriptionCallback- Returns:
- the request
-