|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.csapi.jr.slee.ResourceEvent
org.mobicents.csapi.jr.slee.cc.gccs.GetCallInfoResEvent
public class GetCallInfoResEvent
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.
| 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 |
|---|
public GetCallInfoResEvent(TpServiceIdentifier tpServiceIdentifier,
TpCallIdentifier tpCallIdentifier,
TpCallInfoReport callInfoReport)
tpServiceIdentifier - the service this event is related to| Method Detail |
|---|
public TpCallIdentifier getTpCallIdentifier()
public TpCallInfoReport getCallInfoReport()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||