org.apache.ojb.odmg
Class OJB

java.lang.Object
  extended byorg.apache.ojb.broker.util.factory.ConfigurableFactory
      extended byorg.apache.ojb.odmg.OJB
All Implemented Interfaces:
org.apache.ojb.broker.util.configuration.Configurable
Direct Known Subclasses:
OJBJ2EE_2

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

Facade to the persistence ObjectServer system. Implements the factory interface for a particular ODMG implementation.

Version:
$Id: OJB.java,v 1.17.2.1 2005/03/23 16:56:29 arminw Exp $
Author:
Armin Waibel

Method Summary
static ImplementationExt getInstance()
          Return new instance of the Implementation class.
 
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
 

Method Detail

getInstance

public static ImplementationExt getInstance()
Return new instance of the Implementation class. The used implementation class can be specified in OJB properties file.



(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