Uses of Interface
org.tranql.connector.ManagedConnectionHandle

Packages that use ManagedConnectionHandle
org.tranql.connector   
org.tranql.connector.jdbc   
 

Uses of ManagedConnectionHandle in org.tranql.connector
 

Classes in org.tranql.connector that implement ManagedConnectionHandle
 class AbstractManagedConnection<T,U>
           
 

Methods in org.tranql.connector that return ManagedConnectionHandle
 ManagedConnectionHandle<T,U> DissociatableConnectionHandle.getAssociation()
           
 

Methods in org.tranql.connector with parameters of type ManagedConnectionHandle
 void DissociatableConnectionHandle.setAssociation(ManagedConnectionHandle<T,U> mc)
           
 

Uses of ManagedConnectionHandle in org.tranql.connector.jdbc
 

Classes in org.tranql.connector.jdbc that implement ManagedConnectionHandle
 class ManagedPooledConnection
           
 class ManagedXAConnection
           
 

Fields in org.tranql.connector.jdbc declared as ManagedConnectionHandle
protected  ManagedConnectionHandle<Connection,ConnectionHandle> ConnectionHandle.mc
           
 

Methods in org.tranql.connector.jdbc that return ManagedConnectionHandle
 ManagedConnectionHandle<Connection,ConnectionHandle> ConnectionHandle.getAssociation()
           
protected  ManagedConnectionHandle<Connection,ConnectionHandle> ConnectionHandle.getManagedConnection()
           
 

Methods in org.tranql.connector.jdbc with parameters of type ManagedConnectionHandle
 void ConnectionHandle.setAssociation(ManagedConnectionHandle<Connection,ConnectionHandle> mc)
           
 



Copyright © 2004-2012 Tranql project committers. All Rights Reserved.