|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.csapi.jr.slee.dsc.TpDataSessionIdentifier
public final class TpDataSessionIdentifier
Defines the Sequence of Data Elements that unambiguously specify the Data Session object
| 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 |
|---|
public TpDataSessionIdentifier(int _dataSessionRefID,
int _dataSessionID)
_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 |
|---|
public int getDataSessionRefID()
public int getDataSessionID()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||