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

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

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

Defines the Sequence of Data Elements that unambiguously specify the MultiMediaCall object.

See Also:
Serialized Form

Constructor Summary
TpMultiMediaCallIdentifier(int _mMCallRefID, int _mMCallSessionID)
          Creates a new TpMultiMediaCallIdentifier instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 int getMMCallRefID()
          This method returns a mMCallReference.
 int getMMCallSessionID()
          This method returns a mMCallSessionID.
 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

TpMultiMediaCallIdentifier

public TpMultiMediaCallIdentifier(int _mMCallRefID,
                                  int _mMCallSessionID)
Creates a new TpMultiMediaCallIdentifier instance.

Parameters:
_mMCallRefID - This element specifies the interface reference for the call object.
_mMCallSessionID - This element specifies the call session ID of the call created.
Method Detail

getMMCallRefID

public int getMMCallRefID()
This method returns a mMCallReference.

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

getMMCallSessionID

public int getMMCallSessionID()
This method returns a mMCallSessionID.

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.