Uses of Class
com.arjuna.ats.arjuna.common.Uid
-
-
Uses of Uid in com.arjuna.ats.arjuna
Fields in com.arjuna.ats.arjuna declared as Uid Modifier and Type Field Description protected UidStateManager. objectUidMethods in com.arjuna.ats.arjuna that return Uid Modifier and Type Method Description UidStateManager. get_uid()Constructors in com.arjuna.ats.arjuna with parameters of type Uid Constructor Description AtomicAction(Uid objUid)AtomicAction constructor with a Uid.StateManager(Uid objUid)Create object with specific uid.StateManager(Uid objUid, int ot)StateManager(Uid objUid, int ot, int om) -
Uses of Uid in com.arjuna.ats.arjuna.common
Methods in com.arjuna.ats.arjuna.common that return Uid Modifier and Type Method Description static UidUid. lastResourceUid()Return a last resource Uid (0:0:0:0:1)static UidUid. maxUid()Return the maximum Uid (7fffffffffffffff:7fffffffffffffff:7fffffff:7fffffff:7fffffff)static UidUid. minUid()Return the minimum Uid (-8000000000000000:-8000000000000000:-80000000:-80000000:-80000000)static UidUid. nullUid()Return a null Uid (0:0:0:0:0)Methods in com.arjuna.ats.arjuna.common with parameters of type Uid Modifier and Type Method Description booleanUid. equals(Uid u)booleanUid. greaterThan(Uid u)booleanUid. lessThan(Uid u)booleanUid. notEquals(Uid u)Constructors in com.arjuna.ats.arjuna.common with parameters of type Uid Constructor Description Uid(Uid copyFrom)Create a copy of the specified identifier. -
Uses of Uid in com.arjuna.ats.arjuna.coordinator
Methods in com.arjuna.ats.arjuna.coordinator that return Uid Modifier and Type Method Description UidHeuristicNotification. get_uid()UidReapable. get_uid()UidSynchronizationRecord. get_uid()UidActionHierarchy. getActionUid(int typeIndex)UidActionHierarchy. getDeepestActionUid()Returns the transaction id of the most deeply nested transaction.UidBasicAction. getSavingUid()UidAbstractRecord. order()Return the Uid of this abstract record so that it can be ordered in the intentions list.UidBasicAction. topLevelActionUid()The following function returns the Uid of the top-level atomic action.Methods in com.arjuna.ats.arjuna.coordinator that return types with arguments of type Uid Modifier and Type Method Description Map<Uid,String>TwoPhaseCoordinator. getSynchronizations()Methods in com.arjuna.ats.arjuna.coordinator with parameters of type Uid Modifier and Type Method Description booleanActionHierarchy. add(Uid actionId)Insert new entry growing table as needed.booleanActionHierarchy. add(Uid actionId, int at)Add the transaction id at the specified level.voidCheckedAction. check(boolean isCommit, Uid actUid, Hashtable list)Called during transaction termination if more than one thread is associated with the transaction.BasicActionActionManager. get(Uid id)CheckedActionCheckedActionFactory. getCheckedAction(Uid txId, String actionType)Return a CheckedAction instance for a transaction.longActionManager. getTimeAdded(Uid id)Deprecated.this method no longer serves any useful purpose and will be removed in a future releasebooleanActionHierarchy. isAncestor(Uid target)Scan hierarchy looking for a particular Uid starting at deepest and going up.booleanBasicAction. isAncestor(Uid ancestor)boolean function that checks whether the Uid passed as an argument is the Uid for an ancestor of the current atomic action.voidActionManager. remove(Uid id)Constructors in com.arjuna.ats.arjuna.coordinator with parameters of type Uid Constructor Description AbstractRecord(Uid storeUid)Create a new instance with the specified paramaters.AbstractRecord(Uid storeUid, String objType, int otype)Create a new instance with the specified parameters.BasicAction(Uid objUid)BasicAction constructor with a Uid.BasicAction(Uid u, int at)Recreate the specified transaction.TwoPhaseCoordinator(Uid id)TwoPhaseCoordinator(Uid u, int at) -
Uses of Uid in com.arjuna.ats.arjuna.coordinator.listener
Methods in com.arjuna.ats.arjuna.coordinator.listener with parameters of type Uid Modifier and Type Method Description voidReaperMonitor. markedRollbackOnly(Uid txId)The indicated transaction has been marked as rollback-only by the reaper.voidReaperMonitor. rolledBack(Uid txId)The indicated transaction has been rolled back by the reaper. -
Uses of Uid in com.arjuna.ats.arjuna.logging
-
Uses of Uid in com.arjuna.ats.arjuna.objectstore
Methods in com.arjuna.ats.arjuna.objectstore that return Uid Modifier and Type Method Description UidObjectStoreIterator. iterate()return the Uids from the list one at a time.Methods in com.arjuna.ats.arjuna.objectstore with parameters of type Uid Modifier and Type Method Description booleanParticipantStore. commit_state(Uid u, String tn)Commit the object's state in the object store.intRecoveryStore. currentState(Uid u, String tn)booleanRecoveryStore. hide_state(Uid u, String tn)Hide the object's state in the object store.voidObjectStore. initialise(Uid u, String tn)Initialise the object store.booleanObjectStore. isType(Uid u, String tn, int st)Is the current state of the object the same as that provided as the last parameter?booleanRecoveryStore. isType(Uid u, String tn, int st)Is the current state of the object the same as that provided as the last parameter?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.booleanTxLog. remove_committed(Uid u, String tn)Remove the object's committed state.booleanParticipantStore. remove_uncommitted(Uid u, String tn)Remove the object's uncommitted state.booleanRecoveryStore. reveal_state(Uid u, String tn)Reveal a hidden object's state.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 Uid in com.arjuna.ats.arjuna.recovery
Methods in com.arjuna.ats.arjuna.recovery with parameters of type Uid Modifier and Type Method Description intTransactionStatusConnectionManager. getTransactionStatus(Uid tranUid)Obtain the transaction status for the specified transaction.intTransactionStatusConnectionManager. getTransactionStatus(String transactionType, Uid tranUid)Obtain the transaction status for the specified transaction type and transaction.Constructors in com.arjuna.ats.arjuna.recovery with parameters of type Uid Constructor Description RecoverAtomicAction(Uid rcvUid, int theStatus)Re-creates/activates an AtomicAction for the specified transaction Uid. -
Uses of Uid in com.arjuna.ats.arjuna.state
Methods in com.arjuna.ats.arjuna.state that return Uid Modifier and Type Method Description UidInputObjectState. stateUid()UidOutputObjectState. stateUid()Constructors in com.arjuna.ats.arjuna.state with parameters of type Uid Constructor Description InputObjectState(Uid newUid, String tName, byte[] buff)OutputObjectState(Uid newUid, String tName)OutputObjectState(Uid newUid, String tName, byte[] buffer) -
Uses of Uid in com.arjuna.ats.arjuna.tools.log
Methods in com.arjuna.ats.arjuna.tools.log with parameters of type Uid Modifier and Type Method Description com.arjuna.ats.internal.arjuna.tools.log.EditableTransactionTransactionTypeManager. getTransaction(String type, Uid u)com.arjuna.ats.internal.arjuna.tools.log.EditableTransactionTransactionTypeManager.TransactionTypeMap. getTransaction(Uid u) -
Uses of Uid in com.arjuna.ats.arjuna.tools.osb.api.mbeans
Methods in com.arjuna.ats.arjuna.tools.osb.api.mbeans that return Uid Modifier and Type Method Description UidObjectStateWrapper. getNewUid()Methods in com.arjuna.ats.arjuna.tools.osb.api.mbeans with parameters of type Uid Modifier and Type Method Description booleanParticipantStoreBean. commit_state(Uid u, String tn)booleanParticipantStoreBeanMBean. commit_state(Uid u, String tn)intRecoveryStoreBean. currentState(Uid u, String tn)intRecoveryStoreBeanMBean. currentState(Uid u, String tn)booleanRecoveryStoreBean. hide_state(Uid u, String tn)booleanRecoveryStoreBeanMBean. hide_state(Uid u, String tn)booleanRecoveryStoreBean. isType(Uid u, String tn, int st)booleanRecoveryStoreBeanMBean. isType(Uid u, String tn, int st)ObjectStateWrapperParticipantStoreBean. read_committed(Uid u, String tn)ObjectStateWrapperParticipantStoreBeanMBean. read_committed(Uid u, String tn)ObjectStateWrapperRecoveryStoreBean. read_committed(Uid u, String tn)ObjectStateWrapperRecoveryStoreBeanMBean. read_committed(Uid u, String tn)ObjectStateWrapperParticipantStoreBean. read_uncommitted(Uid u, String tn)ObjectStateWrapperParticipantStoreBeanMBean. read_uncommitted(Uid u, String tn)booleanTxLogBean. remove_committed(Uid u, String tn)booleanTxLogBeanMBean. remove_committed(Uid u, String tn)booleanParticipantStoreBean. remove_uncommitted(Uid u, String tn)booleanParticipantStoreBeanMBean. remove_uncommitted(Uid u, String tn)booleanRecoveryStoreBean. reveal_state(Uid u, String tn)booleanRecoveryStoreBeanMBean. reveal_state(Uid u, String tn)booleanTxLogBean. write_committed(Uid u, String tn, OutputObjectStateWrapper buff)booleanTxLogBeanMBean. write_committed(Uid u, String tn, OutputObjectStateWrapper buff)booleanParticipantStoreBean. write_uncommitted(Uid u, String tn, OutputObjectStateWrapper buff)booleanParticipantStoreBeanMBean. write_uncommitted(Uid u, String tn, OutputObjectStateWrapper buff) -
Uses of Uid in com.arjuna.ats.arjuna.tools.osb.api.proxy
Methods in com.arjuna.ats.arjuna.tools.osb.api.proxy with parameters of type Uid Modifier and Type Method Description booleanParticipantStoreProxy. commit_state(Uid u, String tn)intRecoveryStoreProxy. currentState(Uid u, String tn)booleanRecoveryStoreProxy. hide_state(Uid u, String tn)booleanRecoveryStoreProxy. isType(Uid u, String tn, int st)InputObjectStateParticipantStoreProxy. read_committed(Uid u, String tn)InputObjectStateRecoveryStoreProxy. read_committed(Uid u, String tn)InputObjectStateParticipantStoreProxy. read_uncommitted(Uid u, String tn)booleanTxLogProxy. remove_committed(Uid u, String tn)booleanParticipantStoreProxy. remove_uncommitted(Uid u, String tn)booleanRecoveryStoreProxy. reveal_state(Uid u, String tn)booleanTxLogProxy. write_committed(Uid u, String tn, OutputObjectState buff)booleanParticipantStoreProxy. write_uncommitted(Uid u, String tn, OutputObjectState buff) -
Uses of Uid in com.arjuna.ats.arjuna.tools.osb.mbean
Methods in com.arjuna.ats.arjuna.tools.osb.mbean that return Uid Modifier and Type Method Description UidActionBean.GenericAtomicActionWrapper. get_uid()UidActionBeanWrapperInterface. get_uid()Deprecated.UidHeaderState. getProcessUid()Deprecated.UidHeaderState. getTxUid()Deprecated.UidActionBean.GenericAtomicActionWrapper. getUid(AbstractRecord rec)UidActionBean. getUid(AbstractRecord rec)Deprecated.return the Uid for given AbstractRecordUidActionBeanWrapperInterface. getUid(AbstractRecord rec)Deprecated.UidOSEntryBean. getUid()Deprecated.UidOSEntryBean. getUid(AbstractRecord rec)Deprecated.UidUidWrapper. getUid()Deprecated.Methods in com.arjuna.ats.arjuna.tools.osb.mbean with parameters of type Uid Modifier and Type Method Description UidWrapperObjStoreBrowser. findUid(Uid uid)Deprecated.See if the given uid has previously been registered as an MBeanConstructors in com.arjuna.ats.arjuna.tools.osb.mbean with parameters of type Uid Constructor Description HeaderState(String state, Uid txUid, Uid processUid, long birthDate)Deprecated.LogRecordWrapper(Uid uid)Deprecated.StateManagerWrapper(RecoveryStore os, Uid uid, String type)Deprecated.UidWrapper(Uid uid)Deprecated.UidWrapper(ObjStoreBrowser browser, String beantype, String ostype, String className, Uid uid)Deprecated.UidWrapper(ObjStoreBrowser browser, String beantype, String ostype, String className, Uid uid, boolean allowRegistration)Deprecated. -
Uses of Uid in com.arjuna.ats.arjuna.utils
Methods in com.arjuna.ats.arjuna.utils that return Uid Modifier and Type Method Description static UidUtility. getProcessUid() -
Uses of Uid in com.arjuna.ats.jta.logging
Methods in com.arjuna.ats.jta.logging with parameters of type Uid Modifier and Type Method Description StringjtaI18NLogger. get_error_imported_transaction_base_id_is_null(Uid uid, jakarta.transaction.Transaction txn)StringjtaI18NLogger. get_transaction_arjunacore_inactive(Uid arg0)voidjtaI18NLogger. info_recovery_recoverydelayed(Uid arg0, String arg1)voidjtaI18NLogger. warn_cant_create_xid_of_branch(Uid id, Boolean branch, Integer eisName, Exception e)voidjtaI18NLogger. warn_could_not_recover_subordinate(Uid uid, Exception e)voidjtaI18NLogger. warn_recovery_recoveryfailed(Uid arg0, String arg1) -
Uses of Uid in com.arjuna.ats.jta.recovery
Methods in com.arjuna.ats.jta.recovery that return Uid Modifier and Type Method Description UidXARecoveryResource. get_uid()Methods in com.arjuna.ats.jta.recovery with parameters of type Uid Modifier and Type Method Description XARecoveryResourceXARecoveryResourceManager. getResource(Uid uid)XARecoveryResourceXARecoveryResourceManager. getResource(Uid uid, XAResource res) -
Uses of Uid in com.arjuna.ats.jta.transaction
Methods in com.arjuna.ats.jta.transaction that return Uid Modifier and Type Method Description UidTransaction. get_uid()Methods in com.arjuna.ats.jta.transaction that return types with arguments of type Uid Modifier and Type Method Description Map<Uid,String>Transaction. getSynchronizations() -
Uses of Uid in com.arjuna.ats.jta.xa
Methods in com.arjuna.ats.jta.xa that return Uid Modifier and Type Method Description static UidXATxConverter. getBranchUid(com.arjuna.ats.internal.jta.xa.XID xid)UidXidImple. getTransactionUid()static UidXATxConverter. getUid(com.arjuna.ats.internal.jta.xa.XID xid)Methods in com.arjuna.ats.jta.xa with parameters of type Uid Modifier and Type Method Description static XidXATxConverter. getXid(Uid uid, boolean branch, int formatId)static voidXATxConverter. setBranchUID(com.arjuna.ats.internal.jta.xa.XID xid, Uid uid)Constructors in com.arjuna.ats.jta.xa with parameters of type Uid Constructor Description XidImple(Uid id)XidImple(Uid id, boolean branch, Integer eisName) -
Uses of Uid in com.arjuna.ats.txoj
Methods in com.arjuna.ats.txoj that return Uid Modifier and Type Method Description UidLock. getCurrentOwner()Methods in com.arjuna.ats.txoj with parameters of type Uid Modifier and Type Method Description protected booleanLockManager. doRelease(Uid u, boolean all)booleanLockManager. propagate(Uid from, Uid to)Change lock ownership as nested action commits.booleanLockManager. releaseAll(Uid actionUid)Clear out all locks for a given action.booleanLockManager. releaselock(Uid lockUid)Release a SINGLE LOCK lock that has the given uid.Constructors in com.arjuna.ats.txoj with parameters of type Uid Constructor Description Lock(Uid storeUid)This is used when re-initialising a Lock after retrieval from the object store.LockManager(Uid storeUid)LockManager(Uid storeUid, int ot)LockManager(Uid storeUid, int ot, int om) -
Uses of Uid in com.arjuna.ats.txoj.lockstore
Methods in com.arjuna.ats.txoj.lockstore with parameters of type Uid Modifier and Type Method Description abstract InputObjectStateLockStore. read_state(Uid u, String tName)abstract booleanLockStore. remove_state(Uid u, String tname)Remove the state from the lock store.abstract booleanLockStore. write_committed(Uid u, String tName, OutputObjectState state)Write the state to the lock store. -
Uses of Uid in com.arjuna.ats.txoj.logging
Methods in com.arjuna.ats.txoj.logging with parameters of type Uid Modifier and Type Method Description voidtxojI18NLogger. warn_LockManager_10(Uid arg0, String arg1)voidtxojI18NLogger. warn_LockManager_12(Uid arg0, String arg1)voidtxojI18NLogger. warn_LockManager_13(Uid arg0, String arg1)voidtxojI18NLogger. warn_LockRecord_2(Uid arg0)voidtxojI18NLogger. warn_LockRecord_5(Uid arg0)voidtxojI18NLogger. warn_LockRecord_7(String arg0, Uid arg1)voidtxojI18NLogger. warn_recovery_RecoveredTransactionalObject_10(Uid arg0, Throwable arg1)voidtxojI18NLogger. warn_recovery_RecoveredTransactionalObject_9(Uid arg0, Throwable arg1)
-