Package | Description |
---|---|
com.opencloud.slee.resources.cgin |
Defines an API for the CGIN infrastructure on which all protocols are built.
|
Modifier and Type | Method and Description |
---|---|
ProviderAbortReason |
DialogProviderAbortEvent.getAbortReason() |
static ProviderAbortReason |
ProviderAbortReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProviderAbortReason[] |
ProviderAbortReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DialogProviderAbortEvent(Dialog dialog,
ProviderAbortReason abortReason,
PAbortCause pAbortCause) |