Uses of Class
com.arjuna.ats.arjuna.state.InputObjectState
-
-
Uses of InputObjectState in com.arjuna.ats.arjuna
Methods in com.arjuna.ats.arjuna with parameters of type InputObjectState Modifier and Type Method Description booleanStateManager. 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 InputObjectState Modifier and Type Method Description booleanAbstractRecord. 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 InputObjectState Modifier and Type Method Description InputObjectStateParticipantStore. read_committed(Uid u, String tn)Read the object's committed state.InputObjectStateRecoveryStore. read_committed(Uid u, String tn)Read the object's committed state.InputObjectStateParticipantStore. read_uncommitted(Uid u, String tn)Read the object's shadowed state.Methods in com.arjuna.ats.arjuna.objectstore with parameters of type InputObjectState Modifier and Type Method Description booleanObjectStore. 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 InputObjectState Modifier and Type Method Description voidInputObjectState. copy(InputObjectState objstate)Constructors in com.arjuna.ats.arjuna.state with parameters of type InputObjectState Constructor Description 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 Modifier and Type Method Description InputObjectStateObjectStateWrapper. getIOS()Constructors in com.arjuna.ats.arjuna.tools.osb.api.mbeans with parameters of type InputObjectState Constructor Description 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 Modifier and Type Method Description InputObjectStateParticipantStoreProxy. read_committed(Uid u, String tn)InputObjectStateRecoveryStoreProxy. read_committed(Uid u, String tn)InputObjectStateParticipantStoreProxy. read_uncommitted(Uid u, String tn)Methods in com.arjuna.ats.arjuna.tools.osb.api.proxy with parameters of type InputObjectState Modifier and Type Method Description booleanRecoveryStoreProxy. 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 InputObjectState Modifier and Type Method Description protected 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 InputObjectState Modifier and Type Method Description static XidXidImple. unpack(InputObjectState os)booleanRecoverableXAConnection. unpackFrom(InputObjectState os)booleanXidImple. unpackFrom(InputObjectState os) -
Uses of InputObjectState in com.arjuna.ats.txoj
Methods in com.arjuna.ats.txoj with parameters of type InputObjectState Modifier and Type Method Description booleanLock. 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 Modifier and Type Method Description abstract InputObjectStateLockStore. read_state(Uid u, String tName)
-