Class DialogUserAbortEvent


  • public class DialogUserAbortEvent
    extends DialogEvent
    Defines the dialog User Abort indication that may be received from the network. Receipt of a user abort also indicates that the dialog has been torn down in the local Provider.

    A User Abort is equivalent to an ITU TC-U-ABORT or ANSI Abort without P-Abort-Source.

    • Field Detail

      • ID

        public static final EventTypeID ID
        Common event type used when firing DialogUserAbortEvent instances to the SLEE.
        • Name: com.opencloud.slee.resources.cgin.DialogUserAbort
        • Vendor: OpenCloud
        • Version: 3.0.0
    • Constructor Detail

      • DialogUserAbortEvent

        public DialogUserAbortEvent​(Dialog dialog,
                                    Object[] userInformation,
                                    Object userAbortInformation)
    • Method Detail

      • getUserAbortInformation

        public Object getUserAbortInformation()
        (ANSI TCAP only) Get the user abort information provided with the Abort message, if any.
        Returns:
        the user abort information, or null if none was provided in the Abort message