Uses of Class
com.opencloud.slee.resources.cgin.PAbortCause
-
Packages that use PAbortCause Package Description com.opencloud.slee.resources.cgin Defines an API for the CGIN infrastructure on which all protocols are built. -
-
Uses of PAbortCause in com.opencloud.slee.resources.cgin
Methods in com.opencloud.slee.resources.cgin that return PAbortCause Modifier and Type Method Description PAbortCause
DialogOpenRefuseEvent. getPeerAbortCause()
Get the peer abort cause, if this refusal was caused by a provider abortPAbortCause
DialogProviderAbortEvent. getPeerAbortCause()
static PAbortCause
PAbortCause. valueOf(String name)
Returns the enum constant of this type with the specified name.static PAbortCause[]
PAbortCause. 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 PAbortCause Constructor Description DialogOpenRefuseEvent(Dialog dialog, OpenRefuseReason refuseReason, PAbortCause pAbortCause, SccpAddress responderAddress, TcapApplicationContext applicationContext, Object[] userInformation, Object userAbortInformation)
Create a new open-refuse event.DialogProviderAbortEvent(Dialog dialog, ProviderAbortReason abortReason, PAbortCause pAbortCause)
-