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.
|
Modifier and Type | Field and Description |
---|---|
static ObjectID |
ObjectID.EMPTY_OID
An ObjectID that's different from all real network ObjectIDs.
|
Modifier and Type | Method and Description |
---|---|
ObjectID |
TcapApplicationContext.getApplicationContextName()
Get the Application Context Name of this application context
|
ObjectID |
Dialog.getApplicationContextName()
Get the application context name currently in use on this dialog
|
ObjectID |
EncodedExternal.getDirectReference()
Get the EXTERNAL's direct-reference, if present
|
ObjectID |
OpenId.getGlobal()
Gets the value of the global choice.
|
ObjectID |
Code.getGlobal()
Gets the value of the ITU global object identifier alternative.
|
static ObjectID |
ObjectID.parse(String str)
Converts a String to an ObjectID.
|
Modifier and Type | Method and Description |
---|---|
int |
ObjectID.compareTo(ObjectID rhs) |
Dialog |
CGINProvider.issueOpenRequest(TcapApplicationContext appContext,
ObjectID appContextName,
SccpAddress origAddress,
SccpAddress destAddress,
long timeout,
Object... userInformation)
Attempt to open a new dialog.
|
Dialog |
CGINProvider.issueStatelessOpenRequest(TcapApplicationContext appContext,
ObjectID appContextName,
byte[] origTransactionID,
SccpAddress origAddress,
SccpAddress destAddress,
Object... userInformation)
Attempt to open a new stateless dialog.
|
OpenId |
OpenId.setGlobal(ObjectID value)
Sets the value of the global choice.
|
Code |
Code.setGlobal(ObjectID value)
Sets the value of the ITU global object identifier alternative.
|
Constructor and 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)
Create a new immutable TcapApplicationContext
|
Modifier and Type | Method and Description |
---|---|
ObjectID |
MAPMAP_RefuseInfo.getAlternativeApplicationContext()
Gets the value of the field alternativeApplicationContext.
|
Modifier and Type | Method and Description |
---|---|
MAPMAP_RefuseInfo |
MAPMAP_RefuseInfo.setAlternativeApplicationContext(ObjectID value)
Sets the value of the field alternativeApplicationContext.
|
Constructor and 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.
|