Class OperationProviderErrorEvent


  • public class OperationProviderErrorEvent
    extends OperationErrorEvent
    Class that defines a Provider Error on a particular operation.

    When using the component-oriented event API, this class is fired with an event-type-name of com.opencloud.slee.resources.cgin.OperationError for any operation provider error.

    When using the messsage-oriented event API, this class is used as a component of a DialogMessageEvent for provider errors that result from receiving a network message. In the special case of an invoke timeout, which is a local timeout that does not result from receiving a network message, an OperationProviderErrorEvent is fired using the OperationInvokeTimeout event type.

    • Field Detail

      • INVOKE_TIMEOUT_ID

        public static final EventTypeID INVOKE_TIMEOUT_ID
        Common event type used when firing an OperationProviderErrorEvent to the SLEE when using the message-oriented event API. This event is fired only for invoke timeouts (i.e. a reason code of NO_RESPONSE or NO_LINKED_RESPONSE)
        • Name: com.opencloud.slee.resources.cgin.OperationInvokeTimeout
        • Vendor: OpenCloud
        • Version: 3.0.0