SolarMetric Kodo JDO 3.0.3 generated on February 20 2004

kodo.event
Interface RemoteCommitListener

All Superinterfaces:
com.solarmetric.util.Closeable
All Known Implementing Classes:
CacheImpl

public interface RemoteCommitListener
extends com.solarmetric.util.Closeable

An entity that wishes to be notified when PersistenceManagers associated with remote PersistenceManagerFactories commit.

A RemoteCommitListener is not notified of commits that originated with a PersistenceManager created from the PersistenceManagerFactory that it is registered with. (Of course, if a listener is registered with multiple factories, this situation might be complicated a bit.)

Since:
2.5.0

Method Summary
 void afterCommit(RemoteCommitEvent event)
          Notification that a transaction associated with a different PersistenceManagerFactory has successfully committed.
 void close()
          Close any resources used by this listener.
 

Method Detail

afterCommit

public void afterCommit(RemoteCommitEvent event)
Notification that a transaction associated with a different PersistenceManagerFactory has successfully committed.

close

public void close()
Close any resources used by this listener.
Specified by:
close in interface com.solarmetric.util.Closeable

SolarMetric Kodo JDO 3.0.3 generated on February 20 2004

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