org.apache.ojb.broker.accesslayer
Class JdbcAccessFactory

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

public class JdbcAccessFactory
extends ConfigurableFactory

Version:
$Id: JdbcAccessFactory.java,v 1.2 2003/01/19 12:28:37 brj Exp $
Author:
Armin Waibel

Constructor Summary
JdbcAccessFactory()
           
 
Method Summary
 JdbcAccess createJdbcAccess(PersistenceBroker broker)
           
protected  java.lang.String getConfigurationKey()
          must be implemented in the concrete factory classes.
static JdbcAccessFactory getInstance()
           
 
Methods inherited from class org.apache.ojb.broker.util.factory.ConfigurableFactory
buildArgumentString, configure, createNewInstance, createNewInstance, createNewInstance, getClassToServe, getLogger, setClassToServe
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcAccessFactory

public JdbcAccessFactory()
Method Detail

getInstance

public static JdbcAccessFactory getInstance()

getConfigurationKey

protected java.lang.String getConfigurationKey()
Description copied from class: ConfigurableFactory
must be implemented in the concrete factory classes. the configuration key is used to lookup the Class to serve from the OjbConfiguration in configure().

Specified by:
getConfigurationKey in class ConfigurableFactory

createJdbcAccess

public JdbcAccess createJdbcAccess(PersistenceBroker broker)


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14