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

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

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

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

Methods in org.ow2.jonas.dbm.internal that return types with arguments of type ConnectionManager
 Collection<ConnectionManager> JOnASDataBaseManagerService.getDSList()
          return the list of the datasources.
 

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

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

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

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

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



Copyright © 2010 OW2 Consortium. All Rights Reserved.