public final class TcapApplicationContext extends ImmutableDataObject
| Constructor and Description |
|---|
TcapApplicationContext(String protocolName,
String moduleName,
String valuerefName,
ObjectID acn,
TcapOperation[] initiatorSuppliesOperations,
TcapOperation[] responderSuppliesOperations)
Create a new immutable TcapApplicationContext
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ObjectID |
getApplicationContextName()
Get the Application Context Name of this application context
|
String |
getASN1Module()
Get the name of the ASN.1 module containing the definition of this application context
|
String |
getASN1Name()
Get the ASN.1 value reference name defining this application context
|
boolean |
getInDialogPortion()
Gets whether related TCAP messages have a dialog portion containing this AC.
|
TcapOperation[] |
getInitiatorOperations()
Get the set of operations the dialog initiator may invoke.
|
String |
getProtocolName()
Get the name of the AC's protocol.
|
TcapOperation[] |
getResponderOperations()
Get the set of operations the dialog initiator may invoke.
|
int |
hashCode() |
String |
toString() |
clone, isReadOnly, setReadOnlypublic TcapApplicationContext(String protocolName, String moduleName, String valuerefName, ObjectID acn, TcapOperation[] initiatorSuppliesOperations, TcapOperation[] responderSuppliesOperations)
protocolName - the name of this AC's protocolmoduleName - the name of the ASN.1 module defining this ACvaluerefName - the valueref name within the ASN.1 module for this AC definitionacn - the application context name of this application contextinitiatorSuppliesOperations - the set of operations that the dialog initiator may invokeresponderSuppliesOperations - the set of operations that the dialog responder may invokeNullPointerException - if acn is nullpublic String getASN1Name()
public String getASN1Module()
public String getProtocolName()
public ObjectID getApplicationContextName()
public TcapOperation[] getInitiatorOperations()
public TcapOperation[] getResponderOperations()
public boolean getInDialogPortion()