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 TypeMethodDescriptionboolean
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. -
Uses of InputObjectState in com.arjuna.ats.arjuna.coordinator
Methods in com.arjuna.ats.arjuna.coordinator with parameters of type InputObjectStateModifier and TypeMethodDescriptionboolean
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.boolean
BasicAction.restore_state
(InputObjectState os, int ot) This assumes the various lists are zero length when it is called.void
OnePhaseResource.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 TypeMethodDescriptionboolean
ObjectStore.allObjUids
(String s, InputObjectState buff) boolean
RecoveryStore.allObjUids
(String s, InputObjectState buff) Obtain all of the Uids for a specified type, regardless of their state.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. -
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 TypeMethodDescriptionboolean
RecoveryStoreProxy.allObjUids
(String type, InputObjectState buff) boolean
RecoveryStoreProxy.allObjUids
(String type, InputObjectState buff, int match) boolean
RecoveryStoreProxy.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 HeaderState
HeaderStateReader.unpackHeader
(InputObjectState os) Deprecated. -
Uses of InputObjectState in com.arjuna.ats.internal.arjuna.abstractrecords
Methods in com.arjuna.ats.internal.arjuna.abstractrecords with parameters of type InputObjectStateModifier and TypeMethodDescriptionboolean
ActivationRecord.restore_state
(InputObjectState os, int v) Saving of ActivationRecords is only undertaken during the Prepare phase of the top level 2PC.boolean
DisposeRecord.restore_state
(InputObjectState os, int ot) boolean
PersistenceRecord.restore_state
(InputObjectState os, int ot) boolean
RecoveryRecord.restore_state
(InputObjectState os, int ot) -
Uses of InputObjectState in com.arjuna.ats.internal.arjuna.objectstore
Methods in com.arjuna.ats.internal.arjuna.objectstore that return InputObjectStateModifier and TypeMethodDescriptionActionStore.read_committed
(Uid storeUid, String tName) FileSystemStore.read_committed
(Uid storeUid, String tName) NullActionStore.read_committed
(Uid storeUid, String tName) TwoPhaseVolatileStore.read_committed
(Uid u, String tn) Read the object's committed state.VolatileStore.read_committed
(Uid u, String tn) Read the object's committed state.protected InputObjectState
CacheStore.read_state
(Uid objUid, String tName, int ft) Before we look at the disk let's look in the state cache first for the state, just in case it hasn't been written out to persistent store yet.protected abstract InputObjectState
FileLockingStore.read_state
(Uid u, String tn, int s) protected abstract InputObjectState
FileSystemStore.read_state
(Uid u, String tn, int s) protected InputObjectState
LogStore.read_state
(Uid u, String tn, int s) Shouldn't be called during normal execution only during recovery.protected InputObjectState
ShadowingStore.read_state
(Uid objUid, String tName, int ft) ActionStore.read_uncommitted
(Uid u, String tn) FileSystemStore.read_uncommitted
(Uid storeUid, String tName) LogStore.read_uncommitted
(Uid u, String tn) NullActionStore.read_uncommitted
(Uid u, String tn) TwoPhaseVolatileStore.read_uncommitted
(Uid u, String tn) Read the object's shadowed state.VolatileStore.read_uncommitted
(Uid u, String tn) Read the object's shadowed state.Methods in com.arjuna.ats.internal.arjuna.objectstore with parameters of type InputObjectStateModifier and TypeMethodDescriptionboolean
LogStore.allLogUids
(String tName, InputObjectState state, int match) boolean
FileSystemStore.allObjUids
(String tName, InputObjectState state, int match) Given a type name initialise thestate
to contains all of the Uids of objects of that typeboolean
HashedStore.allObjUids
(String tName, InputObjectState state, int match) Given a type name initialisestate
to contains all of the Uids of objects of that typeboolean
LogStore.allObjUids
(String tName, InputObjectState state, int match) This is a recovery-only method and should not be called during normal execution.boolean
TwoPhaseVolatileStore.allObjUids
(String s, InputObjectState buff, int m) Obtain all of the Uids for a specified type.boolean
VolatileStore.allObjUids
(String s, InputObjectState buff, int m) Obtain all of the Uids for a specified type.boolean
FileSystemStore.allTypes
(InputObjectState foundTypes) boolean
TwoPhaseVolatileStore.allTypes
(InputObjectState buff) Obtain all types of objects stored in the object store.boolean
VolatileStore.allTypes
(InputObjectState buff) Obtain all types of objects stored in the object store. -
Uses of InputObjectState in com.arjuna.ats.internal.arjuna.objectstore.hornetq
Methods in com.arjuna.ats.internal.arjuna.objectstore.hornetq that return InputObjectStateModifier and TypeMethodDescriptionHornetqJournalStore.read_committed
(Uid uid, String typeName) Read the object's committed state.HornetqObjectStoreAdaptor.read_committed
(Uid u, String typeName) Read the object's committed state.HornetqObjectStoreAdaptor.read_uncommitted
(Uid u, String tn) Read the object's shadowed state.Methods in com.arjuna.ats.internal.arjuna.objectstore.hornetq with parameters of type InputObjectStateModifier and TypeMethodDescriptionboolean
HornetqObjectStoreAdaptor.allObjUids
(String typeName, InputObjectState foundInstances) boolean
HornetqObjectStoreAdaptor.allObjUids
(String typeName, InputObjectState foundInstances, int matchState) Obtain all of the Uids for a specified type.boolean
HornetqObjectStoreAdaptor.allTypes
(InputObjectState foundTypes) Obtain all types of objects stored in the object store. -
Uses of InputObjectState in com.arjuna.ats.internal.arjuna.objectstore.jdbc
Methods in com.arjuna.ats.internal.arjuna.objectstore.jdbc that return InputObjectStateModifier and TypeMethodDescriptionJDBCStore.read_committed
(Uid storeUid, String tName) JDBCImple_driver.read_state
(Uid objUid, String typeName, int stateType) JDBCStore.read_uncommitted
(Uid storeUid, String tName) Methods in com.arjuna.ats.internal.arjuna.objectstore.jdbc with parameters of type InputObjectStateModifier and TypeMethodDescriptionboolean
JDBCImple_driver.allObjUids
(String typeName, InputObjectState state, int match) allObjUids - Given a type name, return an ObjectState that contains all of the uids of objects of that type.boolean
JDBCStore.allObjUids
(String s, InputObjectState buff) boolean
JDBCStore.allObjUids
(String tName, InputObjectState state, int match) boolean
JDBCImple_driver.allTypes
(InputObjectState foundTypes) boolean
JDBCStore.allTypes
(InputObjectState foundTypes) -
Uses of InputObjectState in com.arjuna.ats.internal.arjuna.objectstore.slot
Methods in com.arjuna.ats.internal.arjuna.objectstore.slot that return InputObjectStateModifier and TypeMethodDescriptionSlotStore.read
(SlotStoreKey key) Retrieve the serialized state for an entry.SlotStoreAdaptor.read_committed
(Uid uid, String typeName) Read the object's committed state.SlotStoreAdaptor.read_uncommitted
(Uid u, String tn) Methods in com.arjuna.ats.internal.arjuna.objectstore.slot with parameters of type InputObjectStateModifier and TypeMethodDescriptionboolean
SlotStoreAdaptor.allObjUids
(String typeName, InputObjectState foundInstances) Obtain all of the Uids for a specified type, regardless of their state.boolean
SlotStoreAdaptor.allObjUids
(String typeName, InputObjectState foundInstances, int matchState) Obtain all of the Uids for a specified type.boolean
SlotStoreAdaptor.allTypes
(InputObjectState foundTypes) Obtain all types of objects stored in the object store. -
Uses of InputObjectState in com.arjuna.ats.internal.jta.recovery.arjunacore
Constructors in com.arjuna.ats.internal.jta.recovery.arjunacore with parameters of type InputObjectStateModifierConstructorDescriptionRecoverConnectableAtomicAction
(String type, Uid rcvUid, InputObjectState os) -
Uses of InputObjectState in com.arjuna.ats.internal.jta.recovery.jts.jca.coordinator
Methods in com.arjuna.ats.internal.jta.recovery.jts.jca.coordinator with parameters of type InputObjectStateModifier and TypeMethodDescriptionprotected void
RecoveredServerTransaction.unpackHeader
(InputObjectState os, com.arjuna.ats.internal.arjuna.Header hdr) Override StateManager's unpackHeader to save the processUid of the original process -
Uses of InputObjectState in com.arjuna.ats.internal.jta.resources.arjunacore
Methods in com.arjuna.ats.internal.jta.resources.arjunacore with parameters of type InputObjectStateModifier and TypeMethodDescriptionboolean
CommitMarkableResourceRecord.restore_state
(InputObjectState os, int t) boolean
XAResourceRecord.restore_state
(InputObjectState os, int t) void
XAOnePhaseResource.unpack
(InputObjectState is) Unpack the state of the resource. -
Uses of InputObjectState in com.arjuna.ats.internal.jta.resources.jts.orbspecific
Methods in com.arjuna.ats.internal.jta.resources.jts.orbspecific with parameters of type InputObjectState -
Uses of InputObjectState in com.arjuna.ats.internal.jta.tools.osb.mbean.jts
Methods in com.arjuna.ats.internal.jta.tools.osb.mbean.jts with parameters of type InputObjectStateModifier and TypeMethodDescriptionboolean
XAResourceRecordBean.JTSXAResourceRecordWrapper.restoreState
(InputObjectState os) protected HeaderState
JCAServerTransactionHeaderReader.unpackHeader
(InputObjectState os) Deprecated.protected HeaderState
ServerTransactionHeaderReader.unpackHeader
(InputObjectState os) Deprecated. -
Uses of InputObjectState in com.arjuna.ats.internal.jta.transaction.arjunacore.subordinate.jca
Methods in com.arjuna.ats.internal.jta.transaction.arjunacore.subordinate.jca with parameters of type InputObjectStateModifier and TypeMethodDescriptionboolean
SubordinateAtomicAction.restore_state
(InputObjectState os, int t) -
Uses of InputObjectState in com.arjuna.ats.internal.jta.transaction.jts.subordinate.jca.coordinator
Methods in com.arjuna.ats.internal.jta.transaction.jts.subordinate.jca.coordinator with parameters of type InputObjectStateModifier and TypeMethodDescriptionboolean
ServerTransaction.restore_state
(InputObjectState os, int ot) -
Uses of InputObjectState in com.arjuna.ats.internal.jta.utils
Methods in com.arjuna.ats.internal.jta.utils with parameters of type InputObjectStateModifier and TypeMethodDescriptionvoid
jtaxI18NLogger.warn_cant_restore_state
(InputObjectState os, int ot, IOException ex) -
Uses of InputObjectState in com.arjuna.ats.internal.jts.orbspecific.interposition.coordinator
Methods in com.arjuna.ats.internal.jts.orbspecific.interposition.coordinator with parameters of type InputObjectStateModifier and TypeMethodDescriptionboolean
ServerTransaction.restore_state
(InputObjectState os, int ot) -
Uses of InputObjectState in com.arjuna.ats.internal.jts.recovery.transactions
Methods in com.arjuna.ats.internal.jts.recovery.transactions with parameters of type InputObjectStateModifier and TypeMethodDescriptionboolean
AssumedCompleteHeuristicServerTransaction.restore_state
(InputObjectState objectState, int ot) boolean
AssumedCompleteHeuristicTransaction.restore_state
(InputObjectState objectState, int ot) boolean
AssumedCompleteServerTransaction.restore_state
(InputObjectState objectState, int ot) boolean
AssumedCompleteTransaction.restore_state
(InputObjectState objectState, int ot) protected void
RecoveredServerTransaction.unpackHeader
(InputObjectState os, com.arjuna.ats.internal.arjuna.Header hdr) Override StateManager's unpackHeader to save the processUid of the original processprotected void
RecoveredTransaction.unpackHeader
(InputObjectState os, com.arjuna.ats.internal.arjuna.Header hdr) Override StateManager's unpackHeader to save the processUid of the original process -
Uses of InputObjectState in com.arjuna.ats.internal.jts.resources
Methods in com.arjuna.ats.internal.jts.resources with parameters of type InputObjectStateModifier and TypeMethodDescriptionboolean
ExtendedResourceRecord.restore_state
(InputObjectState os, int t) restore_state and save_state for ExtendedResourceRecords doesn't generally apply due to object pointers.boolean
ResourceRecord.restore_state
(InputObjectState os, int t) restore_state and save_state for ResourceRecords doesn't generally apply due to object pointers. -
Uses of InputObjectState in com.arjuna.ats.internal.jts.utils
Methods in com.arjuna.ats.internal.jts.utils with parameters of type InputObjectStateModifier and TypeMethodDescriptionstatic boolean
TxStoreLog.getTransactions
(InputObjectState os) static boolean
TxStoreLog.getTransactions
(InputObjectState os, int status) -
Uses of InputObjectState in com.arjuna.ats.internal.txoj.abstractrecords
Methods in com.arjuna.ats.internal.txoj.abstractrecords with parameters of type InputObjectState -
Uses of InputObjectState in com.arjuna.ats.internal.txoj.lockstore
Methods in com.arjuna.ats.internal.txoj.lockstore that return InputObjectStateModifier and TypeMethodDescriptionBasicLockStore.read_state
(Uid u, String tName) BasicPersistentLockStore.read_state
(Uid u, String tName) -
Uses of InputObjectState in com.arjuna.ats.jta.xa
Methods in com.arjuna.ats.jta.xa with parameters of type InputObjectStateModifier and TypeMethodDescriptionstatic final Xid
XidImple.unpack
(InputObjectState os) boolean
RecoverableXAConnection.unpackFrom
(InputObjectState os) final boolean
XidImple.unpackFrom
(InputObjectState os) -
Uses of InputObjectState in com.arjuna.ats.jts.logging
Methods in com.arjuna.ats.jts.logging with parameters of type InputObjectStateModifier and TypeMethodDescriptionvoid
jtsI18NLogger.info_fail_to_read_subordinate_uid
(RecoveryStore recstore, InputObjectState states, Exception e) -
Uses of InputObjectState in com.arjuna.ats.txoj
Methods in com.arjuna.ats.txoj with parameters of type InputObjectStateModifier and TypeMethodDescriptionboolean
Lock.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 InputObjectState
LockStore.read_state
(Uid u, String tName) -
Uses of InputObjectState in com.arjuna.mw.wscf.model.sagas.participants
Methods in com.arjuna.mw.wscf.model.sagas.participants with parameters of type InputObjectState -
Uses of InputObjectState in com.arjuna.mw.wscf.model.twophase.participants
Methods in com.arjuna.mw.wscf.model.twophase.participants with parameters of type InputObjectState -
Uses of InputObjectState in com.arjuna.wst
Methods in com.arjuna.wst with parameters of type InputObjectStateModifier and TypeMethodDescriptionboolean
PersistableParticipant.restoreState
(InputObjectState ios) Restore the state of the particpant from the specified input object stream. -
Uses of InputObjectState in com.arjuna.wst11.stub
Methods in com.arjuna.wst11.stub with parameters of type InputObjectStateModifier and TypeMethodDescriptionboolean
BusinessAgreementWithCoordinatorCompletionStub.restoreState
(InputObjectState ios) boolean
BusinessAgreementWithParticipantCompletionStub.restoreState
(InputObjectState ios) boolean
ParticipantStub.restoreState
(InputObjectState ios) boolean
SubordinateCoordinatorCompletionParticipantStub.restoreState
(InputObjectState ios) Restore the state of the particpant from the specified input object stream.boolean
SubordinateDurable2PCStub.restoreState
(InputObjectState ios) Restore the state of the particpant from the specified input object stream. -
Uses of InputObjectState in org.jboss.jbossts.star.resource
Methods in org.jboss.jbossts.star.resource with parameters of type InputObjectState -
Uses of InputObjectState in org.jboss.jbossts.xts.recovery.participant.at
Methods in org.jboss.jbossts.xts.recovery.participant.at with parameters of type InputObjectStateModifier and TypeMethodDescriptionprotected abstract void
ATParticipantRecoveryRecord.restoreEndpointReference
(InputObjectState ios) restore the endpoint reference to the coordinator for this participantboolean
ATParticipantRecoveryRecord.restoreState
(InputObjectState ios) Restore the state of the particpant from the specified input object stream. -
Uses of InputObjectState in org.jboss.jbossts.xts.recovery.participant.ba
Methods in org.jboss.jbossts.xts.recovery.participant.ba with parameters of type InputObjectStateModifier and TypeMethodDescriptionprotected abstract void
BAParticipantRecoveryRecord.restoreEndpointReference
(InputObjectState ios) restore the endpoint reference to the coordinator for this participantboolean
BAParticipantRecoveryRecord.restoreState
(InputObjectState ios) Restore the state of the particpant from the specified input object stream. -
Uses of InputObjectState in org.jboss.jbossts.xts11.recovery.participant.at
Methods in org.jboss.jbossts.xts11.recovery.participant.at with parameters of type InputObjectStateModifier and TypeMethodDescriptionprotected void
ATParticipantRecoveryRecord.restoreEndpointReference
(InputObjectState ios) restore the endpoint reference to the coordinator for this participant -
Uses of InputObjectState in org.jboss.jbossts.xts11.recovery.participant.ba
Methods in org.jboss.jbossts.xts11.recovery.participant.ba with parameters of type InputObjectStateModifier and TypeMethodDescriptionprotected void
BAParticipantRecoveryRecord.restoreEndpointReference
(InputObjectState ios) restore the endpoint reference to the coordinator for this participant