Uses of Class
com.opencloud.slee.resources.cgin.callcontrol.CCMonitorMode
-
Packages that use CCMonitorMode 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. -
-
Uses of CCMonitorMode in com.opencloud.slee.resources.cgin.callcontrol
Methods in com.opencloud.slee.resources.cgin.callcontrol that return CCMonitorMode Modifier and Type Method Description static CCMonitorMode
CCMonitorMode. fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.CCMonitorMode
CCBCSMEvent. getMonitorMode()
Gets the value of the field monitorMode.static CCMonitorMode
CCMonitorMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static CCMonitorMode[]
CCMonitorMode. 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 CCMonitorMode Modifier and Type Method Description CCBCSMEvent
CCBCSMEvent. setMonitorMode(CCMonitorMode value)
Sets the value of the field monitorMode. -
Uses of CCMonitorMode in com.opencloud.slee.resources.cgin.cap_v2
Methods in com.opencloud.slee.resources.cgin.cap_v2 with parameters of type CCMonitorMode Modifier and Type Method Description CAP2BCSMEvent
CAP2BCSMEvent. setMonitorMode(CCMonitorMode value)
Sets the value of the field monitorMode. -
Uses of CCMonitorMode in com.opencloud.slee.resources.cgin.cap_v3
Methods in com.opencloud.slee.resources.cgin.cap_v3 that return CCMonitorMode Modifier and Type Method Description CCMonitorMode
CAP3GPRSEvent. getMonitorMode()
Gets the value of the field monitorMode.CCMonitorMode
CAP3SMSEvent. getMonitorMode()
Gets the value of the field monitorMode.Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type CCMonitorMode Modifier and Type Method Description CAP3GPRSEvent
CAP3GPRSEvent. setMonitorMode(CCMonitorMode value)
Sets the value of the field monitorMode.CAP3SMSEvent
CAP3SMSEvent. setMonitorMode(CCMonitorMode value)
Sets the value of the field monitorMode.Constructors in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type CCMonitorMode Constructor Description CAP3GPRSEvent(CAP3GPRSEventType GPRSEventType_param, CCMonitorMode MonitorMode_param)
Constructs an object from given values for all fields.CAP3SMSEvent(CAP3EventTypeSMS EventTypeSMS_param, CCMonitorMode MonitorMode_param)
Constructs an object from given values for all fields. -
Uses of CCMonitorMode in com.opencloud.slee.resources.cgin.cap_v4
Methods in com.opencloud.slee.resources.cgin.cap_v4 with parameters of type CCMonitorMode Modifier and Type Method Description CAP4BCSMEvent
CAP4BCSMEvent. setMonitorMode(CCMonitorMode value)
Sets the value of the field monitorMode. -
Uses of CCMonitorMode in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 that return CCMonitorMode Modifier and Type Method Description CCMonitorMode
CS1ChargingEvent. getMonitorMode()
Gets the value of the field monitorMode.CCMonitorMode
CS1EventNotificationChargingArg. getMonitorMode()
Gets the value of the field monitorMode.Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type CCMonitorMode Modifier and Type Method Description CS1BCSMEvent
CS1BCSMEvent. setMonitorMode(CCMonitorMode value)
Sets the value of the field monitorMode.CS1ChargingEvent
CS1ChargingEvent. setMonitorMode(CCMonitorMode value)
Sets the value of the field monitorMode.CS1EventNotificationChargingArg
CS1EventNotificationChargingArg. setMonitorMode(CCMonitorMode value)
Sets the value of the field monitorMode.
-