org.mobicents.csapi.jr.slee.cc.gccs
Class CallFaultDetectedEvent

java.lang.Object
  extended by org.mobicents.csapi.jr.slee.ResourceEvent
      extended by org.mobicents.csapi.jr.slee.cc.gccs.CallFaultDetectedEvent
All Implemented Interfaces:
java.io.Serializable

public class CallFaultDetectedEvent
extends ResourceEvent

This event indicates to the application that a fault in the network has been detected. The call may or may not have been terminated. The system deletes the call object. Therefore, the application has no further control of call processing. No report will be forwarded to the application.

See Also:
Serialized Form

Constructor Summary
CallFaultDetectedEvent(TpServiceIdentifier tpServiceIdentifier, TpCallIdentifier tpCallIdentifier, TpCallFault fault)
          Constructor for CallFaultDetectedEvent
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 TpCallFault getFault()
          Returns the fault
 TpCallIdentifier getTpCallIdentifier()
          Returns the tpCallIdentifier
 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

CallFaultDetectedEvent

public CallFaultDetectedEvent(TpServiceIdentifier tpServiceIdentifier,
                              TpCallIdentifier tpCallIdentifier,
                              TpCallFault fault)
Constructor for CallFaultDetectedEvent

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

getTpCallIdentifier

public TpCallIdentifier getTpCallIdentifier()
Returns the tpCallIdentifier


getFault

public TpCallFault 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.