Class DialogUserAbortEvent
- java.lang.Object
-
- Event
-
- DialogEvent
-
- 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 Summary
Fields Modifier and Type Field Description static EventTypeID
ID
Common event type used when firing DialogUserAbortEvent instances to the SLEE.
-
Constructor Summary
Constructors Constructor Description DialogUserAbortEvent(Dialog dialog, Object[] userInformation, Object userAbortInformation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getUserAbortInformation()
(ANSI TCAP only) Get the user abort information provided with the Abort message, if any.String
toString()
-
Methods inherited from class com.opencloud.slee.resources.cgin.DialogEvent
getUserInformation
-
-
-
-
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.1
-
-
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
-
-