Interface ObjectStoreAPI
-
- All Superinterfaces:
BaseStore,ParticipantStore,RecoveryStore,TxLog
- All Known Implementing Classes:
ObjectStore
public interface ObjectStoreAPI extends ParticipantStore, RecoveryStore
Created by IntelliJ IDEA. User: jhalli Date: Jul 6, 2010 Time: 5:51:04 PM To change this template use File | Settings | File Templates.
-
-
Method Summary
-
Methods inherited from interface com.arjuna.ats.arjuna.objectstore.BaseStore
getStoreName, start, stop
-
Methods inherited from interface com.arjuna.ats.arjuna.objectstore.ParticipantStore
commit_state, fullCommitNeeded, read_committed, read_uncommitted, remove_uncommitted, write_uncommitted
-
Methods inherited from interface com.arjuna.ats.arjuna.objectstore.RecoveryStore
allObjUids, allObjUids, allTypes, currentState, hide_state, isType, read_committed, reveal_state
-
Methods inherited from interface com.arjuna.ats.arjuna.objectstore.TxLog
remove_committed, sync, write_committed
-
-