|
||||||||||
| 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.SuperviseResEvent
public class SuperviseResEvent
This asynchronous event reports a call leg supervision event to the application when it has indicated its interest in this kind of event. It is also called when the connection to a party is terminated before the supervision event occurs.
| Constructor Summary | |
|---|---|
SuperviseResEvent(TpServiceIdentifier tpServiceIdentifier,
TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier,
int report,
int usedTime)
Constructor for SuperviseResEvent |
|
SuperviseResEvent(TpServiceIdentifier tpServiceIdentifier,
TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier,
TpCallLegIdentifier tpCallLegIdentifier,
int report,
int usedTime)
Constructor for SuperviseResEvent |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
int |
getReport()
Returns the report |
TpCallLegIdentifier |
getTpCallLegIdentifier()
Returns the tpCallLegIdentifier |
TpMultiPartyCallIdentifier |
getTpMultiPartyCallIdentifier()
Returns the tpMultiPartyCallIdentifier |
int |
getUsedTime()
Returns the usedTime |
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 SuperviseResEvent(TpServiceIdentifier tpServiceIdentifier,
TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier,
TpCallLegIdentifier tpCallLegIdentifier,
int report,
int usedTime)
tpServiceIdentifier - the service this event is related to
public SuperviseResEvent(TpServiceIdentifier tpServiceIdentifier,
TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier,
int report,
int usedTime)
tpServiceIdentifier - the service this event is related to| Method Detail |
|---|
public TpMultiPartyCallIdentifier getTpMultiPartyCallIdentifier()
public TpCallLegIdentifier getTpCallLegIdentifier()
public int getReport()
public int getUsedTime()
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 | |||||||||