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