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

java.lang.Object
  extended by org.mobicents.csapi.jr.slee.ResourceEvent
      extended by org.mobicents.csapi.jr.slee.cc.mpccs.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. Note that the event that caused the call to end might have been received separately if the application was monitoring for it.

See Also:
Serialized Form

Constructor Summary
CallEndedEvent(TpServiceIdentifier tpServiceIdentifier, TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier, 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
 TpMultiPartyCallIdentifier getTpMultiPartyCallIdentifier()
          Returns the tpMultiPartyCallIdentifier
 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,
                      TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier,
                      TpCallEndedReport report)
Constructor for CallEndedEvent

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

getTpMultiPartyCallIdentifier

public TpMultiPartyCallIdentifier getTpMultiPartyCallIdentifier()
Returns the tpMultiPartyCallIdentifier


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.