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

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

public class CallEndedEvent
extends ResourceEvent

This event indicates to the application that the call has terminated in the network. However, the application may still receive some results (e.g., getCallInfoRes) related to the call. The application is expected to deassign the call object after having received the callEnded. Note that the event that caused the call to end might also be received separately if the application was monitoring for it.

See Also:
Serialized Form

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

CallEndedEvent

public CallEndedEvent(TpServiceIdentifier tpServiceIdentifier,
                      TpCallIdentifier tpCallIdentifier,
                      TpCallEndedReport report)
Constructor for CallEndedEvent

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

getTpCallIdentifier

public TpCallIdentifier getTpCallIdentifier()
Returns the tpCallIdentifier


getReport

public TpCallEndedReport getReport()
Returns the report


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.