com.arjuna.ats.arjuna.tools.osb.api.mbeans
Interface TxLogBeanMBean
- All Superinterfaces:
- BaseStoreMBean
- All Known Subinterfaces:
- ParticipantStoreBeanMBean, RecoveryStoreBeanMBean
- All Known Implementing Classes:
- ParticipantStoreBean, RecoveryStoreBean, TxLogBean
public interface TxLogBeanMBean
- extends BaseStoreMBean
remove_committed
boolean remove_committed(Uid u,
java.lang.String tn)
throws ObjectStoreException
- Throws:
ObjectStoreException
write_committed
boolean write_committed(Uid u,
java.lang.String tn,
OutputObjectStateWrapper buff)
throws ObjectStoreException
- Throws:
ObjectStoreException
sync
void sync()
throws java.io.SyncFailedException,
ObjectStoreException
- Throws:
java.io.SyncFailedException
ObjectStoreException