Class CAP3EntityReleasedGPRSResultEvent
- java.lang.Object
-
- Event
-
- ComponentEvent
-
- OperationEvent
-
- OperationResultEvent<Object>
-
- CAP3EntityReleasedGPRSResultEvent
-
public class CAP3EntityReleasedGPRSResultEvent extends OperationResultEvent<Object>
Used as SLEE result event class by
CAP3Operations.entityReleasedGPRS
.
-
-
Constructor Summary
Constructors Constructor Description CAP3EntityReleasedGPRSResultEvent(CAP3Dialog dialog, TcapOperation operation, Object argument, int invokeId, boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.cap_v3.events.CAP3EntityReleasedGPRSResultEvent
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CAP3Dialog
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
-
CAP3EntityReleasedGPRSResultEvent
public CAP3EntityReleasedGPRSResultEvent(CAP3Dialog dialog, TcapOperation operation, Object argument, int invokeId, boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.cap_v3.events.CAP3EntityReleasedGPRSResultEvent- 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
-
-
Method Detail
-
getDialog
public CAP3Dialog getDialog()
Gets the associated dialog.
-
-