WebLogic Integration


Uses of Class
com.bea.wlai.client.ConnectionFactoryException

Packages that use ConnectionFactoryException
com.bea.wlai.client   
 

Uses of ConnectionFactoryException in com.bea.wlai.client
 

Methods in com.bea.wlai.client that throw ConnectionFactoryException
 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.
 void ConnectionFactoryManager.updateConnectionFactory(IConnectionFactoryDescriptor factory)
          Updates the given ConnectionFactoryDescriptor within the WLAI repository.
 IConnectionFactoryDescriptor ConnectionFactoryManager.getConnectionFactory(QualifiedName name)
          Gets the ConnectionFactory with the given qualified name and returns a descriptor for it.
 boolean ConnectionFactoryManager.exists(QualifiedName aQualifiedName)
          Determine whether the connection factory descriptor represented by a qualified name exists in the repository.
 void ConnectionFactoryManager.deployConnectionFactory(IConnectionFactoryDescriptor factory)
          Deploy the ConnectionFactory represented by the given descriptor into the WLAI engine.
 IConnectionFactoryDescriptor ConnectionFactoryManager.undeployConnectionFactory(QualifiedName name)
          Undeploy the ConnectionFactory represented by the given QualifiedName from the WLAI engine.
 


WebLogic Integration

WebLogic Integration (WLI)