org.apache.cocoon.ojb.jdo.components
Interface JDO

All Superinterfaces:
Component
All Known Implementing Classes:
JDOImpl

public interface JDO
extends Component

Interface of the JDO Persistent Manager Factory. It is used to get the Persistence Manager to interact with JDO using OJB

Version:
CVS $Id: JDO.java 155367 2005-02-25 20:22:13Z vgritsenko $
Author:
Antonio Gallardo

Field Summary
static String ROLE
           
 
Method Summary
 javax.jdo.PersistenceManager getPersistenceManager()
          Get a Persitence Manager.
 

Field Detail

ROLE

public static final String ROLE
Method Detail

getPersistenceManager

public javax.jdo.PersistenceManager getPersistenceManager()
Get a Persitence Manager.



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.