|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.csapi.jr.slee.ResourceEvent
org.mobicents.csapi.jr.slee.dsc.SuperviseDataSessionResEvent
public class SuperviseDataSessionResEvent
This asynchronous event reports a data session supervision event to the application. In addition, it may also be used to notify the application of a newly negotiated set of Quality of Service parameters during the active life of the data session.
| Constructor Summary | |
|---|---|
SuperviseDataSessionResEvent(TpServiceIdentifier tpServiceIdentifier,
TpDataSessionIdentifier tpDataSessionIdentifier,
int report,
TpDataSessionSuperviseVolume usedVolume,
TpDataSessionQosClass qualityOfService)
Constructor for SuperviseDataSessionResEvent |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
TpDataSessionQosClass |
getQualityOfService()
Returns the qualityOfService |
int |
getReport()
Returns the report |
TpDataSessionIdentifier |
getTpDataSessionIdentifier()
Returns the tpDataSessionIdentifier |
TpDataSessionSuperviseVolume |
getUsedVolume()
Returns the usedVolume |
int |
hashCode()
Returns a hashcode value for the object. |
| Methods inherited from class org.mobicents.csapi.jr.slee.ResourceEvent |
|---|
getService |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SuperviseDataSessionResEvent(TpServiceIdentifier tpServiceIdentifier,
TpDataSessionIdentifier tpDataSessionIdentifier,
int report,
TpDataSessionSuperviseVolume usedVolume,
TpDataSessionQosClass qualityOfService)
tpServiceIdentifier - the service this event is related to| Method Detail |
|---|
public TpDataSessionIdentifier getTpDataSessionIdentifier()
public int getReport()
public TpDataSessionSuperviseVolume getUsedVolume()
public TpDataSessionQosClass getQualityOfService()
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 | |||||||||