Interface TxLog

All Superinterfaces:
BaseStore
All Known Subinterfaces:
ObjectStoreAPI, ParticipantStore, RecoveryStore
All Known Implementing Classes:
ActionStore, CacheStore, FileLockingStore, FileSystemStore, HashedActionStore, HashedStore, HornetqObjectStoreAdaptor, JDBCStore, LogStore, NullActionStore, ObjectStore, ParticipantStoreProxy, RecoveryStoreProxy, ShadowingStore, ShadowNoFileLockStore, SlotStoreAdaptor, TwoPhaseVolatileStore, TxLogProxy, VolatileStore

public interface TxLog extends BaseStore
All transaction logs MUST implement this interface.
Since:
JTS 1.0.
Version:
$Id: ObjectStore.java 2342 2006-03-30 13:06:17Z $
Author:
Mark Little (mark@arjuna.com)