Uses of Class
com.opencloud.slee.resources.cgin.ProviderAbortReason
-
Packages that use ProviderAbortReason Package Description com.opencloud.slee.resources.cgin Defines an API for the CGIN infrastructure on which all protocols are built. -
-
Uses of ProviderAbortReason in com.opencloud.slee.resources.cgin
Methods in com.opencloud.slee.resources.cgin that return ProviderAbortReason Modifier and Type Method 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.Constructors in com.opencloud.slee.resources.cgin with parameters of type ProviderAbortReason Constructor Description DialogProviderAbortEvent(Dialog dialog, ProviderAbortReason abortReason, PAbortCause pAbortCause)
-