Uses of Interface
org.apache.geronimo.connector.outbound.connectiontracking.ConnectionTracker

Packages that use ConnectionTracker
org.apache.geronimo.connector.outbound   
org.apache.geronimo.connector.outbound.connectiontracking   
 

Uses of ConnectionTracker in org.apache.geronimo.connector.outbound
 

Fields in org.apache.geronimo.connector.outbound declared as ConnectionTracker
protected  ConnectionTracker GenericConnectionManager.connectionTracker
           
 

Methods in org.apache.geronimo.connector.outbound that return ConnectionTracker
 ConnectionTracker GenericConnectionManager.getConnectionTracker()
           
 

Methods in org.apache.geronimo.connector.outbound with parameters of type ConnectionTracker
 void GenericConnectionManager.setConnectionTracker(ConnectionTracker connectionTracker)
           
 

Constructors in org.apache.geronimo.connector.outbound with parameters of type ConnectionTracker
GenericConnectionManager(TransactionSupport transactionSupport, PoolingSupport pooling, String objectName, org.apache.geronimo.security.bridge.RealmBridge realmBridge, ConnectionTracker connectionTracker)
           
ConnectionTrackingInterceptor(ConnectionInterceptor next, String key, ConnectionTracker connectionTracker)
           
 

Uses of ConnectionTracker in org.apache.geronimo.connector.outbound.connectiontracking
 

Classes in org.apache.geronimo.connector.outbound.connectiontracking that implement ConnectionTracker
 class ConnectionTrackingCoordinator
          ConnectionTrackingCoordinator tracks connections that are in use by components such as EJB's.
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.