Uses of Class
com.arjuna.ats.arjuna.state.OutputObjectState
Packages that use OutputObjectState
Package
Description
-
Uses of OutputObjectState in com.arjuna.ats.arjuna
Methods in com.arjuna.ats.arjuna with parameters of type OutputObjectStateModifier and TypeMethodDescriptionprotected 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 OutputObjectStateModifier and TypeMethodDescriptionvoidOnePhaseResource.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 OutputObjectStateModifier and TypeMethodDescriptionbooleanTxLog.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 OutputObjectStateModifier and TypeMethodDescriptionvoidOutputObjectState.copy(OutputObjectState objstate) voidInputObjectState.copyFrom(OutputObjectState copyFrom) Constructors in com.arjuna.ats.arjuna.state with parameters of type OutputObjectStateModifierConstructorDescriptionInputObjectState(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 OutputObjectStateConstructors in com.arjuna.ats.arjuna.tools.osb.api.mbeans with parameters of type OutputObjectStateModifierConstructorDescription -
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 OutputObjectStateModifier and TypeMethodDescriptionbooleanTxLogProxy.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 OutputObjectStateModifier and TypeMethodDescriptionvoidjtaI18NLogger.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 OutputObjectStateModifier and TypeMethodDescriptionstatic final voidXidImple.pack(OutputObjectState os, Xid xid) booleanRecoverableXAConnection.packInto(OutputObjectState os) final booleanXidImple.packInto(OutputObjectState os) -
Uses of OutputObjectState in com.arjuna.ats.txoj
Methods in com.arjuna.ats.txoj with parameters of type OutputObjectStateModifier and TypeMethodDescriptionbooleanLock.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 OutputObjectStateModifier and TypeMethodDescriptionabstract booleanLockStore.write_committed(Uid u, String tName, OutputObjectState state) Write the state to the lock store.