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_v1 |
Provides an API for the CAP v1 protocol.
|
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 | Field and Description |
---|---|
static CCEventTypeBCSM |
CCEventTypeBCSM.analyzedInformation
Reference to value of the constant analyzedInformation.
|
static CCEventTypeBCSM |
CCEventTypeBCSM.collectedInfo
Reference to value of the constant collectedInfo.
|
static CCEventTypeBCSM |
CCEventTypeBCSM.oAbandon
Reference to value of the constant oAbandon.
|
static CCEventTypeBCSM |
CCEventTypeBCSM.oAnswer
Reference to value of the constant oAnswer.
|
static CCEventTypeBCSM |
CCEventTypeBCSM.oCalledPartyBusy
Reference to value of the constant oCalledPartyBusy.
|
static CCEventTypeBCSM |
CCEventTypeBCSM.oDisconnect
Reference to value of the constant oDisconnect.
|
static CCEventTypeBCSM |
CCEventTypeBCSM.oMidCall
Reference to value of the constant oMidCall.
|
static CCEventTypeBCSM |
CCEventTypeBCSM.oNoAnswer
Reference to value of the constant oNoAnswer.
|
static CCEventTypeBCSM |
CCEventTypeBCSM.origAttemptAuthorized
Reference to value of the constant origAttemptAuthorized.
|
static CCEventTypeBCSM |
CCEventTypeBCSM.routeSelectFailure
Reference to value of the constant routeSelectFailure.
|
static CCEventTypeBCSM |
CCEventTypeBCSM.tAbandon
Reference to value of the constant tAbandon.
|
static CCEventTypeBCSM |
CCEventTypeBCSM.tAnswer
Reference to value of the constant tAnswer.
|
static CCEventTypeBCSM |
CCEventTypeBCSM.tCalledPartyBusy
Reference to value of the constant tCalledPartyBusy.
|
static CCEventTypeBCSM |
CCEventTypeBCSM.tDisconnect
Reference to value of the constant tDisconnect.
|
static CCEventTypeBCSM |
CCEventTypeBCSM.termAttemptAuthorized
Reference to value of the constant termAttemptAuthorized.
|
static CCEventTypeBCSM |
CCEventTypeBCSM.tMidCall
Reference to value of the constant tMidCall.
|
static CCEventTypeBCSM |
CCEventTypeBCSM.tNoAnswer
Reference to value of the constant tNoAnswer.
|
Modifier and Type | Method and Description |
---|---|
static CCEventTypeBCSM |
CCEventTypeBCSM.fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
CCEventTypeBCSM |
CCInitialDPArg.getEventTypeBCSM()
Gets the value of the field eventTypeBCSM.
|
CCEventTypeBCSM |
CCEventReportBCSMArg.getEventTypeBCSM()
Gets the value of the field eventTypeBCSM.
|
CCEventTypeBCSM |
CCBCSMEvent.getEventTypeBCSM()
Gets the value of the field eventTypeBCSM.
|
static CCEventTypeBCSM[] |
CCEventTypeBCSM.namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
Modifier and Type | Method and Description |
---|---|
CCInitialDPArg |
CCInitialDPArg.setEventTypeBCSM(CCEventTypeBCSM value)
Sets the value of the field eventTypeBCSM.
|
CCEventReportBCSMArg |
CCEventReportBCSMArg.setEventTypeBCSM(CCEventTypeBCSM value)
Sets the value of the field eventTypeBCSM.
|
CCBCSMEvent |
CCBCSMEvent.setEventTypeBCSM(CCEventTypeBCSM value)
Sets the value of the field eventTypeBCSM.
|
Modifier and Type | Method and Description |
---|---|
CAP1InitialDPArg |
CAP1InitialDPArg.setEventTypeBCSM(CCEventTypeBCSM value)
Sets the value of the field eventTypeBCSM.
|
CAP1EventReportBCSMArg |
CAP1EventReportBCSMArg.setEventTypeBCSM(CCEventTypeBCSM value)
Sets the value of the field eventTypeBCSM.
|
Modifier and Type | Method and Description |
---|---|
CAP2InitialDPArg |
CAP2InitialDPArg.setEventTypeBCSM(CCEventTypeBCSM value)
Sets the value of the field eventTypeBCSM.
|
CAP2BCSMEvent |
CAP2BCSMEvent.setEventTypeBCSM(CCEventTypeBCSM value)
Sets the value of the field eventTypeBCSM.
|
Modifier and Type | Method and Description |
---|---|
CAP3InitialDPArg |
CAP3InitialDPArg.setEventTypeBCSM(CCEventTypeBCSM value)
Sets the value of the field eventTypeBCSM.
|
Modifier and Type | Class and Description |
---|---|
class |
CAP4EventTypeBCSM
API for CAP-datatypes.EventTypeBCSM.
|
Modifier and Type | Method and Description |
---|---|
static CCEventTypeBCSM |
CAP4EventTypeBCSM.fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static CCEventTypeBCSM[] |
CAP4EventTypeBCSM.namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
Modifier and Type | Method and Description |
---|---|
CAP4InitialDPArg |
CAP4InitialDPArg.setEventTypeBCSM(CCEventTypeBCSM value)
Sets the value of the field eventTypeBCSM.
|
CAP4BCSMEvent |
CAP4BCSMEvent.setEventTypeBCSM(CCEventTypeBCSM value)
Sets the value of the field eventTypeBCSM.
|
Modifier and Type | Method and Description |
---|---|
CS1InitialDPArg |
CS1InitialDPArg.setEventTypeBCSM(CCEventTypeBCSM value)
Sets the value of the field eventTypeBCSM.
|
CS1EventReportBCSMArg |
CS1EventReportBCSMArg.setEventTypeBCSM(CCEventTypeBCSM value)
Sets the value of the field eventTypeBCSM.
|
CS1BCSMEvent |
CS1BCSMEvent.setEventTypeBCSM(CCEventTypeBCSM value)
Sets the value of the field eventTypeBCSM.
|