Avaya Conferencing Provider API

Uses of Class
com.avaya.conferencing.api.acp.control.Connection

Packages that use Connection
com.avaya.conferencing.api.acp.control The Avaya Conferencing Provider Interface API. 
com.avaya.conferencing.api.acp.control.operations Operations supported by the Avaya Conferencing Provider Interface. 
 

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

Methods in com.avaya.conferencing.api.acp.control that return Connection
abstract  Connection Reference.getConnection()
          Returns the connection used by this reference, or null if the reference is no longer valid.
 Connection ConferencingObject.getConnection()
          Returns the connection that this ConferencingObject relates to.
static Connection ConferencingProviders.getConnection(java.lang.ClassLoader classloader, java.lang.String connectionUrl, java.lang.String username, char[] password)
          Returns the required connection.
abstract  Connection ConferencingProvider.getConnection(ConnectionContext context, java.lang.String connectionURI, java.lang.String username, char[] password)
          Returns the required connection.
 Connection ConnectionContext.getConnection(java.lang.String connectionUrl, java.lang.String username, char[] password)
          Returns the required connection.
static Connection ConferencingProviders.getConnection(java.lang.String connectionUrl, java.lang.String username, char[] password)
          Returns the required connection.
 

Uses of Connection in com.avaya.conferencing.api.acp.control.operations
 

Constructors in com.avaya.conferencing.api.acp.control.operations with parameters of type Connection
OperationFactory(Connection connection)
          Constructs a new OperationFactory that creates Operation instances populated with the defaults for a specific connection.
 


Avaya Conferencing Provider API

Copyright © 2008-2009 Avaya. All Rights Reserved.