SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

com.solarmetric.kodo.runtime.event
Interface EventManager

All Known Implementing Classes:
PersistenceManagerImpl

public interface EventManager

The EventManager interface allows applications to listen for JDO-related events.

EventManager implementations must guarantee that exceptions thrown by TransactionCommitListener callbacks are consumed.

Since:
2.5.0

Inner Class Summary
static class EventManager.EventManagerHelper
           
 
Method Summary
 void registerTransactionListener(TransactionListener listener)
          Register a listener to be notified of transaction events.
 void removeTransactionListener(TransactionListener listener)
          Remove a TransactionListener associated with this manager.
 

Method Detail

registerTransactionListener

public void registerTransactionListener(TransactionListener listener)
Register a listener to be notified of transaction events.

removeTransactionListener

public void removeTransactionListener(TransactionListener listener)
Remove a TransactionListener associated with this manager. Does nothing if listener was not already associated with the manager.

SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

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