Class MAPEraseCC_EntryRequestEvent
- java.lang.Object
-
- Event
-
- ComponentEvent
-
- OperationEvent
-
- OperationInvokeEvent<MAPEraseCC_EntryArg>
-
- MAPEraseCC_EntryRequestEvent
-
public class MAPEraseCC_EntryRequestEvent extends OperationInvokeEvent<MAPEraseCC_EntryArg>
Used as SLEE invoke event class by
MAPOperations.eraseCC_Entry
.
-
-
Constructor Summary
Constructors Constructor Description MAPEraseCC_EntryRequestEvent(MAPDialog dialog, TcapOperation operation, MAPEraseCC_EntryArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPEraseCC_EntryRequestEvent
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MAPDialog
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
-
MAPEraseCC_EntryRequestEvent
public MAPEraseCC_EntryRequestEvent(MAPDialog dialog, TcapOperation operation, MAPEraseCC_EntryArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPEraseCC_EntryRequestEvent- 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
-
-