Avaya Conferencing Provider API

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

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

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

Classes in com.avaya.conferencing.api.acp.control with type parameters of type EndPointContainer
 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 EndPointContainer
 class Conference
          Conference represents a conference call (video and audio).
 class Connection
          A connection to an Avaya Conferencing Provider.
 class EndPointQueue
          Represents an ordered queue of EndPoints.
 

Methods in com.avaya.conferencing.api.acp.control with type parameters of type EndPointContainer
abstract
<T extends EndPointContainer<T>>
T
CallFlowMappingRule.lookupDestinationContainer(java.lang.Class<T> containerClass, java.lang.String destinationUri)
          Returns the EndPointContainer that incoming calls at the specified destination URI will be placed into or null if the container does not exist.
 

Methods in com.avaya.conferencing.api.acp.control that return types with arguments of type EndPointContainer
abstract  java.lang.Class<? extends EndPointContainer<?>> CallFlowMappingRule.lookupDestinationContainerClass(java.lang.String destinationUri)
          Returns the class of EndPointContainer that incoming calls at the specified destination URI will be placed into or null if incoming calls will be disconnected.
 


Avaya Conferencing Provider API

Copyright © 2008-2009 Avaya. All Rights Reserved.