Uses of Class
com.opencloud.slee.resources.cgin.callcontrol.CCEventTypeBCSM
-
Packages that use CCEventTypeBCSM 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. -
-
Uses of CCEventTypeBCSM in com.opencloud.slee.resources.cgin.callcontrol
Fields in com.opencloud.slee.resources.cgin.callcontrol declared as CCEventTypeBCSM Modifier and Type Field 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.Methods in com.opencloud.slee.resources.cgin.callcontrol that return CCEventTypeBCSM Modifier and Type Method Description static CCEventTypeBCSM
CCEventTypeBCSM. fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.CCEventTypeBCSM
CCBCSMEvent. getEventTypeBCSM()
Gets the value of the field eventTypeBCSM.CCEventTypeBCSM
CCEventReportBCSMArg. getEventTypeBCSM()
Gets the value of the field eventTypeBCSM.CCEventTypeBCSM
CCInitialDPArg. getEventTypeBCSM()
Gets the value of the field eventTypeBCSM.static CCEventTypeBCSM[]
CCEventTypeBCSM. namedValues()
Returns an array containing all the enumeration constants referenced by fields.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type CCEventTypeBCSM Modifier and Type Method Description CCBCSMEvent
CCBCSMEvent. setEventTypeBCSM(CCEventTypeBCSM value)
Sets the value of the field eventTypeBCSM.CCEventReportBCSMArg
CCEventReportBCSMArg. setEventTypeBCSM(CCEventTypeBCSM value)
Sets the value of the field eventTypeBCSM.CCInitialDPArg
CCInitialDPArg. setEventTypeBCSM(CCEventTypeBCSM value)
Sets the value of the field eventTypeBCSM. -
Uses of CCEventTypeBCSM in com.opencloud.slee.resources.cgin.cap_v1
Methods in com.opencloud.slee.resources.cgin.cap_v1 with parameters of type CCEventTypeBCSM Modifier and Type Method Description CAP1EventReportBCSMArg
CAP1EventReportBCSMArg. setEventTypeBCSM(CCEventTypeBCSM value)
Sets the value of the field eventTypeBCSM.CAP1InitialDPArg
CAP1InitialDPArg. setEventTypeBCSM(CCEventTypeBCSM value)
Sets the value of the field eventTypeBCSM. -
Uses of CCEventTypeBCSM in com.opencloud.slee.resources.cgin.cap_v2
Methods in com.opencloud.slee.resources.cgin.cap_v2 with parameters of type CCEventTypeBCSM Modifier and Type Method Description CAP2BCSMEvent
CAP2BCSMEvent. setEventTypeBCSM(CCEventTypeBCSM value)
Sets the value of the field eventTypeBCSM.CAP2InitialDPArg
CAP2InitialDPArg. setEventTypeBCSM(CCEventTypeBCSM value)
Sets the value of the field eventTypeBCSM. -
Uses of CCEventTypeBCSM in com.opencloud.slee.resources.cgin.cap_v3
Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type CCEventTypeBCSM Modifier and Type Method Description CAP3InitialDPArg
CAP3InitialDPArg. setEventTypeBCSM(CCEventTypeBCSM value)
Sets the value of the field eventTypeBCSM. -
Uses of CCEventTypeBCSM in com.opencloud.slee.resources.cgin.cap_v4
Subclasses of CCEventTypeBCSM in com.opencloud.slee.resources.cgin.cap_v4 Modifier and Type Class Description class
CAP4EventTypeBCSM
API for CAP-datatypes.EventTypeBCSM.Methods in com.opencloud.slee.resources.cgin.cap_v4 that return CCEventTypeBCSM Modifier and Type Method 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.Methods in com.opencloud.slee.resources.cgin.cap_v4 with parameters of type CCEventTypeBCSM Modifier and Type Method Description CAP4BCSMEvent
CAP4BCSMEvent. setEventTypeBCSM(CCEventTypeBCSM value)
Sets the value of the field eventTypeBCSM.CAP4InitialDPArg
CAP4InitialDPArg. setEventTypeBCSM(CCEventTypeBCSM value)
Sets the value of the field eventTypeBCSM. -
Uses of CCEventTypeBCSM in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type CCEventTypeBCSM Modifier and Type Method Description CS1BCSMEvent
CS1BCSMEvent. setEventTypeBCSM(CCEventTypeBCSM value)
Sets the value of the field eventTypeBCSM.CS1EventReportBCSMArg
CS1EventReportBCSMArg. setEventTypeBCSM(CCEventTypeBCSM value)
Sets the value of the field eventTypeBCSM.CS1InitialDPArg
CS1InitialDPArg. setEventTypeBCSM(CCEventTypeBCSM value)
Sets the value of the field eventTypeBCSM.
-