@Deprecated @MXBeanDescription(value="Representation of the transaction logging mechanism") public interface ObjStoreBrowserMBean extends ObjStoreItemMBean
Modifier and Type | Method and Description |
---|---|
void |
probe()
Deprecated.
|
void |
setExposeAllRecordsAsMBeans(boolean exposeAllLogs)
Deprecated.
|
void |
viewSubordinateAtomicActions(boolean enable)
Deprecated.
|
@MXBeanPropertyDescription(value="See if any new transactions have been created or completed") void probe() throws MBeanException
MBeanException
@MXBeanPropertyDescription(value="Enable/disable viewing of Subordinate Atomic Actions (afterwards use the probe operation to rescan the store): WARNING THIS OPERATION WILL TRIGGER A RECOVERY ATTEMPT (recovery is normally performed by the Recovery Manager). Use the text \"true\" to enable") void viewSubordinateAtomicActions(boolean enable)
@MXBeanPropertyDescription(value="By default only a subset of transaction logs are exposed as MBeans, this operation changes this default.Use the text \"true\" to expose all logs as MBeans. You must invoke the probe method for the change to take effect") void setExposeAllRecordsAsMBeans(boolean exposeAllLogs)
Copyright © 2016 JBoss by Red Hat. All rights reserved.