Uses of Class
org.objectweb.jonas.resource.cm.ConnectionManagerPoolParams

Packages that use ConnectionManagerPoolParams
org.objectweb.jonas.resource   
org.objectweb.jonas.resource.cm   
 

Uses of ConnectionManagerPoolParams in org.objectweb.jonas.resource
 

Methods in org.objectweb.jonas.resource that return ConnectionManagerPoolParams
 ConnectionManagerPoolParams ResourceUtility.configurePoolParams(PoolParamsDesc pParams, JdbcConnParamsDesc jConnParams, ConnectionManagerPoolParams pool)
          set the PoolParams from the JonasConnector specified
 

Methods in org.objectweb.jonas.resource with parameters of type ConnectionManagerPoolParams
 ConnectionManagerPoolParams ResourceUtility.configurePoolParams(PoolParamsDesc pParams, JdbcConnParamsDesc jConnParams, ConnectionManagerPoolParams pool)
          set the PoolParams from the JonasConnector specified
 

Uses of ConnectionManagerPoolParams in org.objectweb.jonas.resource.cm
 

Methods in org.objectweb.jonas.resource.cm with parameters of type ConnectionManagerPoolParams
 void ConnectionManagerImpl.setResourceAdapter(ManagedConnectionFactory tmcf, ConnectionManagerPoolParams cmpp)
          Setters method to initialize the ConnectionManager The managedConnectionFactory instance of the resource which must be maneged by this connectionManager
 

Constructors in org.objectweb.jonas.resource.cm with parameters of type ConnectionManagerPoolParams
ConnectionManagerPoolParams(ConnectionManagerPoolParams cmpp)
          Constructor to build new object based on another set of pool params
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.