Uses of Interface
javax.resource.spi.ManagedConnectionFactory

Packages that use ManagedConnectionFactory
javax.resource.spi   
javax.resource.spi.security   
 

Uses of ManagedConnectionFactory in javax.resource.spi
 

Methods in javax.resource.spi with parameters of type ManagedConnectionFactory
 Object ConnectionManager.allocateConnection(ManagedConnectionFactory mcf, ConnectionRequestInfo cxRequestInfo)
          The method allocateConnection gets called by the resource adapter's connection factory instance.
 void LazyAssociatableConnectionManager.associateConnection(Object connection, ManagedConnectionFactory mcf, ConnectionRequestInfo cxReqInfo)
          This method is called by a resource adapter (that is capable of lazy connection association optimization) in order to lazily associate a connection object with a ManagedConnection instance.
 

Uses of ManagedConnectionFactory in javax.resource.spi.security
 

Methods in javax.resource.spi.security that return ManagedConnectionFactory
 ManagedConnectionFactory PasswordCredential.getManagedConnectionFactory()
          Gets the target ManagedConnectionFactory for which the user name and password has been set by the application server.
 

Methods in javax.resource.spi.security with parameters of type ManagedConnectionFactory
 void PasswordCredential.setManagedConnectionFactory(ManagedConnectionFactory mcf)
          Sets the target ManagedConenctionFactory instance for which the user name and password has been set by the application server.
 



Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.