public class CAP3EntityReleasedGPRSRequestEvent extends OperationInvokeEvent<CAP3EntityReleasedGPRSArg>
Used as SLEE invoke event class by CAP3Operations.entityReleasedGPRS
.
Constructor and Description |
---|
CAP3EntityReleasedGPRSRequestEvent(CAP3Dialog dialog,
TcapOperation operation,
CAP3EntityReleasedGPRSArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.cap_v3.events.CAP3EntityReleasedGPRSRequestEvent
|
Modifier and Type | Method and Description |
---|---|
CAP3Dialog |
getDialog()
Gets the associated dialog.
|
getArgument, getLinkedId, hasLinkedId, toString
getInvokeId, getOperationInfo
public CAP3EntityReleasedGPRSRequestEvent(CAP3Dialog dialog, TcapOperation operation, CAP3EntityReleasedGPRSArg 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()