Avaya Conferencing Provider API

Uses of Interface
com.avaya.conferencing.api.acp.control.ConferencingObjectContainer

Packages that use ConferencingObjectContainer
com.avaya.conferencing.api.acp.control The Avaya Conferencing Provider Interface API. 
 

Uses of ConferencingObjectContainer in com.avaya.conferencing.api.acp.control
 

Classes in com.avaya.conferencing.api.acp.control with type parameters of type ConferencingObjectContainer
 interface ConferencingObjectContainer<T extends ConferencingObjectContainer<T>>
          A ConferencingObject that contains other ConferencingObject instances.
 

Subinterfaces of ConferencingObjectContainer in com.avaya.conferencing.api.acp.control
 interface ConferenceContainer<IMPL_CLASS extends ConferenceContainer<IMPL_CLASS>>
          A conferencing object that has EndPoint instances associated with it.
 interface ConferencingObjectQueue<Q extends ConferencingObjectQueue<Q,E>,E extends ConferencingObject<E>>
          Represents an ordered queue of ConferencingObjects.
 interface EndPointContainer<IMPL_CLASS extends EndPointContainer<IMPL_CLASS>>
          A conferencing object that has EndPoint instances associated with it.
 

Classes in com.avaya.conferencing.api.acp.control that implement ConferencingObjectContainer
 class Conference
          Conference represents a conference call (video and audio).
 class ConferenceQueue
          ConferenceQueue represents an ordered queue of Conference objects.
 class Connection
          A connection to an Avaya Conferencing Provider.
 class EndPointQueue
          Represents an ordered queue of EndPoints.
 class ParticipantCodeGroup
          Conferences identified by Conference.PARTICIPANT_CODES any one instant, the Conference.PARTICIPANT_CODES for a Conference must be unique within the ParticipantCodeGroup to which the Conference belongs.
 

Methods in com.avaya.conferencing.api.acp.control with type parameters of type ConferencingObjectContainer
<S extends ConferencingObjectContainer<S>,T extends ConferencingObject<T>>
java.util.Collection<S>
ConferencingObjectContainer.findParents(java.lang.Class<S> clazz, Reference<T> grandChildRef)
          Find and retrieve the child objects that are the parents of a specific grandchild of this object.
<S extends ConferencingObjectContainer<S>,T extends ConferencingObject<T>>
java.util.Collection<S>
ConferencingObjectContainer.lookupParents(java.lang.Class<S> clazz, Reference<T> grandChildRef)
          Find and retrieve the child objects that are the parents of a specific grandchild of this object.
 

Methods in com.avaya.conferencing.api.acp.control that return types with arguments of type ConferencingObjectContainer
static
<S extends ConferencingObject<S>>
Filter<ConferencingObjectContainer<? extends ConferencingObjectContainer<?>>>
Filters.contains(Reference<S> ref)
          Returns a Filter that matches only those ConferencingObjectContainer instances that contain the specified Referenced child.
static
<S extends ConferencingObject<S>>
Filter<ConferencingObjectContainer<? extends ConferencingObjectContainer<?>>>
Filters.contains(Reference<S> ref)
          Returns a Filter that matches only those ConferencingObjectContainer instances that contain the specified Referenced child.
 


Avaya Conferencing Provider API

Copyright © 2008-2009 Avaya. All Rights Reserved.