Class DialogProviderAbortEvent
- java.lang.Object
-
- Event
-
- DialogEvent
-
- DialogProviderAbortEvent
-
public class DialogProviderAbortEvent extends DialogEvent
Defines the dialog Provider Abort indication that may be received from the network or generated by the local provider. Receipt of a provider abort also indicates that the dialog has been torn down in the local Provider.A Provider Abort is equivalent to an ITU TCAP TC-P-ABORT.
-
-
Field Summary
Fields Modifier and Type Field Description static EventTypeID
ID
Common event type used when firing DialogProviderAbortEvent instances to the SLEE.
-
Constructor Summary
Constructors Constructor Description DialogProviderAbortEvent(Dialog dialog, ProviderAbortReason abortReason, PAbortCause pAbortCause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProviderAbortReason
getAbortReason()
PAbortCause
getPeerAbortCause()
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 DialogProviderAbortEvent instances to the SLEE.- Name: com.opencloud.slee.resources.cgin.DialogProviderAbort
- Vendor: OpenCloud
- Version: 3.0.0
-
-
Constructor Detail
-
DialogProviderAbortEvent
public DialogProviderAbortEvent(Dialog dialog, ProviderAbortReason abortReason, PAbortCause pAbortCause)
-
-
Method Detail
-
getAbortReason
public ProviderAbortReason getAbortReason()
-
getPeerAbortCause
public PAbortCause getPeerAbortCause()
-
-