public class CAP4DisconnectLegRequestEvent extends OperationInvokeEvent<CAP4DisconnectLegArg>
Used as SLEE invoke event class by CAP4Operations.disconnectLeg.
| Constructor and Description |
|---|
CAP4DisconnectLegRequestEvent(CAP4Dialog dialog,
TcapOperation operation,
CAP4DisconnectLegArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId,
boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.cap_v4.events.CAP4DisconnectLegRequestEvent
|
| Modifier and Type | Method and Description |
|---|---|
CAP4Dialog |
getDialog()
Gets the associated dialog.
|
getArgument, getLinkedId, hasLinkedId, isLastInvoke, toStringgetInvokeId, getOperationInfopublic CAP4DisconnectLegRequestEvent(CAP4Dialog dialog, TcapOperation operation, CAP4DisconnectLegArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
dialog - the associated dialogoperation - metadata object that describes the operationargument - argument POJOinvokeId - TCAP invoke IDhasLinkedId - true if linked ID is presentlinkedId - TCAP linked IDlastInvoke - (ANSI TCAP only) true if is an Invoke (Last) and false if an Invoke (Not Last), not used in ITU-T TCAPpublic CAP4Dialog getDialog()