org.apache.ojb.broker.accesslayer
Class ConnectionManagerFactory

java.lang.Object
  extended byorg.apache.ojb.broker.util.factory.ConfigurableFactory
      extended byorg.apache.ojb.broker.accesslayer.ConnectionManagerFactory
All Implemented Interfaces:
org.apache.ojb.broker.util.configuration.Configurable

public class ConnectionManagerFactory
extends org.apache.ojb.broker.util.factory.ConfigurableFactory

Factory for ConnectionManagerIF implementations.
See also ConnectionFactoryFactory

Version:
$Id: ConnectionManagerFactory.java,v 1.4 2004/04/04 23:53:30 brianm Exp $
Author:
Armin Waibel

Constructor Summary
ConnectionManagerFactory()
           
 
Method Summary
 ConnectionManagerIF createConnectionManager(PersistenceBroker broker)
           
static ConnectionManagerFactory getInstance()
           
 
Methods inherited from class org.apache.ojb.broker.util.factory.ConfigurableFactory
configure, createNewInstance, createNewInstance, createNewInstance, getClassToServe, setClassToServe
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionManagerFactory

public ConnectionManagerFactory()
Method Detail

getInstance

public static ConnectionManagerFactory getInstance()

createConnectionManager

public ConnectionManagerIF createConnectionManager(PersistenceBroker broker)


(C) 2002 - 2004 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.3, 2005-04-2