Interface BaseStore
-
- All Known Subinterfaces:
ObjectStoreAPI,ParticipantStore,RecoveryStore,TxLog
- All Known Implementing Classes:
ObjectStore,ParticipantStoreProxy,RecoveryStoreProxy,TxLogProxy
public interface BaseStoreThe 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetStoreName()voidstart()voidstop()
-
-
-
Method Detail
-
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()
-
-