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)
           
 void LazyAssociatableConnectionManager.associateConnection(Object connection, ManagedConnectionFactory mcf, ConnectionRequestInfo cxReqInfo)
          request the connection be associated with an appropriate ManagedConnection
 void LazyAssociatableConnectionManager.inactiveConnectionClosed(Object connection, ManagedConnectionFactory managedConnectionFactory)
          To be called by the resource adapter
 

Uses of ManagedConnectionFactory in javax.resource.spi.security
 

Methods in javax.resource.spi.security that return ManagedConnectionFactory
 ManagedConnectionFactory PasswordCredential.getManagedConnectionFactory()
           
 

Methods in javax.resource.spi.security with parameters of type ManagedConnectionFactory
 void PasswordCredential.setManagedConnectionFactory(ManagedConnectionFactory mcf)
           
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.