com.arjuna.ats.arjuna.objectstore
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
 String getStoreName()
           
 void start()
           
 void stop()
           
 

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()


Copyright © 2012. All Rights Reserved.