ojb.broker.accesslayer
Class ConnectionManager

java.lang.Object
  |
  +--ojb.broker.accesslayer.ConnectionManager

public class ConnectionManager
extends java.lang.Object

manages JDBC Connection ressources.


Constructor Summary
ConnectionManager(PersistenceBrokerImpl broker)
          constructor is private: use the static methods only
 
Method Summary
 java.util.Enumeration enumeration()
          Method declaration
 java.sql.Connection getConnectionForClassDescriptor(ClassDescriptor cld)
          Method declaration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionManager

public ConnectionManager(PersistenceBrokerImpl broker)
constructor is private: use the static methods only

Method Detail

enumeration

public java.util.Enumeration enumeration()
Method declaration


getConnectionForClassDescriptor

public java.sql.Connection getConnectionForClassDescriptor(ClassDescriptor cld)
                                                    throws PersistenceBrokerException
Method declaration

Parameters:
cld -
Returns:
PersistenceBrokerException
See Also:


Authors: Thomas Mahler and others. (C) 2000, 2001.
All rights reserved. Published under the Gnu Public License.
http://objectbridge.sourceforge.net
Version: 0.8.375, 2002-04-04