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

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

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

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

See Also:
Serialized Form

Constructor Summary
TpSubConfCallIdentifier(int _subConfCallRefID, int _subConfCallSessionID)
          Creates a new TpSubConfCallIdentifier instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 int getSubConfCallRefID()
          This method returns a subConfCallReference.
 int getSubConfCallSessionID()
          This method returns a subConfCallSessionID.
 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

TpSubConfCallIdentifier

public TpSubConfCallIdentifier(int _subConfCallRefID,
                               int _subConfCallSessionID)
Creates a new TpSubConfCallIdentifier instance.

Parameters:
_subConfCallRefID - This element specifies the interface reference for the subconference call object.
_subConfCallSessionID - This element specifies the session ID of the subconference call.
Method Detail

getSubConfCallRefID

public int getSubConfCallRefID()
This method returns a subConfCallReference.

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

getSubConfCallSessionID

public int getSubConfCallSessionID()
This method returns a subConfCallSessionID.

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 © 2009. All Rights Reserved.