public class CAP3ActivityTestGPRSResultEvent extends OperationResultEvent<Object>
Used as SLEE result event class by CAP3Operations.activityTestGPRS.
| Constructor and Description |
|---|
CAP3ActivityTestGPRSResultEvent(CAP3Dialog dialog,
TcapOperation operation,
Object argument,
int invokeId,
boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.cap_v3.events.CAP3ActivityTestGPRSResultEvent
|
| Modifier and Type | Method and Description |
|---|---|
CAP3Dialog |
getDialog()
Gets the associated dialog.
|
getResult, isLastResult, toStringgetInvokeId, getOperationInfopublic CAP3ActivityTestGPRSResultEvent(CAP3Dialog dialog, TcapOperation operation, Object argument, int invokeId, boolean lastResult)
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-NLpublic CAP3Dialog getDialog()