|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OutputObjectState in com.arjuna.ats.arjuna |
---|
Methods in com.arjuna.ats.arjuna with parameters of type OutputObjectState | |
---|---|
protected void |
StateManager.packHeader(OutputObjectState os,
com.arjuna.ats.internal.arjuna.Header hdr)
Pack the necessary information for crash recovery. |
boolean |
StateManager.save_state(OutputObjectState os,
int ot)
These methods must be used by a derived class. |
Uses of OutputObjectState in com.arjuna.ats.arjuna.coordinator |
---|
Methods in com.arjuna.ats.arjuna.coordinator with parameters of type OutputObjectState | |
---|---|
void |
OnePhaseResource.pack(OutputObjectState os)
|
boolean |
BasicAction.save_state(OutputObjectState os,
int ot)
Redefined version of save_state and restore_state from StateManager. |
boolean |
AbstractRecord.save_state(OutputObjectState os,
int i)
When the transaction is required to make the intentions list persistent, it scans the list and asks each record whether or not it requires state to be saved (by calling doSave). |
Uses of OutputObjectState in com.arjuna.ats.arjuna.objectstore |
---|
Methods in com.arjuna.ats.arjuna.objectstore with parameters of type OutputObjectState | |
---|---|
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. |
Uses of OutputObjectState in com.arjuna.ats.arjuna.state |
---|
Methods in com.arjuna.ats.arjuna.state with parameters of type OutputObjectState | |
---|---|
void |
OutputObjectState.copy(OutputObjectState objstate)
|
void |
InputObjectState.copyFrom(OutputObjectState copyFrom)
|
Constructors in com.arjuna.ats.arjuna.state with parameters of type OutputObjectState | |
---|---|
InputObjectState(OutputObjectState copyFrom)
|
|
OutputObjectState(OutputObjectState copyFrom)
|
Uses of OutputObjectState in com.arjuna.ats.arjuna.tools.osb.api.mbeans |
---|
Methods in com.arjuna.ats.arjuna.tools.osb.api.mbeans that return OutputObjectState | |
---|---|
OutputObjectState |
ObjectStateWrapper.getOOS()
|
Constructors in com.arjuna.ats.arjuna.tools.osb.api.mbeans with parameters of type OutputObjectState | |
---|---|
ObjectStateWrapper(OutputObjectState oos)
|
|
OutputObjectStateWrapper(OutputObjectState oos)
|
Uses of OutputObjectState in com.arjuna.ats.arjuna.tools.osb.api.proxy |
---|
Methods in com.arjuna.ats.arjuna.tools.osb.api.proxy with parameters of type OutputObjectState | |
---|---|
boolean |
TxLogProxy.write_committed(Uid u,
String tn,
OutputObjectState buff)
|
boolean |
ParticipantStoreProxy.write_uncommitted(Uid u,
String tn,
OutputObjectState buff)
|
Uses of OutputObjectState in com.arjuna.ats.jta.xa |
---|
Methods in com.arjuna.ats.jta.xa with parameters of type OutputObjectState | |
---|---|
static void |
XidImple.pack(OutputObjectState os,
Xid xid)
|
boolean |
XidImple.packInto(OutputObjectState os)
|
boolean |
RecoverableXAConnection.packInto(OutputObjectState os)
|
Uses of OutputObjectState in com.arjuna.ats.txoj |
---|
Methods in com.arjuna.ats.txoj with parameters of type OutputObjectState | |
---|---|
boolean |
Lock.save_state(OutputObjectState os,
int ot)
Save the state of a lock object. |
Uses of OutputObjectState in com.arjuna.ats.txoj.lockstore |
---|
Methods in com.arjuna.ats.txoj.lockstore with parameters of type OutputObjectState | |
---|---|
abstract boolean |
LockStore.write_committed(Uid u,
String tName,
OutputObjectState state)
Write the state to the lock store. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |