WebLogic Integration


Uses of Class
com.bea.adapter.spi.AbstractManagedConnectionFactory

Packages that use AbstractManagedConnectionFactory
com.bea.adapter.spi

All J2EE Connector Architecture-compliant resource adapters must provide an implementation for the interfaces in the javax.resource.spi package. 

 

Uses of AbstractManagedConnectionFactory in com.bea.adapter.spi
 

Subclasses of AbstractManagedConnectionFactory in com.bea.adapter.spi
 class AbstractBEAManagedConnectionFactory
          Extends AbstractManagedConnectionFactory to provide BEA specific license verification.
 

Methods in com.bea.adapter.spi that return AbstractManagedConnectionFactory
 AbstractManagedConnectionFactory AbstractManagedConnection.getFactory()
           
 

Methods in com.bea.adapter.spi with parameters of type AbstractManagedConnectionFactory
protected  boolean AbstractManagedConnectionFactory.hasSameBaseProperties(AbstractManagedConnectionFactory otherMcf)
          Compares all the non-connection related properties provided by com.bea.adapter.spi.AbstractManagedConnectionFactory
protected  boolean AbstractManagedConnectionFactory.hasSameConnectionProperties(AbstractManagedConnectionFactory otherMcf)
          Adapter developers should override this method if they have connection properties other than the standard ones provided by this implementation.
 

Constructors in com.bea.adapter.spi with parameters of type AbstractManagedConnectionFactory
AbstractManagedConnection.AbstractManagedConnection(AbstractManagedConnectionFactory myFactory, LogContext logContext, boolean bSupportsXAResource, boolean bSupportsLocalTransactions)
          Initializes the base class components provided by this class for concrete ManagedConnections.
 


WebLogic Integration

WebLogic Integration (WLI)