|
||||||||||
| 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.cccs.PartyJoinedEvent
public class PartyJoinedEvent
This asynchronous event indicates that a new party (leg) has joined the conference. This can be used in, e.g., a meetme conference where the participants dial in to the conference using the address returned during reservation of the conference. The Leg will be assigned to the default subconference object and will be in a detached state. The application may move the call Leg to a different subconference before attaching the media. The method will only be called when joinAllowed is indicated in the conference policy.
| Constructor Summary | |
|---|---|
PartyJoinedEvent(TpServiceIdentifier tpServiceIdentifier,
TpConfCallIdentifier tpConfCallIdentifier,
TpCallLegIdentifier tpCallLegIdentifier,
TpJoinEventInfo eventInfo)
Constructor for PartyJoinedEvent |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
TpJoinEventInfo |
getEventInfo()
Returns the eventInfo |
TpCallLegIdentifier |
getTpCallLegIdentifier()
Returns the tpCallLegIdentifier |
TpConfCallIdentifier |
getTpConfCallIdentifier()
Returns the tpConfCallIdentifier |
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 PartyJoinedEvent(TpServiceIdentifier tpServiceIdentifier,
TpConfCallIdentifier tpConfCallIdentifier,
TpCallLegIdentifier tpCallLegIdentifier,
TpJoinEventInfo eventInfo)
tpServiceIdentifier - the service this event is related to| Method Detail |
|---|
public TpConfCallIdentifier getTpConfCallIdentifier()
public TpCallLegIdentifier getTpCallLegIdentifier()
public TpJoinEventInfo 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 | |||||||||