Uses of Interface
javax.resource.spi.ManagedConnection

Packages that use ManagedConnection
javax.resource.spi   
 

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 physical connection to the underlying EIS resource manager.
ManagedConnectionFactory uses the security information (passed as Subject) and additional ConnectionRequestInfo (which is specific to ResourceAdapter and opaque to application server) to create this new connection.
 ManagedConnection ManagedConnectionFactory.matchManagedConnections(Set connectionSet, Subject subject, ConnectionRequestInfo cxRequestInfo)
          Returns a matched connection from the candidate set of connections.
ManagedConnectionFactory uses the security info (as in Subject) and information provided through ConnectionRequestInfo and additional Resource Adapter specific criteria to do matching.
 

Methods in javax.resource.spi with parameters of type ManagedConnection
 void LazyEnlistableConnectionManager.lazyEnlist(ManagedConnection mc)
          This method is called by a resource adapter (that is capable of lazy transaction enlistment optimization) in order to lazily enlist a connection object with a XA transaction.
 

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



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