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

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

public class GetCallInfoResEvent
extends ResourceEvent

This asynchronous event reports time information of the finished call or call attempt as well as release cause depending on which information has been requested by getCallInfoReq. This information may be used e.g. for charging purposes. The call information will possibly be sent after routeRes in all cases where the call or a leg of the call has been disconnected or a routing failure has been encountered.

See Also:
Serialized Form

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

GetCallInfoResEvent

public GetCallInfoResEvent(TpServiceIdentifier tpServiceIdentifier,
                           TpCallIdentifier tpCallIdentifier,
                           TpCallInfoReport callInfoReport)
Constructor for GetCallInfoResEvent

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

getTpCallIdentifier

public TpCallIdentifier getTpCallIdentifier()
Returns the tpCallIdentifier


getCallInfoReport

public TpCallInfoReport getCallInfoReport()
Returns the callInfoReport


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.