SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

Package com.solarmetric.kodo.ee

JDO Enterprise Functionality

See:
          Description

Interface Summary
EEConfiguration Enterprise configuration options.
EventManager The EventManager interface allows applications to listen for JDO-related events.
ManagedRuntime This interface must be implemented by concrete plugins to application servers in order to integrate the JDO runtime in a managed environment.
ObjectEventListener An entity that wishes to be notified on changes to persistent instances.
TransactionEventListener An entity that wishes to be notified on PersistenceManager transactional status changes.
 

Class Summary
AutomaticManagedRuntime Implementation of the ManagedRuntime interface that searches through a set of known JNDI and method invocations to locate the appropriate mechanism for obtaining a TransactionManager.
EEFactoryHelper Helper for PersistenceManagerFactorys working in managed environments.
EEPersistenceManager PersistenceManager for enterprised managed environments.
EEPersistenceManagerMetaData The interface ConnectionMetaData provides information about an EIS instance connected through a Connection instance.
InvocationManagedRuntime Implementation of the ManagedRuntime interface that uses a static method call to find the TransactionManager.
JDOBean Base JDO-aware EnterpriseBean class.
JDOEntityBean Base class that can be used to implement a BMP Entity Bean with a wrapped JDO persistent instance.
JDOSessionBean Base class that can be used to implement a SessionBean.
JNDIManagedRuntime Implementation of the ManagedRuntime interface that uses JNDI to find the TransactionManager.
ObjectEvent Event type representing a change to a persistent object.
TransactionEvent Event type representing a change in the transactional state of a PersistenceManager.
 

Package com.solarmetric.kodo.ee Description

JDO Enterprise Functionality

This package provides enterprise functionality to the JDO runtime.


SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

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