org.mobicents.csapi.jr.slee.dsc
Class TpDataSessionIdentifier

java.lang.Object
  extended by org.mobicents.csapi.jr.slee.dsc.TpDataSessionIdentifier
All Implemented Interfaces:
java.io.Serializable

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

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

See Also:
Serialized Form

Constructor Summary
TpDataSessionIdentifier(int _dataSessionRefID, int _dataSessionID)
          Creates a new TpDataSessionIdentifier instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 int getDataSessionID()
          This method returns a dataSessionID.
 int getDataSessionRefID()
          This method returns a dataSessionReference.
 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

TpDataSessionIdentifier

public TpDataSessionIdentifier(int _dataSessionRefID,
                               int _dataSessionID)
Creates a new TpDataSessionIdentifier instance.

Parameters:
_dataSessionRefID - This element specifies the interface reference for the Data Session object.
_dataSessionID - This element specifies the data session ID of the Data Session.
Method Detail

getDataSessionRefID

public int getDataSessionRefID()
This method returns a dataSessionReference.

Returns:
a org.mobicents.csapi.jr.slee.dsc.IpDataSession value

getDataSessionID

public int getDataSessionID()
This method returns a dataSessionID.

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.