SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

Package com.solarmetric.rd.kodo.runtime

Common JDO Runtime Environment

See:
          Description

Interface Summary
ManagedRuntime This interface must be implemented by concrete plugins to application servers in order to integrate the JDO runtime in a managed environment.
ObjectListener An entity that wishes to be notified on changes to persistent instances.
StoreManager Interface to be implemented by data store mechanisms to interact with this JDO runtime.
TransactionListener An entity that wishes to be notified on PersistenceManager transactional status changes.
 

Class Summary
DelegatingStoreManager Base class for store manager decorators that delegate to another store manager for some operations.
EventManager Allows registration of listeners for JDO-related events.
ExtentImpl Abstract Extent implementation that takes care of everything but creating and closing iterators.
JDOState Base class for all JDO lifecycle states.
ObjectEvent Event type representing a change to a persistent object.
PCData Holds data about a single persistence capable instance.
PersistenceManagerFactoryImpl Abstract implementation of the PersistenceManagerFactory that must be subclassed for a specific runtime.
PersistenceManagerImpl Concrete PersistenceManager for use with this common runtime.
SingleFieldManager FieldManager type used to hold onto a single field value and then dispense it via the fetch methods.
StateManagerImpl Implementation of the StateManager interface for use with this runtime.
TransactionEvent Event type representing a change in the transactional state of a PersistenceManager.
 

Exception Summary
ObjectNotFoundException Exception type reserved for failed object lookups.
OptimisticLockException Exception type reserved for optimistic lock violations.
 

Package com.solarmetric.rd.kodo.runtime Description

Common JDO Runtime Environment

This package provides a common JDO runtime environment that can be adapted for use with various data store mechanisms.

The runtime conforms to the JDO 1.0 Specification.

To create a concrete JDO implementation for a particular data store, a concrete com.solarmetric.kodo.runtime.StoreManager must be provided.


SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.