Uses of Class
com.opencloud.slee.resources.cgin.callcontrol.CCTaskRefusedArg
-
Packages that use CCTaskRefusedArg Package Description com.opencloud.slee.resources.cgin.callcontrol Provides a common API for callcontrol protocols originally based on the INAP family of protocols.com.opencloud.slee.resources.cgin.callcontrol.events Provides event wrapper classes for the callcontrol pseudo-protocol. -
-
Uses of CCTaskRefusedArg in com.opencloud.slee.resources.cgin.callcontrol
Methods in com.opencloud.slee.resources.cgin.callcontrol that return CCTaskRefusedArg Modifier and Type Method Description static CCTaskRefusedArg
CCTaskRefusedArg. fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.static CCTaskRefusedArg
CCTaskRefusedArg. valueOf(String name)
Returns the enum constant of this type with the specified name.static CCTaskRefusedArg[]
CCTaskRefusedArg. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type CCTaskRefusedArg Modifier and Type Method Description void
CCDialog. sendTaskRefusedError(int invokeId, CCTaskRefusedArg error)
Issues a taskRefused error response for an operation on the dialog. -
Uses of CCTaskRefusedArg in com.opencloud.slee.resources.cgin.callcontrol.events
Constructors in com.opencloud.slee.resources.cgin.callcontrol.events with parameters of type CCTaskRefusedArg Constructor Description CCTaskRefusedErrorEvent(CCDialog dialog, TcapOperation operation, TcapError error, CCTaskRefusedArg parameter, int invokeId)
Initialise a new com.opencloud.slee.resources.cgin.callcontrol.events.CCTaskRefusedErrorEvent
-