Uses of Class
com.opencloud.slee.resources.cgin.OpenRefuseReason
-
Packages that use OpenRefuseReason Package Description com.opencloud.slee.resources.cgin Defines an API for the CGIN infrastructure on which all protocols are built. -
-
Uses of OpenRefuseReason in com.opencloud.slee.resources.cgin
Methods in com.opencloud.slee.resources.cgin that return OpenRefuseReason Modifier and Type Method Description OpenRefuseReasonDialogOpenRefuseEvent. getRefuseReason()Get the reason for refusalstatic OpenRefuseReasonOpenRefuseReason. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenRefuseReason[]OpenRefuseReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.slee.resources.cgin with parameters of type OpenRefuseReason Modifier and Type Method Description voidDialog. refuseDialog(OpenRefuseReason reason, TcapApplicationContext applicationContext, SccpAddress responderAddress, Object... userInformation)Refuse an open dialog request.voidDialog. refuseDialog(OpenRefuseReason reason, TcapApplicationContext applicationContext, Object userAbortInformation, SccpAddress responderAddress, Object... userInformation)Refuse an open dialog request.Constructors in com.opencloud.slee.resources.cgin with parameters of type OpenRefuseReason Constructor Description DialogOpenRefuseEvent(Dialog dialog, OpenRefuseReason refuseReason, PAbortCause pAbortCause, SccpAddress responderAddress, TcapApplicationContext applicationContext, Object[] userInformation, Object userAbortInformation)Create a new open-refuse event.
-