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

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

public class ReportNotificationEvent
extends ResourceEvent

This event notifies the application of the arrival of a data session-related event. If this method is invoked with a monitor mode of P_DATA_SESSION_MONITOR_MODE_INTERRUPT, then the application has control of the data session. If the application does nothing with the data session within a specified time period (the duration of which forms a part of the service level agreement), then the data session in the network shall be released and dataSessionFaultDetected() shall be invoked, giving a fault code of P_DATA_SESSION_TIMEOUT_ON_INTERRUPT.

See Also:
Serialized Form

Constructor Summary
ReportNotificationEvent(TpServiceIdentifier tpServiceIdentifier, TpDataSessionIdentifier dataSessionReference, TpDataSessionEventInfo eventInfo, 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
 TpDataSessionIdentifier getDataSessionReference()
          Returns the dataSessionReference
 TpDataSessionEventInfo getEventInfo()
          Returns the eventInfo
 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,
                               TpDataSessionIdentifier dataSessionReference,
                               TpDataSessionEventInfo eventInfo,
                               int assignmentID)
Constructor for ReportNotificationEvent

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

getDataSessionReference

public TpDataSessionIdentifier getDataSessionReference()
Returns the dataSessionReference


getEventInfo

public TpDataSessionEventInfo getEventInfo()
Returns the eventInfo


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 © 2008. All Rights Reserved.