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

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

public class DataSessionFaultDetectedEvent
extends ResourceEvent

This event indicates to the application that a fault in the network has been detected which cannot be communicated by a network event, e.g., when the user aborts before any establishment method is called by the application. The system purges the Data Session object. Therefore, the application has no further control of data session processing. No report will be forwarded to the application.

See Also:
Serialized Form

Constructor Summary
DataSessionFaultDetectedEvent(TpServiceIdentifier tpServiceIdentifier, TpDataSessionIdentifier tpDataSessionIdentifier, TpDataSessionFault fault)
          Constructor for DataSessionFaultDetectedEvent
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 TpDataSessionFault getFault()
          Returns the fault
 TpDataSessionIdentifier getTpDataSessionIdentifier()
          Returns the tpDataSessionIdentifier
 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

DataSessionFaultDetectedEvent

public DataSessionFaultDetectedEvent(TpServiceIdentifier tpServiceIdentifier,
                                     TpDataSessionIdentifier tpDataSessionIdentifier,
                                     TpDataSessionFault fault)
Constructor for DataSessionFaultDetectedEvent

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

getTpDataSessionIdentifier

public TpDataSessionIdentifier getTpDataSessionIdentifier()
Returns the tpDataSessionIdentifier


getFault

public TpDataSessionFault getFault()
Returns the fault


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.