Uses of Class
com.arjuna.ats.arjuna.exceptions.ObjectStoreException
-
Packages that use ObjectStoreException Package Description com.arjuna.ats.arjuna.logging com.arjuna.ats.arjuna.objectstore com.arjuna.ats.arjuna.tools.osb.api.mbeans com.arjuna.ats.arjuna.tools.osb.api.proxy -
-
Uses of ObjectStoreException in com.arjuna.ats.arjuna.logging
Methods in com.arjuna.ats.arjuna.logging with parameters of type ObjectStoreException Modifier and Type Method Description voidarjunaI18NLogger. warn_could_not_handle_objectstore(ObjectStoreException ex) -
Uses of ObjectStoreException in com.arjuna.ats.arjuna.objectstore
Methods in com.arjuna.ats.arjuna.objectstore that throw ObjectStoreException Modifier and Type Method Description booleanObjectStore. allObjUids(java.lang.String s, InputObjectState buff)booleanRecoveryStore. allObjUids(java.lang.String s, InputObjectState buff)Obtain all of the Uids for a specified type, regardless of their state.booleanRecoveryStore. allObjUids(java.lang.String s, InputObjectState buff, int m)Obtain all of the Uids for a specified type.booleanRecoveryStore. allTypes(InputObjectState buff)Obtain all types of objects stored in the object store.booleanParticipantStore. commit_state(Uid u, java.lang.String tn)Commit the object's state in the object store.intRecoveryStore. currentState(Uid u, java.lang.String tn)booleanRecoveryStore. hide_state(Uid u, java.lang.String tn)Hide the object's state in the object store.booleanObjectStore. isType(Uid u, java.lang.String tn, int st)Is the current state of the object the same as that provided as the last parameter?booleanRecoveryStore. isType(Uid u, java.lang.String tn, int st)Is the current state of the object the same as that provided as the last parameter?java.lang.StringObjectStore. locateStore(java.lang.String localOSRoot)InputObjectStateParticipantStore. read_committed(Uid u, java.lang.String tn)Read the object's committed state.InputObjectStateRecoveryStore. read_committed(Uid u, java.lang.String tn)Read the object's committed state.InputObjectStateParticipantStore. read_uncommitted(Uid u, java.lang.String tn)Read the object's shadowed state.booleanTxLog. remove_committed(Uid u, java.lang.String tn)Remove the object's committed state.booleanParticipantStore. remove_uncommitted(Uid u, java.lang.String tn)Remove the object's uncommitted state.booleanRecoveryStore. reveal_state(Uid u, java.lang.String tn)Reveal a hidden object's state.voidObjectStore. sync()Some object store implementations may be running with automatic sync disabled.voidTxLog. sync()Some object store implementations may be running with automatic sync disabled.booleanTxLog. write_committed(Uid u, java.lang.String tn, OutputObjectState buff)Write a new copy of the object's committed state.booleanParticipantStore. write_uncommitted(Uid u, java.lang.String tn, OutputObjectState buff)Write a copy of the object's uncommitted state.Constructors in com.arjuna.ats.arjuna.objectstore that throw ObjectStoreException Constructor Description ObjectStore(ObjectStoreEnvironmentBean objectStoreEnvironmentBean)ObjectStoreIterator(RecoveryStore recoveryStore, java.lang.String tName) -
Uses of ObjectStoreException in com.arjuna.ats.arjuna.tools.osb.api.mbeans
Methods in com.arjuna.ats.arjuna.tools.osb.api.mbeans that throw ObjectStoreException Modifier and Type Method Description ObjectStateWrapperRecoveryStoreBean. allObjUids(java.lang.String type)ObjectStateWrapperRecoveryStoreBean. allObjUids(java.lang.String type, int m)ObjectStateWrapperRecoveryStoreBeanMBean. allObjUids(java.lang.String type)ObjectStateWrapperRecoveryStoreBeanMBean. allObjUids(java.lang.String type, int match)ObjectStateWrapperRecoveryStoreBean. allTypes()ObjectStateWrapperRecoveryStoreBeanMBean. allTypes()booleanParticipantStoreBean. commit_state(Uid u, java.lang.String tn)booleanParticipantStoreBeanMBean. commit_state(Uid u, java.lang.String tn)intRecoveryStoreBean. currentState(Uid u, java.lang.String tn)intRecoveryStoreBeanMBean. currentState(Uid u, java.lang.String tn)booleanRecoveryStoreBean. hide_state(Uid u, java.lang.String tn)booleanRecoveryStoreBeanMBean. hide_state(Uid u, java.lang.String tn)booleanRecoveryStoreBean. isType(Uid u, java.lang.String tn, int st)booleanRecoveryStoreBeanMBean. isType(Uid u, java.lang.String tn, int st)ObjectStateWrapperParticipantStoreBean. read_committed(Uid u, java.lang.String tn)ObjectStateWrapperParticipantStoreBeanMBean. read_committed(Uid u, java.lang.String tn)ObjectStateWrapperRecoveryStoreBean. read_committed(Uid u, java.lang.String tn)ObjectStateWrapperRecoveryStoreBeanMBean. read_committed(Uid u, java.lang.String tn)ObjectStateWrapperParticipantStoreBean. read_uncommitted(Uid u, java.lang.String tn)ObjectStateWrapperParticipantStoreBeanMBean. read_uncommitted(Uid u, java.lang.String tn)booleanTxLogBean. remove_committed(Uid u, java.lang.String tn)booleanTxLogBeanMBean. remove_committed(Uid u, java.lang.String tn)booleanParticipantStoreBean. remove_uncommitted(Uid u, java.lang.String tn)booleanParticipantStoreBeanMBean. remove_uncommitted(Uid u, java.lang.String tn)booleanRecoveryStoreBean. reveal_state(Uid u, java.lang.String tn)booleanRecoveryStoreBeanMBean. reveal_state(Uid u, java.lang.String tn)voidTxLogBean. sync()voidTxLogBeanMBean. sync()booleanTxLogBean. write_committed(Uid u, java.lang.String tn, OutputObjectStateWrapper buff)booleanTxLogBeanMBean. write_committed(Uid u, java.lang.String tn, OutputObjectStateWrapper buff)booleanParticipantStoreBean. write_uncommitted(Uid u, java.lang.String tn, OutputObjectStateWrapper buff)booleanParticipantStoreBeanMBean. write_uncommitted(Uid u, java.lang.String tn, OutputObjectStateWrapper buff) -
Uses of ObjectStoreException in com.arjuna.ats.arjuna.tools.osb.api.proxy
Methods in com.arjuna.ats.arjuna.tools.osb.api.proxy that throw ObjectStoreException Modifier and Type Method Description booleanRecoveryStoreProxy. allObjUids(java.lang.String type, InputObjectState buff)booleanRecoveryStoreProxy. allObjUids(java.lang.String type, InputObjectState buff, int match)booleanRecoveryStoreProxy. allTypes(InputObjectState buff)booleanParticipantStoreProxy. commit_state(Uid u, java.lang.String tn)intRecoveryStoreProxy. currentState(Uid u, java.lang.String tn)booleanRecoveryStoreProxy. hide_state(Uid u, java.lang.String tn)booleanRecoveryStoreProxy. isType(Uid u, java.lang.String tn, int st)InputObjectStateParticipantStoreProxy. read_committed(Uid u, java.lang.String tn)InputObjectStateRecoveryStoreProxy. read_committed(Uid u, java.lang.String tn)InputObjectStateParticipantStoreProxy. read_uncommitted(Uid u, java.lang.String tn)booleanTxLogProxy. remove_committed(Uid u, java.lang.String tn)booleanParticipantStoreProxy. remove_uncommitted(Uid u, java.lang.String tn)booleanRecoveryStoreProxy. reveal_state(Uid u, java.lang.String tn)voidTxLogProxy. sync()booleanTxLogProxy. write_committed(Uid u, java.lang.String tn, OutputObjectState buff)booleanParticipantStoreProxy. write_uncommitted(Uid u, java.lang.String tn, OutputObjectState buff)
-