MjSip Stack
v1.6

org.zoolu.sip.provider
Class Identifier

java.lang.Object
  |
  +--org.zoolu.sip.provider.Identifier
Direct Known Subclasses:
ConnectionIdentifier, DialogIdentifier, MethodIdentifier, TransactionIdentifier

public class Identifier
extends java.lang.Object

Generic Identifier.


Method Summary
 boolean equals(java.lang.Object obj)
          Whether the Identifier equals to obj.
 int hashCode()
          Gets an int hashCode for the Identifier.
 java.lang.String toString()
          Gets a String value for the Identifier
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

equals

public boolean equals(java.lang.Object obj)
Whether the Identifier equals to obj.
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Gets an int hashCode for the Identifier.
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Gets a String value for the Identifier
Overrides:
toString in class java.lang.Object

MjSip Stack
v1.6