public class CAP3CancelGPRSRequestEvent extends OperationInvokeEvent<CAP3CancelGPRSArg>
Used as SLEE invoke event class by CAP3Operations.cancelGPRS.
| Constructor and Description |
|---|
CAP3CancelGPRSRequestEvent(CAP3Dialog dialog,
TcapOperation operation,
CAP3CancelGPRSArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.cap_v3.events.CAP3CancelGPRSRequestEvent
|
| Modifier and Type | Method and Description |
|---|---|
CAP3Dialog |
getDialog()
Gets the associated dialog.
|
getArgument, getLinkedId, hasLinkedId, toStringgetInvokeId, getOperationInfopublic CAP3CancelGPRSRequestEvent(CAP3Dialog dialog, TcapOperation operation, CAP3CancelGPRSArg argument, int invokeId, boolean hasLinkedId, int linkedId)
dialog - the associated dialogoperation - metadata object that describes the operationargument - argument POJOinvokeId - TCAP invoke IDhasLinkedId - true if linked ID is presentlinkedId - TCAP linked IDpublic CAP3Dialog getDialog()