站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

Uses of Interface javax.resource.spi.ManagedConnectionFactory (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


Uses of Interface
javax.resource.spi.ManagedConnectionFactory

Packages that use ManagedConnectionFactory
javax.resource.spi J2EE Connector API - System Programmer Interface. 
javax.resource.spi.security J2EE Connector API - Security. 
 

Uses of ManagedConnectionFactory in javax.resource.spi
 

Methods in javax.resource.spi with parameters of type ManagedConnectionFactory
 void LazyAssociatableConnectionManager.associateConnection(Object connection, ManagedConnectionFactory mcf, ConnectionRequestInfo cxReqInfo)
          Invoked by a resource adapter to lazily associate a connection handle with the managed connection
 Object ConnectionManager.allocateConnection(ManagedConnectionFactory mcf, ConnectionRequestInfo cxRequestInfo)
          Gets called by the resource adapter's connection factory.
 

Uses of ManagedConnectionFactory in javax.resource.spi.security
 

Methods in javax.resource.spi.security that return ManagedConnectionFactory
 ManagedConnectionFactory PasswordCredential.getManagedConnectionFactory()
          Get the managed connection factory associated with this username password pair.
 

Methods in javax.resource.spi.security with parameters of type ManagedConnectionFactory
 void PasswordCredential.setManagedConnectionFactory(ManagedConnectionFactory mcf)
          Set the managed connection factory associated with this username password pair.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.