Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
InputObjectState.copy(InputObjectState objstate) |
Constructor and Description |
---|
InputObjectState(InputObjectState copyFrom) |
OutputObjectState(InputObjectState copyFrom) |
Modifier and Type | Method and Description |
---|---|
InputObjectState |
ObjectStateWrapper.getIOS() |
Constructor and Description |
---|
ObjectStateWrapper(InputObjectState ios) |
ObjectStateWrapper(InputObjectState ios,
boolean ok) |
Modifier and Type | Method and Description |
---|---|
InputObjectState |
RecoveryStoreProxy.read_committed(Uid u,
String tn) |
InputObjectState |
ParticipantStoreProxy.read_committed(Uid u,
String tn) |
InputObjectState |
ParticipantStoreProxy.read_uncommitted(Uid u,
String tn) |
Modifier and Type | Method and Description |
---|---|
boolean |
RecoveryStoreProxy.allObjUids(String type,
InputObjectState buff) |
boolean |
RecoveryStoreProxy.allObjUids(String type,
InputObjectState buff,
int match) |
boolean |
RecoveryStoreProxy.allTypes(InputObjectState buff) |
Modifier and Type | Method and Description |
---|---|
static Xid |
XidImple.unpack(InputObjectState os) |
boolean |
XidImple.unpackFrom(InputObjectState os) |
boolean |
RecoverableXAConnection.unpackFrom(InputObjectState os) |
Modifier and Type | Method and Description |
---|---|
boolean |
Lock.restore_state(InputObjectState os,
int ot)
Carefully restore the state of a Lock.
|
Modifier and Type | Method and Description |
---|---|
abstract InputObjectState |
LockStore.read_state(Uid u,
String tName) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.