Class MAPSs_ErrorStatusErrorEvent
- java.lang.Object
-
- Event
-
- ComponentEvent
-
- OperationEvent
-
- OperationErrorEvent
-
- OperationUserErrorEvent<byte[]>
-
- MAPSs_ErrorStatusErrorEvent
-
public class MAPSs_ErrorStatusErrorEvent extends OperationUserErrorEvent<byte[]>
Used as SLEE error event class by
MAPErrors.ss_ErrorStatus
.
-
-
Field Summary
-
Fields inherited from class com.opencloud.slee.resources.cgin.OperationErrorEvent
ID
-
-
Constructor Summary
Constructors Constructor Description MAPSs_ErrorStatusErrorEvent(MAPDialog dialog, TcapOperation operation, TcapError error, byte[] parameter, int invokeId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPSs_ErrorStatusErrorEvent
-
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.OperationUserErrorEvent
getErrorInfo, getParameter, toString
-
Methods inherited from class com.opencloud.slee.resources.cgin.OperationEvent
getInvokeId, getOperationInfo
-
-
-
-
Constructor Detail
-
MAPSs_ErrorStatusErrorEvent
public MAPSs_ErrorStatusErrorEvent(MAPDialog dialog, TcapOperation operation, TcapError error, byte[] parameter, int invokeId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPSs_ErrorStatusErrorEvent- Parameters:
dialog
- the associated dialogoperation
- operation that generated this errorerror
- error metadata for this errorparameter
- errorparameter POJOinvokeId
- TCAP invoke ID
-
-