|
||||||||||
| 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.mpccs.EventReportResEvent
public class EventReportResEvent
This asynchronous event reports that an event has occurred that was requested to be reported (for example, a mid-call event, the party has requested to disconnect, etc.). Depending on the type of event received, outstanding requests for events are discarded. The exact details of these so-called disarming rules are captured in the data definition of the event type. If this method is invoked for a report with a monitor mode of P_CALL_MONITOR_MODE_INTERRUPT, then the application has control of the call leg. If the application does nothing with the call leg within a specified time period (the duration which forms a part of the service level agreement), then the connection in the network shall be released and callLegEnded() shall be invoked, giving a release cause of P_TIMER_EXPIRY.
| Constructor Summary | |
|---|---|
EventReportResEvent(TpServiceIdentifier tpServiceIdentifier,
TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier,
TpCallLegIdentifier tpCallLegIdentifier,
TpCallEventInfo eventInfo)
Constructor for EventReportResEvent |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
TpCallEventInfo |
getEventInfo()
Returns the eventInfo |
TpCallLegIdentifier |
getTpCallLegIdentifier()
Returns the tpCallLegIdentifier |
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 |
|---|
public EventReportResEvent(TpServiceIdentifier tpServiceIdentifier,
TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier,
TpCallLegIdentifier tpCallLegIdentifier,
TpCallEventInfo eventInfo)
tpServiceIdentifier - the service this event is related to| Method Detail |
|---|
public TpMultiPartyCallIdentifier getTpMultiPartyCallIdentifier()
public TpCallLegIdentifier getTpCallLegIdentifier()
public TpCallEventInfo getEventInfo()
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 | |||||||||