public class RecoveryStoreBean extends TxLogBean implements RecoveryStoreBeanMBean
| Constructor and Description |
|---|
RecoveryStoreBean()
Construct an MBean corresponding to the default recovery store in this JVM
|
RecoveryStoreBean(RecoveryStore rs)
Construct an MBean corresponding to the given store
|
| Modifier and Type | Method and Description |
|---|---|
ObjectStateWrapper |
allObjUids(String type) |
ObjectStateWrapper |
allObjUids(String type,
int m) |
ObjectStateWrapper |
allTypes() |
int |
currentState(Uid u,
String tn) |
protected ObjectName |
getMBeanName()
The object name that the MBean will be registered with the MBean Server
|
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) |
getStore, remove_committed, sync, write_committedgetNotificationInfo, getStoreName, start, stopaddNotificationListener, handleNotification, removeNotificationListener, removeNotificationListener, sendNotificationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitremove_committed, sync, write_committedgetStoreName, start, stoppublic RecoveryStoreBean()
public RecoveryStoreBean(RecoveryStore rs)
rs - the RecoveryStore that is wrapped by this MBeanprotected ObjectName getMBeanName()
BaseStoreBeangetMBeanName in class TxLogBeanpublic ObjectStateWrapper allObjUids(String type, int m) throws ObjectStoreException
allObjUids in interface RecoveryStoreBeanMBeanObjectStoreExceptionpublic ObjectStateWrapper allObjUids(String type) throws ObjectStoreException
allObjUids in interface RecoveryStoreBeanMBeanObjectStoreExceptionpublic ObjectStateWrapper allTypes() throws ObjectStoreException
allTypes in interface RecoveryStoreBeanMBeanObjectStoreExceptionpublic int currentState(Uid u, String tn) throws ObjectStoreException
currentState in interface RecoveryStoreBeanMBeanObjectStoreExceptionpublic boolean hide_state(Uid u, String tn) throws ObjectStoreException
hide_state in interface RecoveryStoreBeanMBeanObjectStoreExceptionpublic boolean reveal_state(Uid u, String tn) throws ObjectStoreException
reveal_state in interface RecoveryStoreBeanMBeanObjectStoreExceptionpublic ObjectStateWrapper read_committed(Uid u, String tn) throws ObjectStoreException
read_committed in interface RecoveryStoreBeanMBeanObjectStoreExceptionpublic boolean isType(Uid u, String tn, int st) throws ObjectStoreException
isType in interface RecoveryStoreBeanMBeanObjectStoreExceptionCopyright © 2014. All Rights Reserved.