public interface ParticipantStoreBeanMBean extends TxLogBeanMBean
| Modifier and Type | Method and Description |
|---|---|
boolean |
commit_state(Uid u,
String tn) |
boolean |
fullCommitNeeded() |
ObjectStateWrapper |
read_committed(Uid u,
String tn) |
ObjectStateWrapper |
read_uncommitted(Uid u,
String tn) |
boolean |
remove_uncommitted(Uid u,
String tn) |
boolean |
write_uncommitted(Uid u,
String tn,
OutputObjectStateWrapper buff) |
remove_committed, sync, write_committedgetStoreName, start, stopboolean commit_state(Uid u, String tn) throws ObjectStoreException
ObjectStoreExceptionObjectStateWrapper read_committed(Uid u, String tn) throws ObjectStoreException
ObjectStoreExceptionObjectStateWrapper read_uncommitted(Uid u, String tn) throws ObjectStoreException
ObjectStoreExceptionboolean remove_uncommitted(Uid u, String tn) throws ObjectStoreException
ObjectStoreExceptionboolean write_uncommitted(Uid u, String tn, OutputObjectStateWrapper buff) throws ObjectStoreException
ObjectStoreExceptionboolean fullCommitNeeded()
Copyright © 2013. All Rights Reserved.