Uses of Class
com.opencloud.slee.resources.cgin.ObjectID
-
Packages that use ObjectID Package Description com.opencloud.slee.resources.cgin Defines an API for the CGIN infrastructure on which all protocols are built.com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.cgin.xpath Supports the use of XPath expressions on CGIN data structures such as operation arguments, results and errors. -
-
Uses of ObjectID in com.opencloud.slee.resources.cgin
Fields in com.opencloud.slee.resources.cgin declared as ObjectID Modifier and Type Field Description static ObjectID
ObjectID. EMPTY_OID
An ObjectID that's different from all real network ObjectIDs.Methods in com.opencloud.slee.resources.cgin that return ObjectID Modifier and Type Method Description ObjectID
Dialog. getApplicationContextName()
Get the application context name currently in use on this dialog.ObjectID
TcapApplicationContext. getApplicationContextName()
Get the Application Context Name of this application contextObjectID
EncodedExternal. getDirectReference()
Get the EXTERNAL's direct-reference, if presentObjectID
Code. getGlobal()
Gets the value of the ITU global object identifier alternative.ObjectID
OpenId. getGlobal()
Gets the value of the global choice.static ObjectID
ObjectID. parse(String str)
Converts a String to an ObjectID.Methods in com.opencloud.slee.resources.cgin with parameters of type ObjectID Modifier and Type Method Description int
ObjectID. compareTo(ObjectID rhs)
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.Code
Code. setGlobal(ObjectID value)
Sets the value of the ITU global object identifier alternative.OpenId
OpenId. setGlobal(ObjectID value)
Sets the value of the global choice.Constructors in com.opencloud.slee.resources.cgin with parameters of type ObjectID Constructor Description EncodedExternal(ObjectID directReference, byte[] encodedSingleASN1Type)
Construct a representation of an EXTERNAL, identified by a direct-reference only, with a single-ASN1-type encoding.EncodedExternal(ObjectID directReference, Long indirectReference, String dataValueDescriptor, EncodedExternal.ExternalEncoding encoding, byte[] encodedValue, Throwable decodingError)
Construct a representation of an EXTERNAL.TcapApplicationContext(String protocolName, String moduleName, String valuerefName, ObjectID acn, TcapOperation[] initiatorSuppliesOperations, TcapOperation[] responderSuppliesOperations, TcapStackType tcapStackType)
Create a new immutable TcapApplicationContext -
Uses of ObjectID in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return ObjectID Modifier and Type Method Description ObjectID
MAPMAP_RefuseInfo. getAlternativeApplicationContext()
Gets the value of the field alternativeApplicationContext.Methods in com.opencloud.slee.resources.cgin.map with parameters of type ObjectID Modifier and Type Method Description MAPMAP_RefuseInfo
MAPMAP_RefuseInfo. setAlternativeApplicationContext(ObjectID value)
Sets the value of the field alternativeApplicationContext. -
Uses of ObjectID in com.opencloud.slee.resources.cgin.xpath
Constructors in com.opencloud.slee.resources.cgin.xpath with parameters of type ObjectID Constructor Description ObjectIDPointer(org.apache.commons.jxpath.ri.model.NodePointer parent, org.apache.commons.jxpath.ri.QName name, ObjectID object)
Creates a pointer to the given ObjectID.
-