public class DialogProviderAbortEvent extends DialogEvent
A Provider Abort is equivalent to an ITU TCAP TC-P-ABORT.
| Modifier and Type | Field and Description |
|---|---|
static EventTypeID |
ID
Common event type used when firing DialogProviderAbortEvent instances to the SLEE.
|
| Constructor and Description |
|---|
DialogProviderAbortEvent(Dialog dialog,
ProviderAbortReason abortReason,
PAbortCause pAbortCause) |
| Modifier and Type | Method and Description |
|---|---|
ProviderAbortReason |
getAbortReason() |
PAbortCause |
getPeerAbortCause() |
String |
toString() |
getUserInformationpublic static final EventTypeID ID
public DialogProviderAbortEvent(Dialog dialog, ProviderAbortReason abortReason, PAbortCause pAbortCause)
public ProviderAbortReason getAbortReason()
public PAbortCause getPeerAbortCause()