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
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.
Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.