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

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

public class SuperviseDataSessionResEvent
extends ResourceEvent

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.

See Also:
Serialized Form

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

SuperviseDataSessionResEvent

public SuperviseDataSessionResEvent(TpServiceIdentifier tpServiceIdentifier,
                                    TpDataSessionIdentifier tpDataSessionIdentifier,
                                    int report,
                                    TpDataSessionSuperviseVolume usedVolume,
                                    TpDataSessionQosClass qualityOfService)
Constructor for SuperviseDataSessionResEvent

Parameters:
tpServiceIdentifier - the service this event is related to
Method Detail

getTpDataSessionIdentifier

public TpDataSessionIdentifier getTpDataSessionIdentifier()
Returns the tpDataSessionIdentifier


getReport

public int getReport()
Returns the report


getUsedVolume

public TpDataSessionSuperviseVolume getUsedVolume()
Returns the usedVolume


getQualityOfService

public TpDataSessionQosClass getQualityOfService()
Returns the qualityOfService


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.