Class CS1EventNotificationChargingRequestEvent
- java.lang.Object
-
- Event
-
- ComponentEvent
-
- OperationEvent
-
- OperationInvokeEvent<CS1EventNotificationChargingArg>
-
- CS1EventNotificationChargingRequestEvent
-
public class CS1EventNotificationChargingRequestEvent extends OperationInvokeEvent<CS1EventNotificationChargingArg>
Used as SLEE invoke event class by
CS1Operations.eventNotificationCharging
.
-
-
Constructor Summary
Constructors Constructor Description CS1EventNotificationChargingRequestEvent(CS1Dialog dialog, TcapOperation operation, CS1EventNotificationChargingArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.etsi_inap_cs1.events.CS1EventNotificationChargingRequestEvent
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CS1Dialog
getDialog()
Gets the associated dialog.-
Methods inherited from class com.opencloud.slee.resources.cgin.OperationInvokeEvent
getArgument, getLinkedId, hasLinkedId, isLastInvoke, toString
-
Methods inherited from class com.opencloud.slee.resources.cgin.OperationEvent
getInvokeId, getOperationInfo
-
-
-
-
Constructor Detail
-
CS1EventNotificationChargingRequestEvent
public CS1EventNotificationChargingRequestEvent(CS1Dialog dialog, TcapOperation operation, CS1EventNotificationChargingArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.etsi_inap_cs1.events.CS1EventNotificationChargingRequestEvent- Parameters:
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
-
-