|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Uid in com.arjuna.ats.arjuna |
---|
Fields in com.arjuna.ats.arjuna declared as Uid | |
---|---|
protected Uid |
StateManager.objectUid
|
Methods in com.arjuna.ats.arjuna that return Uid | |
---|---|
Uid |
StateManager.get_uid()
|
Constructors in com.arjuna.ats.arjuna with parameters of type Uid | |
---|---|
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 | |
---|---|
static Uid |
Uid.lastResourceUid()
Return a last resource Uid (0:0:0:0:1) |
static Uid |
Uid.maxUid()
Return the maximum Uid (7fffffff:7fffffff:7fffffff:7fffffff:7fffffff) |
static Uid |
Uid.minUid()
Return the minimum Uid (-80000000:-80000000:-80000000:-80000000:-80000000) |
static Uid |
Uid.nullUid()
Return a null Uid (0:0:0:0:0) |
Methods in com.arjuna.ats.arjuna.common with parameters of type Uid | |
---|---|
boolean |
Uid.equals(Uid u)
|
boolean |
Uid.greaterThan(Uid u)
|
boolean |
Uid.lessThan(Uid u)
|
boolean |
Uid.notEquals(Uid u)
|
Constructors in com.arjuna.ats.arjuna.common with parameters of type Uid | |
---|---|
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 | |
---|---|
Uid |
SynchronizationRecord.get_uid()
|
Uid |
Reapable.get_uid()
|
Uid |
HeuristicNotification.get_uid()
|
Uid |
ActionHierarchy.getActionUid(int typeIndex)
|
Uid |
ActionHierarchy.getDeepestActionUid()
Returns the transaction id of the most deeply nested transaction. |
Uid |
BasicAction.getSavingUid()
|
Uid |
AbstractRecord.order()
Return the Uid of this abstract record so that it can be ordered in the intentions list. |
Uid |
BasicAction.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 | |
---|---|
Map<Uid,String> |
TwoPhaseCoordinator.getSynchronizations()
|
Methods in com.arjuna.ats.arjuna.coordinator with parameters of type Uid | |
---|---|
boolean |
ActionHierarchy.add(Uid actionId)
Insert new entry growing table as needed. |
boolean |
ActionHierarchy.add(Uid actionId,
int at)
Add the transaction id at the specified level. |
void |
CheckedAction.check(boolean isCommit,
Uid actUid,
Hashtable list)
Called during transaction termination if more than one thread is associated with the transaction. |
BasicAction |
ActionManager.get(Uid id)
|
CheckedAction |
CheckedActionFactory.getCheckedAction(Uid txId,
String actionType)
Return a CheckedAction instance for a transaction. |
long |
ActionManager.getTimeAdded(Uid id)
|
boolean |
BasicAction.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. |
boolean |
ActionHierarchy.isAncestor(Uid target)
Scan hierarchy looking for a particular Uid starting at deepest and going up. |
void |
ActionManager.remove(Uid id)
|
Constructors in com.arjuna.ats.arjuna.coordinator with parameters of type Uid | |
---|---|
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 | |
---|---|
void |
ReaperMonitor.markedRollbackOnly(Uid txId)
The indicated transaction has been marked as rollback-only by the reaper. |
void |
ReaperMonitor.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 | |
---|---|
Uid |
ObjectStoreIterator.iterate()
return the Uids from the list one at a time. |
Methods in com.arjuna.ats.arjuna.objectstore with parameters of type Uid | |
---|---|
boolean |
ParticipantStore.commit_state(Uid u,
String tn)
Commit the object's state in the object store. |
int |
RecoveryStore.currentState(Uid u,
String tn)
|
boolean |
RecoveryStore.hide_state(Uid u,
String tn)
Hide the object's state in the object store. |
void |
ObjectStore.initialise(Uid u,
String tn)
Initialise the object store. |
boolean |
RecoveryStore.isType(Uid u,
String tn,
int st)
Is the current state of the object the same as that provided as the last parameter? |
boolean |
ObjectStore.isType(Uid u,
String tn,
int st)
Is the current state of the object the same as that provided as the last parameter? |
InputObjectState |
RecoveryStore.read_committed(Uid u,
String tn)
Read the object's committed state. |
InputObjectState |
ParticipantStore.read_committed(Uid u,
String tn)
Read the object's committed state. |
InputObjectState |
ParticipantStore.read_uncommitted(Uid u,
String tn)
Read the object's shadowed state. |
boolean |
TxLog.remove_committed(Uid u,
String tn)
Remove the object's committed state. |
boolean |
ParticipantStore.remove_uncommitted(Uid u,
String tn)
Remove the object's uncommitted state. |
boolean |
RecoveryStore.reveal_state(Uid u,
String tn)
Reveal a hidden object's state. |
boolean |
TxLog.write_committed(Uid u,
String tn,
OutputObjectState buff)
Write a new copy of the object's committed state. |
boolean |
ParticipantStore.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 | |
---|---|
int |
TransactionStatusConnectionManager.getTransactionStatus(String transactionType,
Uid tranUid)
Obtain the transaction status for the specified transaction type and transaction. |
int |
TransactionStatusConnectionManager.getTransactionStatus(Uid tranUid)
Obtain the transaction status for the specified transaction. |
Constructors in com.arjuna.ats.arjuna.recovery with parameters of type Uid | |
---|---|
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 | |
---|---|
Uid |
OutputObjectState.stateUid()
|
Uid |
InputObjectState.stateUid()
|
Constructors in com.arjuna.ats.arjuna.state with parameters of type Uid | |
---|---|
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 | |
---|---|
com.arjuna.ats.internal.arjuna.tools.log.EditableTransaction |
TransactionTypeManager.getTransaction(String type,
Uid u)
|
com.arjuna.ats.internal.arjuna.tools.log.EditableTransaction |
TransactionTypeManager.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 | |
---|---|
Uid |
ObjectStateWrapper.getNewUid()
|
Methods in com.arjuna.ats.arjuna.tools.osb.api.mbeans with parameters of type Uid | |
---|---|
boolean |
ParticipantStoreBeanMBean.commit_state(Uid u,
String tn)
|
boolean |
ParticipantStoreBean.commit_state(Uid u,
String tn)
|
int |
RecoveryStoreBeanMBean.currentState(Uid u,
String tn)
|
int |
RecoveryStoreBean.currentState(Uid u,
String tn)
|
boolean |
RecoveryStoreBeanMBean.hide_state(Uid u,
String tn)
|
boolean |
RecoveryStoreBean.hide_state(Uid u,
String tn)
|
boolean |
RecoveryStoreBeanMBean.isType(Uid u,
String tn,
int st)
|
boolean |
RecoveryStoreBean.isType(Uid u,
String tn,
int st)
|
ObjectStateWrapper |
RecoveryStoreBeanMBean.read_committed(Uid u,
String tn)
|
ObjectStateWrapper |
RecoveryStoreBean.read_committed(Uid u,
String tn)
|
ObjectStateWrapper |
ParticipantStoreBeanMBean.read_committed(Uid u,
String tn)
|
ObjectStateWrapper |
ParticipantStoreBean.read_committed(Uid u,
String tn)
|
ObjectStateWrapper |
ParticipantStoreBeanMBean.read_uncommitted(Uid u,
String tn)
|
ObjectStateWrapper |
ParticipantStoreBean.read_uncommitted(Uid u,
String tn)
|
boolean |
TxLogBeanMBean.remove_committed(Uid u,
String tn)
|
boolean |
TxLogBean.remove_committed(Uid u,
String tn)
|
boolean |
ParticipantStoreBeanMBean.remove_uncommitted(Uid u,
String tn)
|
boolean |
ParticipantStoreBean.remove_uncommitted(Uid u,
String tn)
|
boolean |
RecoveryStoreBeanMBean.reveal_state(Uid u,
String tn)
|
boolean |
RecoveryStoreBean.reveal_state(Uid u,
String tn)
|
boolean |
TxLogBeanMBean.write_committed(Uid u,
String tn,
OutputObjectStateWrapper buff)
|
boolean |
TxLogBean.write_committed(Uid u,
String tn,
OutputObjectStateWrapper buff)
|
boolean |
ParticipantStoreBeanMBean.write_uncommitted(Uid u,
String tn,
OutputObjectStateWrapper buff)
|
boolean |
ParticipantStoreBean.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 | |
---|---|
boolean |
ParticipantStoreProxy.commit_state(Uid u,
String tn)
|
int |
RecoveryStoreProxy.currentState(Uid u,
String tn)
|
boolean |
RecoveryStoreProxy.hide_state(Uid u,
String tn)
|
boolean |
RecoveryStoreProxy.isType(Uid u,
String tn,
int st)
|
InputObjectState |
RecoveryStoreProxy.read_committed(Uid u,
String tn)
|
InputObjectState |
ParticipantStoreProxy.read_committed(Uid u,
String tn)
|
InputObjectState |
ParticipantStoreProxy.read_uncommitted(Uid u,
String tn)
|
boolean |
TxLogProxy.remove_committed(Uid u,
String tn)
|
boolean |
ParticipantStoreProxy.remove_uncommitted(Uid u,
String tn)
|
boolean |
RecoveryStoreProxy.reveal_state(Uid u,
String tn)
|
boolean |
TxLogProxy.write_committed(Uid u,
String tn,
OutputObjectState buff)
|
boolean |
ParticipantStoreProxy.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 | |
---|---|
Uid |
ActionBeanWrapperInterface.get_uid()
|
Uid |
ActionBean.GenericAtomicActionWrapper.get_uid()
|
Uid |
UidWrapper.getUid()
|
Uid |
OSEntryBean.getUid()
|
Uid |
OSEntryBean.getUid(AbstractRecord rec)
|
Uid |
ActionBeanWrapperInterface.getUid(AbstractRecord rec)
|
Uid |
ActionBean.getUid(AbstractRecord rec)
return the Uid for given AbstractRecord |
Uid |
ActionBean.GenericAtomicActionWrapper.getUid(AbstractRecord rec)
|
Methods in com.arjuna.ats.arjuna.tools.osb.mbean with parameters of type Uid | |
---|---|
UidWrapper |
ObjStoreBrowser.findUid(Uid uid)
See if the given uid has previously been registered as an MBean |
Constructors in com.arjuna.ats.arjuna.tools.osb.mbean with parameters of type Uid | |
---|---|
LogRecordWrapper(Uid uid)
|
|
StateManagerWrapper(RecoveryStore os,
Uid uid,
String type)
|
|
UidWrapper(ObjStoreBrowser browser,
String beantype,
String ostype,
String className,
Uid uid)
|
|
UidWrapper(Uid uid)
|
Uses of Uid in com.arjuna.ats.arjuna.utils |
---|
Methods in com.arjuna.ats.arjuna.utils that return Uid | |
---|---|
static Uid |
Utility.getProcessUid()
|
Uses of Uid in com.arjuna.ats.jta.logging |
---|
Methods in com.arjuna.ats.jta.logging with parameters of type Uid | |
---|---|
void |
jtaI18NLogger.info_recovery_recoverydelayed(Uid arg0,
String arg1)
|
void |
jtaI18NLogger.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 | |
---|---|
Uid |
XARecoveryResource.get_uid()
|
Methods in com.arjuna.ats.jta.recovery with parameters of type Uid | |
---|---|
XARecoveryResource |
XARecoveryResourceManager.getResource(Uid uid)
|
XARecoveryResource |
XARecoveryResourceManager.getResource(Uid uid,
XAResource res)
|
Uses of Uid in com.arjuna.ats.jta.transaction |
---|
Methods in com.arjuna.ats.jta.transaction that return Uid | |
---|---|
Uid |
Transaction.get_uid()
|
Methods in com.arjuna.ats.jta.transaction that return types with arguments of type Uid | |
---|---|
Map<Uid,String> |
Transaction.getSynchronizations()
|
Uses of Uid in com.arjuna.ats.jta.xa |
---|
Methods in com.arjuna.ats.jta.xa that return Uid | |
---|---|
static Uid |
XATxConverter.getBranchUid(com.arjuna.ats.internal.jta.xa.XID xid)
|
Uid |
XidImple.getTransactionUid()
|
static Uid |
XATxConverter.getUid(com.arjuna.ats.internal.jta.xa.XID xid)
|
Methods in com.arjuna.ats.jta.xa with parameters of type Uid | |
---|---|
static Xid |
XATxConverter.getXid(Uid uid,
boolean branch,
int formatId)
|
static void |
XATxConverter.setBranchUID(com.arjuna.ats.internal.jta.xa.XID xid,
Uid uid)
|
Constructors in com.arjuna.ats.jta.xa with parameters of type Uid | |
---|---|
XidImple(Uid id)
Deprecated. This is only used by test code |
|
XidImple(Uid id,
boolean branch,
Integer eisName)
|
Uses of Uid in com.arjuna.ats.txoj |
---|
Methods in com.arjuna.ats.txoj that return Uid | |
---|---|
Uid |
Lock.getCurrentOwner()
|
Methods in com.arjuna.ats.txoj with parameters of type Uid | |
---|---|
protected boolean |
LockManager.doRelease(Uid u,
boolean all)
|
boolean |
LockManager.propagate(Uid from,
Uid to)
Change lock ownership as nested action commits. |
boolean |
LockManager.releaseAll(Uid actionUid)
Clear out all locks for a given action. |
boolean |
LockManager.releaselock(Uid lockUid)
Release a SINGLE LOCK lock that has the given uid. |
Constructors in com.arjuna.ats.txoj with parameters of type Uid | |
---|---|
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 | |
---|---|
abstract InputObjectState |
LockStore.read_state(Uid u,
String tName)
|
abstract boolean |
LockStore.remove_state(Uid u,
String tname)
Remove the state from the lock store. |
abstract boolean |
LockStore.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 | |
---|---|
void |
txojI18NLogger.warn_LockManager_10(Uid arg0,
String arg1)
|
void |
txojI18NLogger.warn_LockManager_12(Uid arg0,
String arg1)
|
void |
txojI18NLogger.warn_LockManager_13(Uid arg0,
String arg1)
|
void |
txojI18NLogger.warn_LockRecord_2(Uid arg0)
|
void |
txojI18NLogger.warn_LockRecord_5(Uid arg0)
|
void |
txojI18NLogger.warn_LockRecord_7(String arg0,
Uid arg1)
|
void |
txojI18NLogger.warn_recovery_RecoveredTransactionalObject_10(Uid arg0,
Throwable arg1)
|
void |
txojI18NLogger.warn_recovery_RecoveredTransactionalObject_9(Uid arg0,
Throwable arg1)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |