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.
 

Methods in org.apache.geronimo.connector.outbound with parameters of type ManagedConnectionInfo
 boolean ManagedConnectionInfo.securityMatches(ManagedConnectionInfo other)
           
protected abstract  boolean AbstractSinglePoolConnectionInterceptor.addToPool(ManagedConnectionInfo mci)
           
protected  boolean SinglePoolConnectionInterceptor.addToPool(ManagedConnectionInfo mci)
           
protected  boolean SinglePoolMatchAllConnectionInterceptor.addToPool(ManagedConnectionInfo mci)
           
 void ConnectionInfo.setManagedConnectionInfo(ManagedConnectionInfo mci)
          Set the Mci value.
 

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



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