|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectStoreException | |
---|---|
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.objectstore |
---|
Methods in com.arjuna.ats.arjuna.objectstore that throw ObjectStoreException | |
---|---|
boolean |
RecoveryStore.allObjUids(String s,
InputObjectState buff)
|
boolean |
ObjectStore.allObjUids(String s,
InputObjectState buff)
|
boolean |
RecoveryStore.allObjUids(String s,
InputObjectState buff,
int m)
Obtain all of the Uids for a specified type. |
boolean |
RecoveryStore.allTypes(InputObjectState buff)
Obtain all types of objects stored in the object store. |
boolean |
ParticipantStore.commit_state(Uid u,
String tn)
Commit the object's state in the object store. |
int |
RecoveryStore.currentState(Uid u,
String tn)
|
boolean |
RecoveryStore.hide_state(Uid u,
String tn)
Hide the object's state in the object store. |
boolean |
RecoveryStore.isType(Uid u,
String tn,
int st)
Is the current state of the object the same as that provided as the last parameter? |
boolean |
ObjectStore.isType(Uid u,
String tn,
int st)
Is the current state of the object the same as that provided as the last parameter? |
String |
ObjectStore.locateStore(String localOSRoot)
|
InputObjectState |
RecoveryStore.read_committed(Uid u,
String tn)
Read the object's committed state. |
InputObjectState |
ParticipantStore.read_committed(Uid u,
String tn)
Read the object's committed state. |
InputObjectState |
ParticipantStore.read_uncommitted(Uid u,
String tn)
Read the object's shadowed state. |
boolean |
TxLog.remove_committed(Uid u,
String tn)
Remove the object's committed state. |
boolean |
ParticipantStore.remove_uncommitted(Uid u,
String tn)
Remove the object's uncommitted state. |
boolean |
RecoveryStore.reveal_state(Uid u,
String tn)
Reveal a hidden object's state. |
void |
TxLog.sync()
Some object store implementations may be running with automatic sync disabled. |
void |
ObjectStore.sync()
Some object store implementations may be running with automatic sync disabled. |
boolean |
TxLog.write_committed(Uid u,
String tn,
OutputObjectState buff)
Write a new copy of the object's committed state. |
boolean |
ParticipantStore.write_uncommitted(Uid u,
String tn,
OutputObjectState buff)
Write a copy of the object's uncommitted state. |
Constructors in com.arjuna.ats.arjuna.objectstore that throw ObjectStoreException | |
---|---|
ObjectStore(ObjectStoreEnvironmentBean objectStoreEnvironmentBean)
|
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 | |
---|---|
ObjectStateWrapper |
RecoveryStoreBeanMBean.allObjUids(String type)
|
ObjectStateWrapper |
RecoveryStoreBean.allObjUids(String type)
|
ObjectStateWrapper |
RecoveryStoreBeanMBean.allObjUids(String type,
int match)
|
ObjectStateWrapper |
RecoveryStoreBean.allObjUids(String type,
int m)
|
ObjectStateWrapper |
RecoveryStoreBeanMBean.allTypes()
|
ObjectStateWrapper |
RecoveryStoreBean.allTypes()
|
boolean |
ParticipantStoreBeanMBean.commit_state(Uid u,
String tn)
|
boolean |
ParticipantStoreBean.commit_state(Uid u,
String tn)
|
int |
RecoveryStoreBeanMBean.currentState(Uid u,
String tn)
|
int |
RecoveryStoreBean.currentState(Uid u,
String tn)
|
boolean |
RecoveryStoreBeanMBean.hide_state(Uid u,
String tn)
|
boolean |
RecoveryStoreBean.hide_state(Uid u,
String tn)
|
boolean |
RecoveryStoreBeanMBean.isType(Uid u,
String tn,
int st)
|
boolean |
RecoveryStoreBean.isType(Uid u,
String tn,
int st)
|
ObjectStateWrapper |
RecoveryStoreBeanMBean.read_committed(Uid u,
String tn)
|
ObjectStateWrapper |
RecoveryStoreBean.read_committed(Uid u,
String tn)
|
ObjectStateWrapper |
ParticipantStoreBeanMBean.read_committed(Uid u,
String tn)
|
ObjectStateWrapper |
ParticipantStoreBean.read_committed(Uid u,
String tn)
|
ObjectStateWrapper |
ParticipantStoreBeanMBean.read_uncommitted(Uid u,
String tn)
|
ObjectStateWrapper |
ParticipantStoreBean.read_uncommitted(Uid u,
String tn)
|
boolean |
TxLogBeanMBean.remove_committed(Uid u,
String tn)
|
boolean |
TxLogBean.remove_committed(Uid u,
String tn)
|
boolean |
ParticipantStoreBeanMBean.remove_uncommitted(Uid u,
String tn)
|
boolean |
ParticipantStoreBean.remove_uncommitted(Uid u,
String tn)
|
boolean |
RecoveryStoreBeanMBean.reveal_state(Uid u,
String tn)
|
boolean |
RecoveryStoreBean.reveal_state(Uid u,
String tn)
|
void |
TxLogBeanMBean.sync()
|
void |
TxLogBean.sync()
|
boolean |
TxLogBeanMBean.write_committed(Uid u,
String tn,
OutputObjectStateWrapper buff)
|
boolean |
TxLogBean.write_committed(Uid u,
String tn,
OutputObjectStateWrapper buff)
|
boolean |
ParticipantStoreBeanMBean.write_uncommitted(Uid u,
String tn,
OutputObjectStateWrapper buff)
|
boolean |
ParticipantStoreBean.write_uncommitted(Uid u,
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 | |
---|---|
boolean |
RecoveryStoreProxy.allObjUids(String type,
InputObjectState buff)
|
boolean |
RecoveryStoreProxy.allObjUids(String type,
InputObjectState buff,
int match)
|
boolean |
RecoveryStoreProxy.allTypes(InputObjectState buff)
|
boolean |
ParticipantStoreProxy.commit_state(Uid u,
String tn)
|
int |
RecoveryStoreProxy.currentState(Uid u,
String tn)
|
boolean |
RecoveryStoreProxy.hide_state(Uid u,
String tn)
|
boolean |
RecoveryStoreProxy.isType(Uid u,
String tn,
int st)
|
InputObjectState |
RecoveryStoreProxy.read_committed(Uid u,
String tn)
|
InputObjectState |
ParticipantStoreProxy.read_committed(Uid u,
String tn)
|
InputObjectState |
ParticipantStoreProxy.read_uncommitted(Uid u,
String tn)
|
boolean |
TxLogProxy.remove_committed(Uid u,
String tn)
|
boolean |
ParticipantStoreProxy.remove_uncommitted(Uid u,
String tn)
|
boolean |
RecoveryStoreProxy.reveal_state(Uid u,
String tn)
|
void |
TxLogProxy.sync()
|
boolean |
TxLogProxy.write_committed(Uid u,
String tn,
OutputObjectState buff)
|
boolean |
ParticipantStoreProxy.write_uncommitted(Uid u,
String tn,
OutputObjectState buff)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |