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

Uses of Interface javax.resource.spi.ConnectionRequestInfo (JBoss J2EE API) - JBoss 3.2.7 j2ee API Documentation 英文版文档


Uses of Interface
javax.resource.spi.ConnectionRequestInfo

Packages that use ConnectionRequestInfo
javax.resource.spi   
 

Uses of ConnectionRequestInfo in javax.resource.spi
 

Methods in javax.resource.spi with parameters of type ConnectionRequestInfo
 ManagedConnection ManagedConnectionFactory.createManagedConnection(Subject subject, ConnectionRequestInfo cxRequestInfo)
          Creates a new ManagedConnection
 ManagedConnection ManagedConnectionFactory.matchManagedConnections(Set connectionSet, Subject subject, ConnectionRequestInfo cxRequestInfo)
          Returns a matching connection from the set.
 Object ManagedConnection.getConnection(Subject subject, ConnectionRequestInfo cxRequestInfo)
          Creates a new connection handle for the underlying connection.
 Object ConnectionManager.allocateConnection(ManagedConnectionFactory mcf, ConnectionRequestInfo cxRequestInfo)
          Gets called by the resource adapter's connection factory
 



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