|
WebLogic Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IConnectionFactoryDescriptor | |
com.bea.adapter.web | The com.bea.adapter.web package contains classes that support the development of a design-time Web application for deploying and managing application views. |
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.adapter.web |
Methods in com.bea.adapter.web that return IConnectionFactoryDescriptor | |
protected IConnectionFactoryDescriptor |
AbstractDesignTimeRequestHandler.createConnectionFactoryDescriptor(QualifiedName appViewName,
java.lang.String logicalName)
This protected method creates a connection factory descriptor object that implements the IConnectionFactoryDescriptor interface. |
Uses of IConnectionFactoryDescriptor in com.bea.wlai.client |
Methods in com.bea.wlai.client that return IConnectionFactoryDescriptor | |
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. |
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 |
DesignTimeHelper.getConnectionFactoryDescriptor(java.lang.String strQualifiedName)
|
Methods in com.bea.wlai.client with parameters of type IConnectionFactoryDescriptor | |
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. |
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. |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |