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

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


Uses of Interface
javax.resource.spi.ManagedConnection

Packages that use ManagedConnection
javax.resource.spi J2EE Connector API - System Programmer Interface. 
 

Uses of ManagedConnection in javax.resource.spi
 

Methods in javax.resource.spi that return ManagedConnection
 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.
 

Methods in javax.resource.spi with parameters of type ManagedConnection
 void LazyEnlistableConnectionManager.lazyEnlist(ManagedConnection mc)
          Invoked by a resource adapter to lazily enlist a connection handle with the managed connection
 

Constructors in javax.resource.spi with parameters of type ManagedConnection
ConnectionEvent(ManagedConnection source, int eid)
          Create a new ConnectionEvent
ConnectionEvent(ManagedConnection source, int eid, Exception exception)
          Create a new ConnectionEvent
 



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