org.mobicents.csapi.jr.slee.cc.cccs
Class TpConfCallIdentifier

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

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

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

See Also:
Serialized Form

Constructor Summary
TpConfCallIdentifier(int _confCallRefID, int _confCallSessionID)
          Creates a new TpConfCallIdentifier instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 int getConfCallRefID()
          This method returns a confCallReference.
 int getConfCallSessionID()
          This method returns a confCallSessionID.
 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

TpConfCallIdentifier

public TpConfCallIdentifier(int _confCallRefID,
                            int _confCallSessionID)
Creates a new TpConfCallIdentifier instance.

Parameters:
_confCallRefID - This element specifies the interface reference for the conference call object.
_confCallSessionID - This element specifies the session ID of the conference call.
Method Detail

getConfCallRefID

public int getConfCallRefID()
This method returns a confCallReference.

Returns:
a org.mobicents.csapi.jr.slee.cc.cccs.IpConfCall value

getConfCallSessionID

public int getConfCallSessionID()
This method returns a confCallSessionID.

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.