org.mobicents.csapi.jr.slee
Class TpServiceIdentifier
java.lang.Object
org.mobicents.csapi.jr.slee.TpServiceIdentifier
- All Implemented Interfaces:
- java.io.Serializable
public class TpServiceIdentifier
- extends java.lang.Object
- implements java.io.Serializable
Unamebiguously identifies a service instance. All service idnetifiers must provide
an implementation of equals() and hashCode() and support serialization.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
TpServiceIdentifier
public TpServiceIdentifier(int serviceID)
- Constructor
getServiceID
public int getServiceID()
- Retuen the multiPartyCallID
- Returns:
- int
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
- See Also:
Object.equals(Object)
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
clone
public java.lang.Object clone()
- Overrides:
clone in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2009. All Rights Reserved.