public class CCApplyChargingRequestEvent extends OperationInvokeEvent<CCApplyChargingArg>
Used as SLEE invoke event class by CCOperations.applyCharging.
| Constructor and Description |
|---|
CCApplyChargingRequestEvent(CCDialog dialog,
TcapOperation operation,
CCApplyChargingArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId,
boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.callcontrol.events.CCApplyChargingRequestEvent
|
| Modifier and Type | Method and Description |
|---|---|
CCDialog |
getDialog()
Gets the associated dialog.
|
getArgument, getLinkedId, hasLinkedId, isLastInvoke, toStringgetInvokeId, getOperationInfopublic CCApplyChargingRequestEvent(CCDialog dialog, TcapOperation operation, CCApplyChargingArg 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 TCAP