Uses of Class
org.objectweb.jonas.dbm.internal.cm.ConnectionManager

Packages that use ConnectionManager
org.objectweb.jonas.dbm.internal   
org.objectweb.jonas.dbm.internal.cm   
org.objectweb.jonas.dbm.internal.mbean   
 

Uses of ConnectionManager in org.objectweb.jonas.dbm.internal
 

Methods in org.objectweb.jonas.dbm.internal that return ConnectionManager
 ConnectionManager JOnASDataBaseManagerService.getConnectionManager(String dsname)
          get ConnectionManager for the datasource having this JNDI name.
 

Uses of ConnectionManager in org.objectweb.jonas.dbm.internal.cm
 

Methods in org.objectweb.jonas.dbm.internal.cm that return ConnectionManager
static ConnectionManager ConnectionManager.getConnectionManager(String dsname)
          get the ConnectionManager matching the DataSource name
 

Constructors in org.objectweb.jonas.dbm.internal.cm with parameters of type ConnectionManager
JManagedConnection(Connection conn, ConnectionManager ds)
           
 

Uses of ConnectionManager in org.objectweb.jonas.dbm.internal.mbean
 

Constructors in org.objectweb.jonas.dbm.internal.mbean with parameters of type ConnectionManager
JDBCDataSource(String objectName, ConnectionManager cm)
           
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.