Uses of Class
org.apache.geronimo.connector.outbound.ManagedConnectionInfo

Packages that use ManagedConnectionInfo
org.apache.geronimo.connector.outbound   
 

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

Methods in org.apache.geronimo.connector.outbound that return ManagedConnectionInfo
 ManagedConnectionInfo ConnectionInfo.getManagedConnectionInfo()
          Get the Mci value.
 ManagedConnectionInfo TransactionCachingInterceptor.ManagedConnectionInfos.getShared()
           
 

Methods in org.apache.geronimo.connector.outbound that return types with arguments of type ManagedConnectionInfo
 Set<ManagedConnectionInfo> TransactionCachingInterceptor.ManagedConnectionInfos.getUnshared()
           
 

Methods in org.apache.geronimo.connector.outbound with parameters of type ManagedConnectionInfo
protected  boolean AbstractSinglePoolConnectionInterceptor.addToPool(ManagedConnectionInfo mci)
           
 void TransactionCachingInterceptor.ManagedConnectionInfos.addUnshared(ManagedConnectionInfo unsharedMCI)
           
 boolean TransactionCachingInterceptor.ManagedConnectionInfos.containsUnshared(ManagedConnectionInfo unsharedMCI)
           
protected  void SinglePoolConnectionInterceptor.doAdd(ManagedConnectionInfo mci)
           
protected  void SinglePoolMatchAllConnectionInterceptor.doAdd(ManagedConnectionInfo mci)
           
protected abstract  void AbstractSinglePoolConnectionInterceptor.doAdd(ManagedConnectionInfo mci)
           
protected  boolean SinglePoolConnectionInterceptor.doRemove(ManagedConnectionInfo mci)
           
protected  boolean SinglePoolMatchAllConnectionInterceptor.doRemove(ManagedConnectionInfo mci)
           
protected abstract  boolean AbstractSinglePoolConnectionInterceptor.doRemove(ManagedConnectionInfo mci)
           
 void TransactionCachingInterceptor.ManagedConnectionInfos.remove(ManagedConnectionInfo managedConnectionInfo)
           
 boolean ManagedConnectionInfo.securityMatches(ManagedConnectionInfo other)
           
 void ConnectionInfo.setManagedConnectionInfo(ManagedConnectionInfo mci)
          Set the Mci value.
 void TransactionCachingInterceptor.ManagedConnectionInfos.setShared(ManagedConnectionInfo shared)
           
 

Method parameters in org.apache.geronimo.connector.outbound with type arguments of type ManagedConnectionInfo
protected  void SinglePoolConnectionInterceptor.getExpiredManagedConnectionInfos(long threshold, List<ManagedConnectionInfo> killList)
           
protected  void SinglePoolMatchAllConnectionInterceptor.getExpiredManagedConnectionInfos(long threshold, List<ManagedConnectionInfo> killList)
           
protected abstract  void AbstractSinglePoolConnectionInterceptor.getExpiredManagedConnectionInfos(long threshold, List<ManagedConnectionInfo> killList)
           
 

Constructors in org.apache.geronimo.connector.outbound with parameters of type ManagedConnectionInfo
ConnectionInfo(ManagedConnectionInfo mci)
           
GeronimoConnectionEventListener(ConnectionInterceptor stack, ManagedConnectionInfo managedConnectionInfo)
           
 



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