org.mobicents.csapi.jr.slee.cc.mmccs
Class TpMultiMediaCallLegIdentifier

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

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

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

See Also:
Serialized Form

Constructor Summary
TpMultiMediaCallLegIdentifier(int _mMCallLegRefID, int _mMCallLegSessionID)
          Creates a new TpMultiMediaCallLegIdentifier instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 int getMMCallLegRefID()
          This method returns a mMCallLegReference.
 int getMMCallLegSessionID()
          This method returns a mMCallLegSessionID.
 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

TpMultiMediaCallLegIdentifier

public TpMultiMediaCallLegIdentifier(int _mMCallLegRefID,
                                     int _mMCallLegSessionID)
Creates a new TpMultiMediaCallLegIdentifier instance.

Parameters:
_mMCallLegRefID - This element specifies the interface reference for the callLeg object.
_mMCallLegSessionID - This element specifies the callLeg session ID of the call created.
Method Detail

getMMCallLegRefID

public int getMMCallLegRefID()
This method returns a mMCallLegReference.

Returns:
a org.mobicents.csapi.jr.slee.cc.mmccs.IpMultiMediaCallLeg value

getMMCallLegSessionID

public int getMMCallLegSessionID()
This method returns a mMCallLegSessionID.

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.