org.mobicents.csapi.jr.slee.cc.mpccs
Class TpMultiPartyCallIdentifier

java.lang.Object
  extended by org.mobicents.csapi.jr.slee.cc.mpccs.TpMultiPartyCallIdentifier
All Implemented Interfaces:
java.io.Serializable

public final class TpMultiPartyCallIdentifier
extends java.lang.Object
implements java.io.Serializable

Defines the Sequence of Data Elements that unambiguously specify the Call object

See Also:
Serialized Form

Constructor Summary
TpMultiPartyCallIdentifier(int _callRefID, int _callSessionID)
          Creates a new TpMultiPartyCallIdentifier instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 int getCallRefID()
          This method returns a callReference.
 int getCallSessionID()
          This method returns a callSessionID.
 int hashCode()
          Returns a hashcode value for the object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TpMultiPartyCallIdentifier

public TpMultiPartyCallIdentifier(int _callRefID,
                                  int _callSessionID)
Creates a new TpMultiPartyCallIdentifier instance.

Parameters:
_callRefID - This element specifies the interface reference for the Multi-party call object.
_callSessionID - This element specifies the call session ID.
Method Detail

getCallRefID

public int getCallRefID()
This method returns a callReference.

Returns:
a org.mobicents.csapi.jr.slee.cc.mpccs.IpMultiPartyCall value

getCallSessionID

public int getCallSessionID()
This method returns a callSessionID.

Returns:
a int value

equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hashcode value for the object.

Overrides:
hashCode in class java.lang.Object


Copyright © 2008. All Rights Reserved.