|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
IMPL_CLASS - Implementing classes use this type parameter to provide type safety.public interface ConferenceContainer<IMPL_CLASS extends ConferenceContainer<IMPL_CLASS>>
A conferencing object that has EndPoint instances associated with it.
| Field Summary |
|---|
| Fields inherited from interface com.avaya.conferencing.api.acp.control.ConferencingObject |
|---|
STATE |
| Method Summary | |
|---|---|
void |
addConferencePropertyChangeListener(java.beans.PropertyChangeListener listener)
Registers a PropertyChangeListener against all properties of the Conferences in this container. |
void |
addConferencePropertyChangeListener(java.lang.String property,
java.beans.PropertyChangeListener listener)
Registers a PropertyChangeListener against a specific properties of the Conferences in this container. |
java.util.Iterator<Conference> |
conferenceIterator()
Returns an iterator of the conferences. |
java.util.Iterator<Conference> |
conferenceIterator(Filter<? super Conference>... filters)
Returns an iterator of the conferences. |
Conference |
findConference(Reference<Conference> ref)
Find and retrieve the specified Conference. |
java.util.Collection<Conference> |
getConferences()
Returns the Conferences of this ConferenceContainer. |
java.util.Collection<Conference> |
getConferences(Filter<? super Conference>... filters)
Returns the Conferences of this ConferenceContainer. |
Conference |
lookupConference(Reference<Conference> ref)
Find and retrieve the specified Conference. |
void |
removeConferencePropertyChangeListener(java.beans.PropertyChangeListener listener)
Unregisters a PropertyChangeListener previously registered against all properties of the Conferences in this container. |
void |
removeConferencePropertyChangeListener(java.lang.String property,
java.beans.PropertyChangeListener listener)
Unregisters a PropertyChangeListener previously registered against a specific property of the Conferences in this container. |
| Methods inherited from interface com.avaya.conferencing.api.acp.control.ConferencingObjectContainer |
|---|
addChildListener, addChildListener, addChildPropertyChangeListener, addChildPropertyChangeListener, childClassIterator, childIterator, childIterator, findChild, findParents, getAllChildren, getAllChildren, getChildClasses, getChildren, getChildren, lookupChild, lookupParents, removeChildListener, removeChildListener, removeChildPropertyChangeListener, removeChildPropertyChangeListener |
| Methods inherited from interface com.avaya.conferencing.api.acp.control.ConferencingObject |
|---|
addAvailableVerbsChangeListener, addPropertyChangeListener, addPropertyChangeListener, addStateChangeListener, execute, executeAs, getAllVerbs, getAllVerbsAs, getAllVerbsAs, getConnection, getId, getProperties, getProperties, getPropertyClass, getPropertyClasses, getPropertyType, getPropertyValue, getPropertyValues, getState, getVerbs, getVerbsAs, removeAvailableVerbsChangeListener, removePropertyChangeListener, removePropertyChangeListener, removeStateChangeListener |
| Method Detail |
|---|
void addConferencePropertyChangeListener(java.beans.PropertyChangeListener listener)
listener - The PropertyChangeListener.
void addConferencePropertyChangeListener(java.lang.String property,
java.beans.PropertyChangeListener listener)
property - The property to listen for changes on.listener - The PropertyChangeListener.java.util.Iterator<Conference> conferenceIterator()
java.util.Iterator<Conference> conferenceIterator(Filter<? super Conference>... filters)
filters - The filters to use.
Conference findConference(Reference<Conference> ref)
throws UnknownChildObjectException
ref - The Conference reference.
UnknownChildObjectException - if the Conference does not exist.java.util.Collection<Conference> getConferences()
collection.isEmpty() is preferable to 0 == collection.size() as the
latter may block until the entire collection is loaded.
java.util.Collection<Conference> getConferences(Filter<? super Conference>... filters)
collection.isEmpty() is preferable to 0 == collection.size() as the
latter may block until the entire collection is loaded.
filters - The filters to use.
Conference lookupConference(Reference<Conference> ref)
ref - The Conference reference.
null if the Conference does not exist.void removeConferencePropertyChangeListener(java.beans.PropertyChangeListener listener)
listener - The PropertyChangeListener.
void removeConferencePropertyChangeListener(java.lang.String property,
java.beans.PropertyChangeListener listener)
property - The property to listen for changes on.listener - The PropertyChangeListener.
|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||