jain.protocol.ip.mgcp.message.parms
Class CallIdentifier
java.lang.Object
|
+--jain.protocol.ip.mgcp.message.parms.CallIdentifier
- All Implemented Interfaces:
- java.io.Serializable
- public final class CallIdentifier
- extends java.lang.Object
- implements java.io.Serializable
Specifies the globally unique call identifier for the call of which this connection is a part.
- See Also:
- Serialized Form
Constructor Summary |
CallIdentifier(java.lang.String callIdentifier)
Constructs a new Call Identifier object, setting the string that designates the Call Identifier.
|
Method Summary |
void |
setCallIdentifier(java.lang.String callIdentifier)
Sets the Call Identifier.
|
java.lang.String |
toString()
The Call Identifier, as a String. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CallIdentifier
public CallIdentifier(java.lang.String callIdentifier)
throws java.lang.IllegalArgumentException
- Constructs a new Call Identifier object, setting the string that designates the Call Identifier.
- Parameters:
callIdentifier
- A string that designates the Call Identifier.- Throws:
java.lang.IllegalArgumentException
- Indicates that the String used to instantiate the Call Identifier does not contain between
1 and 32 hexadecimal digits.
setCallIdentifier
public void setCallIdentifier(java.lang.String callIdentifier)
throws java.lang.IllegalArgumentException
- Sets the Call Identifier.
- Parameters:
callIdentifier
- A string that designates the Call Identifier.- Throws:
java.lang.IllegalArgumentException
- Indicates that the String used to instantiate the Call Identifier does not contain between
1 and 32 hexadecimal digits.
toString
public java.lang.String toString()
- The Call Identifier, as a String.
- Overrides:
toString
in class java.lang.Object
- Returns:
- A string that designates the Call Identifier.
Copyright © 2000 Sun Microsystems, Inc.