Class OperationErrorEvent
- java.lang.Object
-
- Event
-
- ComponentEvent
-
- OperationEvent
-
- OperationErrorEvent
-
- Direct Known Subclasses:
OperationProviderErrorEvent
,OperationUserErrorEvent
public class OperationErrorEvent extends OperationEvent
Marker superclass that defines an Operation Error, either User or Provider.All subclasses of this event are fired with a single shared event type.
-
-
Field Summary
Fields Modifier and Type Field Description static EventTypeID
ID
Common event type used when firing instances of OperationErrorEvent (or a subclass) to the SLEE.
-
Constructor Summary
Constructors Constructor Description OperationErrorEvent(Dialog dialog, TcapOperation operation, int invokeId)
-
Method Summary
-
Methods inherited from class com.opencloud.slee.resources.cgin.OperationEvent
getInvokeId, getOperationInfo
-
-
-
-
Field Detail
-
ID
public static final EventTypeID ID
Common event type used when firing instances of OperationErrorEvent (or a subclass) to the SLEE.- Name: com.opencloud.slee.resources.cgin.OperationError
- Vendor: OpenCloud
- Version: 3.1
-
-
Constructor Detail
-
OperationErrorEvent
public OperationErrorEvent(Dialog dialog, TcapOperation operation, int invokeId)
-
-