Class MAPSs_InvocationNotificationResultEvent
- java.lang.Object
-
- Event
-
- ComponentEvent
-
- OperationEvent
-
- OperationResultEvent<MAPSS_InvocationNotificationRes>
-
- MAPSs_InvocationNotificationResultEvent
-
public class MAPSs_InvocationNotificationResultEvent extends OperationResultEvent<MAPSS_InvocationNotificationRes>
Used as SLEE result event class by
MAPOperations.ss_InvocationNotification
.
-
-
Constructor Summary
Constructors Constructor Description MAPSs_InvocationNotificationResultEvent(MAPDialog dialog, TcapOperation operation, MAPSS_InvocationNotificationRes argument, int invokeId, boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPSs_InvocationNotificationResultEvent
-
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.OperationResultEvent
getResult, isLastResult, toString
-
Methods inherited from class com.opencloud.slee.resources.cgin.OperationEvent
getInvokeId, getOperationInfo
-
-
-
-
Constructor Detail
-
MAPSs_InvocationNotificationResultEvent
public MAPSs_InvocationNotificationResultEvent(MAPDialog dialog, TcapOperation operation, MAPSS_InvocationNotificationRes argument, int invokeId, boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPSs_InvocationNotificationResultEvent- Parameters:
dialog
- the associated dialogoperation
- metadata object that describes the operationargument
- argument POJOinvokeId
- TCAP invoke IDlastResult
- true if this is a TC-RESULT-L, false if this is a TC-RESULT-NL
-
-