org.mobicents.csapi.jr.slee.am
Class ReportNotificationEvent

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

public class ReportNotificationEvent
extends ResourceEvent

This event is used to notify the application of a charging event.

See Also:
Serialized Form

Constructor Summary
ReportNotificationEvent(TpServiceIdentifier tpServiceIdentifier, TpChargingEventInfo chargingEventInfo, int assignmentId)
          Constructor for ReportNotificationEvent
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 int getAssignmentId()
          Returns the assignmentId
 TpChargingEventInfo getChargingEventInfo()
          Returns the chargingEventInfo
 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

ReportNotificationEvent

public ReportNotificationEvent(TpServiceIdentifier tpServiceIdentifier,
                               TpChargingEventInfo chargingEventInfo,
                               int assignmentId)
Constructor for ReportNotificationEvent

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

getChargingEventInfo

public TpChargingEventInfo getChargingEventInfo()
Returns the chargingEventInfo


getAssignmentId

public int getAssignmentId()
Returns the assignmentId


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.