Class RemoteCommitEventManager

All Implemented Interfaces:
Serializable, EndTransactionListener, Closeable, EventManager

public class RemoteCommitEventManager extends AbstractConcurrentEventManager implements EndTransactionListener, Closeable
Manager that can be used to track and notify RemoteCommitListeners on remote commit events. If remote events are enabled, this manager should be installed as a transaction listener on all brokers so that it knows when commits are made.
Since:
0.3.0
Author:
Patrick Linskey, Abe White
See Also: