|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InputObjectState in com.arjuna.ats.arjuna |
---|
Methods in com.arjuna.ats.arjuna with parameters of type InputObjectState | |
---|---|
boolean |
StateManager.restore_state(InputObjectState os,
int ot)
These methods must be provided by a derived class. |
protected void |
StateManager.unpackHeader(InputObjectState os,
com.arjuna.ats.internal.arjuna.Header hdr)
Unpack the crash recovery state header information and return it. |
Uses of InputObjectState in com.arjuna.ats.arjuna.coordinator |
---|
Methods in com.arjuna.ats.arjuna.coordinator with parameters of type InputObjectState | |
---|---|
boolean |
BasicAction.restore_state(InputObjectState os,
int ot)
This assumes the various lists are zero length when it is called. |
boolean |
AbstractRecord.restore_state(InputObjectState os,
int i)
During recovery, the transaction log is given to the recovery system and it will recreate a transaction instance to perform necessary recovery actions. |
void |
OnePhaseResource.unpack(InputObjectState os)
|
Uses of InputObjectState in com.arjuna.ats.arjuna.objectstore |
---|
Methods in com.arjuna.ats.arjuna.objectstore that return InputObjectState | |
---|---|
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. |
Methods in com.arjuna.ats.arjuna.objectstore with parameters of type InputObjectState | |
---|---|
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. |
Uses of InputObjectState in com.arjuna.ats.arjuna.state |
---|
Methods in com.arjuna.ats.arjuna.state with parameters of type InputObjectState | |
---|---|
void |
InputObjectState.copy(InputObjectState objstate)
|
Constructors in com.arjuna.ats.arjuna.state with parameters of type InputObjectState | |
---|---|
InputObjectState(InputObjectState copyFrom)
|
|
OutputObjectState(InputObjectState copyFrom)
|
Uses of InputObjectState in com.arjuna.ats.arjuna.tools.osb.api.mbeans |
---|
Methods in com.arjuna.ats.arjuna.tools.osb.api.mbeans that return InputObjectState | |
---|---|
InputObjectState |
ObjectStateWrapper.getIOS()
|
Constructors in com.arjuna.ats.arjuna.tools.osb.api.mbeans with parameters of type InputObjectState | |
---|---|
ObjectStateWrapper(InputObjectState ios)
|
|
ObjectStateWrapper(InputObjectState ios,
boolean ok)
|
Uses of InputObjectState in com.arjuna.ats.arjuna.tools.osb.api.proxy |
---|
Methods in com.arjuna.ats.arjuna.tools.osb.api.proxy that return InputObjectState | |
---|---|
InputObjectState |
RecoveryStoreProxy.read_committed(Uid u,
String tn)
|
InputObjectState |
ParticipantStoreProxy.read_committed(Uid u,
String tn)
|
InputObjectState |
ParticipantStoreProxy.read_uncommitted(Uid u,
String tn)
|
Methods in com.arjuna.ats.arjuna.tools.osb.api.proxy with parameters of type InputObjectState | |
---|---|
boolean |
RecoveryStoreProxy.allObjUids(String type,
InputObjectState buff)
|
boolean |
RecoveryStoreProxy.allObjUids(String type,
InputObjectState buff,
int match)
|
boolean |
RecoveryStoreProxy.allTypes(InputObjectState buff)
|
Uses of InputObjectState in com.arjuna.ats.jta.xa |
---|
Methods in com.arjuna.ats.jta.xa with parameters of type InputObjectState | |
---|---|
static Xid |
XidImple.unpack(InputObjectState os)
|
boolean |
XidImple.unpackFrom(InputObjectState os)
|
boolean |
RecoverableXAConnection.unpackFrom(InputObjectState os)
|
Uses of InputObjectState in com.arjuna.ats.txoj |
---|
Methods in com.arjuna.ats.txoj with parameters of type InputObjectState | |
---|---|
boolean |
Lock.restore_state(InputObjectState os,
int ot)
Carefully restore the state of a Lock. |
Uses of InputObjectState in com.arjuna.ats.txoj.lockstore |
---|
Methods in com.arjuna.ats.txoj.lockstore that return InputObjectState | |
---|---|
abstract InputObjectState |
LockStore.read_state(Uid u,
String tName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |