Interface TxLogBeanMBean
- All Superinterfaces:
BaseStoreMBean
- All Known Subinterfaces:
ParticipantStoreBeanMBean,RecoveryStoreBeanMBean
- All Known Implementing Classes:
ParticipantStoreBean,RecoveryStoreBean,TxLogBean
-
Method Summary
Modifier and TypeMethodDescriptionbooleanremove_committed(Uid u, String tn) voidsync()booleanwrite_committed(Uid u, String tn, OutputObjectStateWrapper buff) Methods inherited from interface com.arjuna.ats.arjuna.tools.osb.api.mbeans.BaseStoreMBean
getStoreName, start, stop
-
Method Details
-
remove_committed
- Throws:
ObjectStoreException
-
write_committed
boolean write_committed(Uid u, String tn, OutputObjectStateWrapper buff) throws ObjectStoreException - Throws:
ObjectStoreException
-
sync
-