Uses of Class
com.arjuna.ats.arjuna.state.OutputObjectState
-
-
Uses of OutputObjectState in com.arjuna.ats.arjuna
Methods in com.arjuna.ats.arjuna with parameters of type OutputObjectState Modifier and Type Method Description protected voidStateManager. packHeader(OutputObjectState os, com.arjuna.ats.internal.arjuna.Header hdr)Pack the necessary information for crash recovery.booleanStateManager. 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 Modifier and Type Method Description voidOnePhaseResource. pack(OutputObjectState os)booleanAbstractRecord. 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).booleanBasicAction. save_state(OutputObjectState os, int ot)Redefined version of save_state and restore_state from StateManager. -
Uses of OutputObjectState in com.arjuna.ats.arjuna.objectstore
Methods in com.arjuna.ats.arjuna.objectstore with parameters of type OutputObjectState Modifier and Type Method Description booleanTxLog. write_committed(Uid u, String tn, OutputObjectState buff)Write a new copy of the object's committed state.booleanParticipantStore. 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 Modifier and Type Method Description voidOutputObjectState. copy(OutputObjectState objstate)voidInputObjectState. copyFrom(OutputObjectState copyFrom)Constructors in com.arjuna.ats.arjuna.state with parameters of type OutputObjectState Constructor Description 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 Modifier and Type Method Description OutputObjectStateObjectStateWrapper. getOOS()Constructors in com.arjuna.ats.arjuna.tools.osb.api.mbeans with parameters of type OutputObjectState Constructor Description 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 Modifier and Type Method Description booleanTxLogProxy. write_committed(Uid u, String tn, OutputObjectState buff)booleanParticipantStoreProxy. write_uncommitted(Uid u, String tn, OutputObjectState buff) -
Uses of OutputObjectState in com.arjuna.ats.jta.logging
Methods in com.arjuna.ats.jta.logging with parameters of type OutputObjectState Modifier and Type Method Description voidjtaI18NLogger. warn_cant_pack_into_output_object_state(OutputObjectState os, Exception e) -
Uses of OutputObjectState in com.arjuna.ats.jta.xa
Methods in com.arjuna.ats.jta.xa with parameters of type OutputObjectState Modifier and Type Method Description static voidXidImple. pack(OutputObjectState os, Xid xid)booleanRecoverableXAConnection. packInto(OutputObjectState os)booleanXidImple. packInto(OutputObjectState os) -
Uses of OutputObjectState in com.arjuna.ats.txoj
Methods in com.arjuna.ats.txoj with parameters of type OutputObjectState Modifier and Type Method Description booleanLock. 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 Modifier and Type Method Description abstract booleanLockStore. write_committed(Uid u, String tName, OutputObjectState state)Write the state to the lock store.
-