Interface BaseStore

All Known Subinterfaces:
ObjectStoreAPI, ParticipantStore, RecoveryStore, TxLog
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 BaseStore
The BasicStore provides core methods that all implementations MUST provide.
Since:
JTS 1.0.
Version:
$Id: ObjectStore.java 2342 2006-03-30 13:06:17Z $
Author:
Mark Little (mark@arjuna.com)
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     
    void
     
  • Method Details

    • getStoreName

      String getStoreName()
      Returns:
      the "name" of the object store. Where in the hierarchy it appears, e.g., /ObjectStore/MyName/...
    • start

      void start()
    • stop

      void stop()