Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.Signal
-
Packages that use Signal 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.cap_v2 Provides an API for the CAP v2 protocol.com.opencloud.slee.resources.cgin.cap_v3 Provides an API for the CAP v3 protocol.com.opencloud.slee.resources.cgin.cap_v4 Provides an API for the CAP v4 protocol.com.opencloud.slee.resources.cgin.etsi_inap_cs1 Provides an API for the ETSI INAP CS1 protocol.com.opencloud.slee.resources.in.datatypes.cc Defines classes to represent some call-control types for which their ASN.1 specifications say merely OCTET STRING (with no CONTAINING clause), and for which standards define the layout of bit-fields within the octet strings. -
-
Uses of Signal in com.opencloud.slee.resources.cgin.callcontrol
Methods in com.opencloud.slee.resources.cgin.callcontrol that return Signal Modifier and Type Method Description Signal
CCConnectArg. getAlertingPattern()
Gets the value of the field alertingPattern.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type Signal Modifier and Type Method Description CCConnectArg
CCConnectArg. setAlertingPattern(Signal value)
Sets the value of the field alertingPattern. -
Uses of Signal in com.opencloud.slee.resources.cgin.cap_v2
Methods in com.opencloud.slee.resources.cgin.cap_v2 with parameters of type Signal Modifier and Type Method Description CAP2ConnectArg
CAP2ConnectArg. setAlertingPattern(Signal value)
Sets the value of the field alertingPattern. -
Uses of Signal in com.opencloud.slee.resources.cgin.cap_v3
Methods in com.opencloud.slee.resources.cgin.cap_v3 that return Signal Modifier and Type Method Description Signal
CAP3ContinueWithArgumentArg. getAlertingPattern()
Gets the value of the field alertingPattern.Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type Signal Modifier and Type Method Description CAP3ConnectArg
CAP3ConnectArg. setAlertingPattern(Signal value)
Sets the value of the field alertingPattern.CAP3ContinueWithArgumentArg
CAP3ContinueWithArgumentArg. setAlertingPattern(Signal value)
Sets the value of the field alertingPattern. -
Uses of Signal in com.opencloud.slee.resources.cgin.cap_v4
Methods in com.opencloud.slee.resources.cgin.cap_v4 with parameters of type Signal Modifier and Type Method Description CAP4ConnectArg
CAP4ConnectArg. setAlertingPattern(Signal value)
Sets the value of the field alertingPattern.CAP4ContinueWithArgumentArg
CAP4ContinueWithArgumentArg. setAlertingPattern(Signal value)
Sets the value of the field alertingPattern. -
Uses of Signal in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 that return Signal Modifier and Type Method Description Signal
CS1InitiateCallAttemptArg. getAlertingPattern()
Gets the value of the field alertingPattern.Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type Signal Modifier and Type Method Description CS1ConnectArg
CS1ConnectArg. setAlertingPattern(Signal value)
Sets the value of the field alertingPattern.CS1InitiateCallAttemptArg
CS1InitiateCallAttemptArg. setAlertingPattern(Signal value)
Sets the value of the field alertingPattern. -
Uses of Signal in com.opencloud.slee.resources.in.datatypes.cc
Methods in com.opencloud.slee.resources.in.datatypes.cc that return Signal Modifier and Type Method Description Signal
Signal. clone()
Constructs a copy of this object and everything reachable from it.static Signal
Signal. copyOf(Signal from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.Signal
Signal. setSignalValue(Signal.SignalValue value)
Sets the value of the signal value.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type Signal Modifier and Type Method Description static Signal
Signal. copyOf(Signal from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
-