com.arjuna.ats.arjuna.tools.osb.mbean
Interface ObjStoreBrowserMBean

All Superinterfaces:
ObjStoreItemMBean
All Known Implementing Classes:
ObjStoreBrowser

@MXBeanDescription(value="Representation of the transaction logging mechanism")
public interface ObjStoreBrowserMBean
extends ObjStoreItemMBean


Method Summary
 void probe()
           
 void viewSubordinateAtomicActions(boolean enable)
           
 

Method Detail

probe

@MXBeanPropertyDescription(value="See if any new transactions have been created or completed")
void probe()

viewSubordinateAtomicActions

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