Uses of Class
com.opencloud.slee.resources.cgin.TcapStackType
-
Packages that use TcapStackType Package Description com.opencloud.slee.resources.cgin Defines an API for the CGIN infrastructure on which all protocols are built. -
-
Uses of TcapStackType in com.opencloud.slee.resources.cgin
Methods in com.opencloud.slee.resources.cgin that return TcapStackType Modifier and Type Method Description TcapStackType
TcapApplicationContext. getTcapStackType()
Gets the type of TCAP stack required by this AC.static TcapStackType
TcapStackType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TcapStackType[]
TcapStackType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.opencloud.slee.resources.cgin with parameters of type TcapStackType Constructor Description TcapApplicationContext(String protocolName, String moduleName, String valuerefName, ObjectID acn, TcapOperation[] initiatorSuppliesOperations, TcapOperation[] responderSuppliesOperations, TcapStackType tcapStackType)
Create a new immutable TcapApplicationContext
-