Interface ParticipantStoreBeanMBean
- All Superinterfaces:
BaseStoreMBean,TxLogBeanMBean
- All Known Implementing Classes:
ParticipantStoreBean
JMX interface to the JBossTS participant store
OutputObjectState and InputObjectState are wrapped since they are not convertible to
open MBean types.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleancommit_state(Uid u, String tn) booleanread_committed(Uid u, String tn) read_uncommitted(Uid u, String tn) booleanremove_uncommitted(Uid u, String tn) booleanwrite_uncommitted(Uid u, String tn, OutputObjectStateWrapper buff) Methods inherited from interface com.arjuna.ats.arjuna.tools.osb.api.mbeans.BaseStoreMBean
getStoreName, start, stopMethods inherited from interface com.arjuna.ats.arjuna.tools.osb.api.mbeans.TxLogBeanMBean
remove_committed, sync, write_committed
-
Method Details
-
commit_state
- Throws:
ObjectStoreException
-
read_committed
- Throws:
ObjectStoreException
-
read_uncommitted
- Throws:
ObjectStoreException
-
remove_uncommitted
- Throws:
ObjectStoreException
-
write_uncommitted
boolean write_uncommitted(Uid u, String tn, OutputObjectStateWrapper buff) throws ObjectStoreException - Throws:
ObjectStoreException
-
fullCommitNeeded
boolean fullCommitNeeded()
-