org.apache.ojb.odmg
Class ImplementationImpl.DListFactory

java.lang.Object
  extended by org.apache.ojb.broker.util.factory.ConfigurableFactory
      extended by org.apache.ojb.odmg.ImplementationImpl.BaseFactory
          extended by org.apache.ojb.odmg.ImplementationImpl.DListFactory
All Implemented Interfaces:
Configurable
Enclosing class:
ImplementationImpl

static final class ImplementationImpl.DListFactory
extends ImplementationImpl.BaseFactory


Field Summary
(package private) static ImplementationImpl.BaseFactory singleton
           
 
Constructor Summary
ImplementationImpl.DListFactory()
           
 
Method Summary
protected  String getConfigurationKey()
          must be implemented in the concrete factory classes.
 
Methods inherited from class org.apache.ojb.odmg.ImplementationImpl.BaseFactory
createCollectionOrMap, createCollectionOrMap
 
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
 

Field Detail

singleton

static final ImplementationImpl.BaseFactory singleton
Constructor Detail

ImplementationImpl.DListFactory

ImplementationImpl.DListFactory()
Method Detail

getConfigurationKey

protected 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


Copyright © 2007-2012 The Kuali Foundation. All Rights Reserved.