org.mobicents.csapi.jr.slee
Class TpServiceIdentifier

java.lang.Object
  extended by 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

Constructor Summary
TpServiceIdentifier(int serviceID)
          Constructor
 
Method Summary
 java.lang.Object clone()
           
 boolean equals(java.lang.Object o)
           
 int getServiceID()
          Retuen the multiPartyCallID
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TpServiceIdentifier

public TpServiceIdentifier(int serviceID)
Constructor

Method Detail

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.