Interface BaseStore
- All Known Subinterfaces:
ObjectStoreAPI,ParticipantStore,RecoveryStore,TxLog
- All Known Implementing Classes:
ObjectStore,ParticipantStoreProxy,RecoveryStoreProxy,TxLogProxy
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
-
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()
-