public interface RecoveryStoreBeanMBean extends TxLogBeanMBean
| Modifier and Type | Method and Description |
|---|---|
ObjectStateWrapper |
allObjUids(String type) |
ObjectStateWrapper |
allObjUids(String type,
int match) |
ObjectStateWrapper |
allTypes() |
int |
currentState(Uid u,
String tn) |
boolean |
hide_state(Uid u,
String tn) |
boolean |
isType(Uid u,
String tn,
int st) |
ObjectStateWrapper |
read_committed(Uid u,
String tn) |
boolean |
reveal_state(Uid u,
String tn) |
remove_committed, sync, write_committedgetStoreName, start, stopObjectStateWrapper allObjUids(String type, int match) throws ObjectStoreException
ObjectStoreExceptionObjectStateWrapper allObjUids(String type) throws ObjectStoreException
ObjectStoreExceptionObjectStateWrapper allTypes() throws ObjectStoreException
ObjectStoreExceptionint currentState(Uid u, String tn) throws ObjectStoreException
ObjectStoreExceptionboolean hide_state(Uid u, String tn) throws ObjectStoreException
ObjectStoreExceptionboolean reveal_state(Uid u, String tn) throws ObjectStoreException
ObjectStoreExceptionObjectStateWrapper read_committed(Uid u, String tn) throws ObjectStoreException
ObjectStoreExceptionboolean isType(Uid u, String tn, int st) throws ObjectStoreException
ObjectStoreExceptionCopyright © 2012. All Rights Reserved.