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