WebLogic Integration


Uses of Interface
com.bea.wlai.common.IConnectionFactoryDescriptor

Packages that use IConnectionFactoryDescriptor
com.bea.wlai.client Provides the WebLogic Application Integration client-side interfaces/classes. 
com.bea.wlai.common Provides the WebLogic Application Integration commonly used interfaces/classes. 
 

Uses of IConnectionFactoryDescriptor in com.bea.wlai.client
 

Methods in com.bea.wlai.client that return IConnectionFactoryDescriptor
 IConnectionFactoryDescriptor DeployManager.undeployConnectionFactory(QualifiedName name, boolean force, boolean persistent)
          Undeploy the connection factory with the given name from the WLAI server.
 IConnectionFactoryDescriptor DeployManager.getConnectionFactoryDeploymentDescriptor(QualifiedName name)
          Get the connection factory deployment descriptor for the given connection factory name.
 IConnectionFactoryDescriptor ConnectionFactoryManager.addConnectionFactory(INamespace parent, java.lang.String factoryName)
          Creates an ConnectionFactory with the given name, adds it to the given parent namespace, and returns a descriptor for it.
 IConnectionFactoryDescriptor ConnectionFactoryManager.removeConnectionFactory(QualifiedName name)
          Removes the ConnectionFactory with the given qualified name from its parent namespace, and returns a descriptor for it.
 IConnectionFactoryDescriptor ConnectionFactoryManager.getConnectionFactory(QualifiedName name)
          Gets the ConnectionFactory with the given qualified name and returns a descriptor for it.
 IConnectionFactoryDescriptor ConnectionFactoryManager.undeployConnectionFactory(QualifiedName name)
          Undeploy the ConnectionFactory represented by the given QualifiedName from the WLAI engine.
 

Methods in com.bea.wlai.client with parameters of type IConnectionFactoryDescriptor
 void DeployManager.deployConnectionFactory(IConnectionFactoryDescriptor cfd, boolean allowRebind, boolean persistent)
          Deploy the given connection factory deployment descriptor, given by the cfd argument, to the WLAI server.
 void ConnectionFactoryManager.updateConnectionFactory(IConnectionFactoryDescriptor factory)
          Updates the given ConnectionFactoryDescriptor within the WLAI repository.
 void ConnectionFactoryManager.deployConnectionFactory(IConnectionFactoryDescriptor factory)
          Deploy the ConnectionFactory represented by the given descriptor into the WLAI engine.
 

Uses of IConnectionFactoryDescriptor in com.bea.wlai.common
 

Classes in com.bea.wlai.common that implement IConnectionFactoryDescriptor
 class ConnectionFactoryDescriptor
          An implementation of the IConnectionFactoryDescriptor interface for use by the WLAI server.
 

Methods in com.bea.wlai.common that return IConnectionFactoryDescriptor
 IConnectionFactoryDescriptor IApplicationViewDescriptor.getConnectionFactoryDescriptor()
          Get the IConnectionFactoryDescriptor that represents the connection factory that will be used at runtime to fulfill connection requests for ApplicationViews based off this IApplicationViewDescriptor.
 IConnectionFactoryDescriptor ApplicationViewDescriptor.getConnectionFactoryDescriptor()
          Get the IConnectionFactoryDescriptor that represents the connection factory that will be used at runtime to fulfill connection requests for ApplicationViews based off this IApplicationViewDescriptor.
 

Methods in com.bea.wlai.common with parameters of type IConnectionFactoryDescriptor
 void IApplicationViewDescriptor.setConnectionFactoryDescriptor(IConnectionFactoryDescriptor cfDD)
          Set the IConnectionFactoryDescriptor that represents the connection factory that will be used at runtime to fulfill connection requests for ApplicationViews based off this IApplicationViewDescriptor.
 void IApplicationViewDescriptor.setConnectionFactoryDescriptor(IConnectionFactoryDescriptor cfDD, boolean bOwns)
          Set the IConnectionFactoryDescriptor that represents the connection factory that will be used at runtime to fulfill connection requests for ApplicationViews based off this IApplicationViewDescriptor.
 void ApplicationViewDescriptor.setConnectionFactoryDescriptor(IConnectionFactoryDescriptor cfDD)
          Set the IConnectionFactoryDescriptor that represents the connection factory that will be used at runtime to fulfill connection requests for ApplicationViews based off this IApplicationViewDescriptor.
 void ApplicationViewDescriptor.setConnectionFactoryDescriptor(IConnectionFactoryDescriptor cfDD, boolean bOwns)
          Set the IConnectionFactoryDescriptor that represents the connection factory that will be used at runtime to fulfill connection requests for ApplicationViews based off this IApplicationViewDescriptor.
 


WebLogic Integration

WebLogic Integration (WLI)