public final class TcapApplicationContext extends ImmutableDataObject
Constructor and Description |
---|
TcapApplicationContext(java.lang.String protocolName,
java.lang.String moduleName,
java.lang.String valuerefName,
ObjectID acn,
TcapOperation[] initiatorSuppliesOperations,
TcapOperation[] responderSuppliesOperations)
Create a new immutable TcapApplicationContext
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
ObjectID |
getApplicationContextName()
Get the Application Context Name of this application context
|
java.lang.String |
getASN1Module()
Get the name of the ASN.1 module containing the definition of this application context
|
java.lang.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.
|
java.lang.String |
getProtocolName()
Get the name of the AC's protocol.
|
TcapOperation[] |
getResponderOperations()
Get the set of operations the dialog initiator may invoke.
|
int |
hashCode() |
java.lang.String |
toString() |
clone, isReadOnly, setReadOnly
public TcapApplicationContext(java.lang.String protocolName, java.lang.String moduleName, java.lang.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 invokejava.lang.NullPointerException
- if acn
is null
public java.lang.String getASN1Name()
public java.lang.String getASN1Module()
public java.lang.String getProtocolName()
public ObjectID getApplicationContextName()
public TcapOperation[] getInitiatorOperations()
public TcapOperation[] getResponderOperations()
public boolean getInDialogPortion()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object