Uses of Class
com.arjuna.ats.arjuna.state.InputObjectState
Packages that use InputObjectState
Package
Description
-
Uses of InputObjectState in com.arjuna.ats.arjuna
Methods in com.arjuna.ats.arjuna with parameters of type InputObjectStateModifier and TypeMethodDescriptionbooleanStateManager.restore_state(InputObjectState os, int ot) These methods must be provided by a derived class.protected voidStateManager.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 InputObjectStateModifier and TypeMethodDescriptionbooleanAbstractRecord.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.booleanBasicAction.restore_state(InputObjectState os, int ot) This assumes the various lists are zero length when it is called.voidOnePhaseResource.unpack(InputObjectState os) -
Uses of InputObjectState in com.arjuna.ats.arjuna.objectstore
Methods in com.arjuna.ats.arjuna.objectstore that return InputObjectStateModifier and TypeMethodDescriptionParticipantStore.read_committed(Uid u, String tn) Read the object's committed state.RecoveryStore.read_committed(Uid u, String tn) Read the object's committed state.ParticipantStore.read_uncommitted(Uid u, String tn) Read the object's shadowed state.Methods in com.arjuna.ats.arjuna.objectstore with parameters of type InputObjectStateModifier and TypeMethodDescriptionbooleanObjectStore.allObjUids(String s, InputObjectState buff) booleanRecoveryStore.allObjUids(String s, InputObjectState buff) Obtain all of the Uids for a specified type, regardless of their state.booleanRecoveryStore.allObjUids(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. -
Uses of InputObjectState in com.arjuna.ats.arjuna.state
Methods in com.arjuna.ats.arjuna.state with parameters of type InputObjectStateConstructors in com.arjuna.ats.arjuna.state with parameters of type InputObjectStateModifierConstructorDescriptionInputObjectState(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 InputObjectStateConstructors in com.arjuna.ats.arjuna.tools.osb.api.mbeans with parameters of type InputObjectState -
Uses of InputObjectState in com.arjuna.ats.arjuna.tools.osb.api.proxy
Methods in com.arjuna.ats.arjuna.tools.osb.api.proxy that return InputObjectStateModifier and TypeMethodDescriptionParticipantStoreProxy.read_committed(Uid u, String tn) RecoveryStoreProxy.read_committed(Uid u, String tn) ParticipantStoreProxy.read_uncommitted(Uid u, String tn) Methods in com.arjuna.ats.arjuna.tools.osb.api.proxy with parameters of type InputObjectStateModifier and TypeMethodDescriptionbooleanRecoveryStoreProxy.allObjUids(String type, InputObjectState buff) booleanRecoveryStoreProxy.allObjUids(String type, InputObjectState buff, int match) booleanRecoveryStoreProxy.allTypes(InputObjectState buff) -
Uses of InputObjectState in com.arjuna.ats.arjuna.tools.osb.mbean
Methods in com.arjuna.ats.arjuna.tools.osb.mbean with parameters of type InputObjectStateModifier and TypeMethodDescriptionprotected HeaderStateHeaderStateReader.unpackHeader(InputObjectState os) Deprecated. -
Uses of InputObjectState in com.arjuna.ats.jta.xa
Methods in com.arjuna.ats.jta.xa with parameters of type InputObjectStateModifier and TypeMethodDescriptionstatic final XidXidImple.unpack(InputObjectState os) booleanRecoverableXAConnection.unpackFrom(InputObjectState os) final booleanXidImple.unpackFrom(InputObjectState os) -
Uses of InputObjectState in com.arjuna.ats.txoj
Methods in com.arjuna.ats.txoj with parameters of type InputObjectStateModifier and TypeMethodDescriptionbooleanLock.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 InputObjectStateModifier and TypeMethodDescriptionabstract InputObjectStateLockStore.read_state(Uid u, String tName)