|
||||||||||
| 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.ConferenceCreatedEvent
public class ConferenceCreatedEvent
This event is called when a conference is created from an earlier resource reservation. If the application has previously explicitly passed a reference to the callback using a setCallbackWithSessionID() invocation, this parameter may be null, or if supplied must be the same as that provided during the setCallbackWithSessionID().
| Constructor Summary | |
|---|---|
ConferenceCreatedEvent(TpServiceIdentifier tpServiceIdentifier,
TpConfCallIdentifier conferenceCall)
Constructor for ConferenceCreatedEvent |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
TpConfCallIdentifier |
getConferenceCall()
Returns the conferenceCall |
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 ConferenceCreatedEvent(TpServiceIdentifier tpServiceIdentifier,
TpConfCallIdentifier conferenceCall)
tpServiceIdentifier - the service this event is related to| Method Detail |
|---|
public TpConfCallIdentifier getConferenceCall()
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 | |||||||||