Uses of Class
com.opencloud.slee.resources.cgin.TcapVersion
-
Packages that use TcapVersion Package Description com.opencloud.slee.resources.cgin Defines an API for the CGIN infrastructure on which all protocols are built. -
-
Uses of TcapVersion in com.opencloud.slee.resources.cgin
Methods in com.opencloud.slee.resources.cgin that return TcapVersion Modifier and Type Method Description static TcapVersion
TcapVersion. fromConfigProperty(String config)
Converts a 'default-tcap-version' stack configuration property String to a TcapVersion.TcapVersion
Dialog. getTcapVersion()
Gets the TCAP version being used for this dialog.static TcapVersion
TcapVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static TcapVersion[]
TcapVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.slee.resources.cgin with parameters of type TcapVersion Modifier and Type Method Description Dialog
CGINProvider. issueOpenRequest(TcapApplicationContext appContext, ObjectID appContextName, SccpAddress origAddress, SccpAddress destAddress, TcapVersion tcapVersion, long timeout, Object... userInformation)
Attempt to open a new dialog.Dialog
CGINProvider. issueStatelessOpenRequest(TcapApplicationContext appContext, ObjectID appContextName, byte[] origTransactionID, SccpAddress origAddress, SccpAddress destAddress, TcapVersion tcapVersion, Object... userInformation)
Attempt to open a new stateless dialog.void
Dialog. setTcapVersion(TcapVersion tcapVersion)
Set the TCAP version to use.
-