Uses of Class
org.ow2.jonas.resource.internal.cm.ConnectionManagerPoolParams

Packages that use ConnectionManagerPoolParams
org.ow2.jonas.resource.internal   
org.ow2.jonas.resource.internal.cm   
 

Uses of ConnectionManagerPoolParams in org.ow2.jonas.resource.internal
 

Methods in org.ow2.jonas.resource.internal that return ConnectionManagerPoolParams
 ConnectionManagerPoolParams ResourceUtility.configurePoolParams(PoolParamsDesc pParams, JdbcConnParamsDesc jConnParams, ConnectionManagerPoolParams pool)
          Set the PoolParams and the JdbcConnParams, if set.
 

Methods in org.ow2.jonas.resource.internal with parameters of type ConnectionManagerPoolParams
 ConnectionManagerPoolParams ResourceUtility.configurePoolParams(PoolParamsDesc pParams, JdbcConnParamsDesc jConnParams, ConnectionManagerPoolParams pool)
          Set the PoolParams and the JdbcConnParams, if set.
 Object ResourceUtility.processMCF(ConnectionManagerPoolParams cmpp, ClassLoader curLoader, String rarName, String mcfc, String jndiName, String logEnabled, String logTopic, ConfigPropertyDesc[] cfgRaJonas, ResourceAdapter resAdp)
          Process the ManagedConnectionFactory object
 

Uses of ConnectionManagerPoolParams in org.ow2.jonas.resource.internal.cm
 

Methods in org.ow2.jonas.resource.internal.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.ow2.jonas.resource.internal.cm with parameters of type ConnectionManagerPoolParams
ConnectionManagerPoolParams(ConnectionManagerPoolParams cmpp)
          Constructor to build new object based on another set of pool params
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.