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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
CCBCSMEvent |
CCBCSMEvent.setMonitorMode(CCMonitorMode value)
Sets the value of the field monitorMode.
|
Modifier and Type | Method and Description |
---|---|
CAP2BCSMEvent |
CAP2BCSMEvent.setMonitorMode(CCMonitorMode value)
Sets the value of the field monitorMode.
|
Modifier and Type | Method and Description |
---|---|
CCMonitorMode |
CAP3SMSEvent.getMonitorMode()
Gets the value of the field monitorMode.
|
CCMonitorMode |
CAP3GPRSEvent.getMonitorMode()
Gets the value of the field monitorMode.
|
Modifier and Type | Method and Description |
---|---|
CAP3SMSEvent |
CAP3SMSEvent.setMonitorMode(CCMonitorMode value)
Sets the value of the field monitorMode.
|
CAP3GPRSEvent |
CAP3GPRSEvent.setMonitorMode(CCMonitorMode value)
Sets the value of the field monitorMode.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
CAP4BCSMEvent |
CAP4BCSMEvent.setMonitorMode(CCMonitorMode value)
Sets the value of the field monitorMode.
|
Modifier and Type | Method and Description |
---|---|
CCMonitorMode |
CS1EventNotificationChargingArg.getMonitorMode()
Gets the value of the field monitorMode.
|
CCMonitorMode |
CS1ChargingEvent.getMonitorMode()
Gets the value of the field monitorMode.
|
Modifier and Type | Method and Description |
---|---|
CS1EventNotificationChargingArg |
CS1EventNotificationChargingArg.setMonitorMode(CCMonitorMode value)
Sets the value of the field monitorMode.
|
CS1ChargingEvent |
CS1ChargingEvent.setMonitorMode(CCMonitorMode value)
Sets the value of the field monitorMode.
|
CS1BCSMEvent |
CS1BCSMEvent.setMonitorMode(CCMonitorMode value)
Sets the value of the field monitorMode.
|