A B C D E F G H I J L M N O P Q R S T U V W X _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abort() - Method in class com.arjuna.ats.arjuna.AtomicAction
-
Abort (rollback) the transaction.
- Abort() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
This is the user callable abort operation.
- Abort(boolean) - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
This is the user callable abort operation.
- ABORT_ONLY - Static variable in class com.arjuna.ats.arjuna.coordinator.ActionStatus
- ABORTED - Static variable in class com.arjuna.ats.arjuna.coordinator.ActionStatus
- ABORTING - Static variable in class com.arjuna.ats.arjuna.coordinator.ActionStatus
- abortStatus() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
- ABSTAIN - com.arjuna.ats.jta.recovery.XAResourceOrphanFilter.Vote
- AbstractPropertiesFactory - Class in com.arjuna.common.util.propertyservice
-
This class loads properties according to the file location, substitution and override rules described in the docs.
- AbstractPropertiesFactory() - Constructor for class com.arjuna.common.util.propertyservice.AbstractPropertiesFactory
- AbstractRecord - Class in com.arjuna.ats.arjuna.coordinator
-
Abstract Record Class This class provides an abstract template that defines the interface that the atomic action system uses to notify objects that various state transitions have occurred as the 2PC protocol executes.
- AbstractRecord() - Constructor for class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Creates a 'blank' abstract record.
- AbstractRecord(Uid) - Constructor for class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Create a new instance with the specified paramaters.
- AbstractRecord(Uid, String, int) - Constructor for class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Create a new instance with the specified parameters.
- accept(XAResource) - Method in interface org.jboss.narayana.jta.jms.XAResourceConsumer
- acceptsURL(String) - Method in class com.arjuna.ats.jdbc.TransactionalDriver
- acknowledge() - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- ActionBean - Class in com.arjuna.ats.arjuna.tools.osb.mbean
-
Deprecated.as of 5.0.5.Final In a subsequent release we will change packages names in order to provide a better separation between public and internal classes.
- ActionBean(UidWrapper) - Constructor for class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean
-
Deprecated.
- ActionBean.GenericAtomicActionWrapper - Class in com.arjuna.ats.arjuna.tools.osb.mbean
-
Deprecated.The ActionBean needs access to the participant lists maintained by an AtomicAction but these lists are protected.
- ActionBeanMBean - Interface in com.arjuna.ats.arjuna.tools.osb.mbean
-
Deprecated.as of 5.0.5.Final In a subsequent release we will change packages names in order to provide a better separation between public and internal classes.
- ActionBeanWrapperInterface - Interface in com.arjuna.ats.arjuna.tools.osb.mbean
-
Deprecated.as of 5.0.5.Final In a subsequent release we will change packages names in order to provide a better separation between public and internal classes.
- ActionHierarchy - Class in com.arjuna.ats.arjuna.coordinator
-
Class that represents the transaction hierarchy.
- ActionHierarchy(int) - Constructor for class com.arjuna.ats.arjuna.coordinator.ActionHierarchy
-
Create a new (blank) hierarchy with sufficient space for the specified number of transactions.
- ActionHierarchy(ActionHierarchy) - Constructor for class com.arjuna.ats.arjuna.coordinator.ActionHierarchy
-
Create a new copy of the specified transaction hierarchy.
- ActionManager - Class in com.arjuna.ats.arjuna.coordinator
- ActionStatus - Class in com.arjuna.ats.arjuna.coordinator
-
The various state changes that a transaction can go through.
- ActionStatus() - Constructor for class com.arjuna.ats.arjuna.coordinator.ActionStatus
- ActionStatusService - Class in com.arjuna.ats.arjuna.recovery
- ActionStatusService() - Constructor for class com.arjuna.ats.arjuna.recovery.ActionStatusService
-
Get a reference to the Transaction Store.
- ActionType - Class in com.arjuna.ats.arjuna.coordinator
-
The two types of transactions, nested, and top-level.
- ActionType() - Constructor for class com.arjuna.ats.arjuna.coordinator.ActionType
- activate() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
Overloaded version of activate -- sets up the store, performs read_state followed by restore_state.
- activate() - Method in class com.arjuna.ats.arjuna.StateManager
-
This operation activates an object.
- activate() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean.GenericAtomicActionWrapper
-
Deprecated.
- activate() - Method in interface com.arjuna.ats.arjuna.tools.osb.mbean.ActionBeanWrapperInterface
-
Deprecated.
- activate() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
Deprecated.
- activate() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBean
-
Deprecated.
- activate(String) - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
Overloaded version of activate -- sets up the store, performs read_state followed by restore_state.
- activate(String) - Method in class com.arjuna.ats.arjuna.StateManager
-
This operation activates an object.
- activated - Variable in class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
Deprecated.
- ACTIVATION - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- ACTIVE - Static variable in class com.arjuna.ats.arjuna.ObjectStatus
- ACTIVE_NEW - Static variable in class com.arjuna.ats.arjuna.ObjectStatus
- activeThreads() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
- add(Uid) - Method in class com.arjuna.ats.arjuna.coordinator.ActionHierarchy
-
Insert new entry growing table as needed.
- add(Uid, int) - Method in class com.arjuna.ats.arjuna.coordinator.ActionHierarchy
-
Add the transaction id at the specified level.
- add(AbstractRecord) - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
Add a record to the atomic action.
- add(RecordTypeMap) - Method in class com.arjuna.ats.arjuna.coordinator.abstractrecord.RecordTypeManager
- addChildAction(BasicAction) - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
Add a new child action to the atomic action.
- addChildThread() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
Add the current thread to the list of threads associated with this transaction.
- addChildThread(Thread) - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
Add the specified thread to the list of threads associated with this transaction.
- addListener(ReaperMonitor) - Method in class com.arjuna.ats.arjuna.coordinator.TransactionReaper
- addModule(RecoveryModule) - Method in class com.arjuna.ats.arjuna.recovery.RecoveryManager
-
Add a recovery module to the system.
- AddOutcome - Class in com.arjuna.ats.arjuna.coordinator
-
The possible outcomes when trying to add an AbstractRecord as a participant within a transaction.
- AddOutcome() - Constructor for class com.arjuna.ats.arjuna.coordinator.AddOutcome
- addRecord(AbstractRecord) - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
Add the specified abstract record to the transaction.
- addSynchronization(SynchronizationRecord) - Method in class com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator
- addThread() - Method in class com.arjuna.ats.arjuna.AtomicAction
-
Register the current thread with the transaction.
- addThread(Thread) - Method in class com.arjuna.ats.arjuna.AtomicAction
-
Register the specified thread with the transaction.
- addTransaction(TransactionTypeManager.TransactionTypeMap) - Method in class com.arjuna.ats.arjuna.tools.log.TransactionTypeManager
- addType(String, String, String) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ObjStoreBrowser
-
Deprecated.Add the type to be considered by object browser.
- afterBeanDiscovery(AfterBeanDiscovery, BeanManager) - Method in class com.arjuna.ats.jta.cdi.TransactionExtension
- afterCompletion(int) - Method in class com.arjuna.ats.arjuna.coordinator.HeuristicNotification
- afterCompletion(int) - Method in interface com.arjuna.ats.arjuna.coordinator.SynchronizationRecord
- afterCompletion(int) - Method in class com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator
-
Drive afterCompletion participants.
- afterCompletion(int) - Method in class com.arjuna.ats.jta.cdi.TransactionScopeCleanup
- afterCompletion(int) - Method in class org.jboss.narayana.jta.jms.ConnectionClosingSynchronization
-
Close the connection no matter what the status of the transaction is.
- afterCompletion(int) - Method in class org.jboss.narayana.jta.jms.SessionClosingSynchronization
-
Close the session no matter what the status of the transaction is.
- afterCompletion(int, boolean) - Method in class com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator
-
Drive afterCompletion participants.
- AJT_RECORD_TYPE - Static variable in class com.arjuna.ats.arjuna.tools.osb.util.JMXServer
-
Deprecated.
- AJT_WRAPPER_TYPE - Static variable in class com.arjuna.ats.arjuna.tools.osb.util.JMXServer
-
Deprecated.
- AJT_XAREC_TYPE - Static variable in class com.arjuna.ats.arjuna.tools.osb.util.JMXServer
-
Deprecated.
- ALIGNMENT - Static variable in class com.arjuna.ats.arjuna.state.OutputBuffer
- allObjUids(String) - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.RecoveryStoreBean
- allObjUids(String) - Method in interface com.arjuna.ats.arjuna.tools.osb.api.mbeans.RecoveryStoreBeanMBean
- allObjUids(String, int) - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.RecoveryStoreBean
- allObjUids(String, int) - Method in interface com.arjuna.ats.arjuna.tools.osb.api.mbeans.RecoveryStoreBeanMBean
- allObjUids(String, InputObjectState) - Method in class com.arjuna.ats.arjuna.objectstore.ObjectStore
- allObjUids(String, InputObjectState) - Method in interface com.arjuna.ats.arjuna.objectstore.RecoveryStore
-
Obtain all of the Uids for a specified type, regardless of their state.
- allObjUids(String, InputObjectState) - Method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.RecoveryStoreProxy
- allObjUids(String, InputObjectState, int) - Method in interface com.arjuna.ats.arjuna.objectstore.RecoveryStore
-
Obtain all of the Uids for a specified type.
- allObjUids(String, InputObjectState, int) - Method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.RecoveryStoreProxy
- allTypes() - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.RecoveryStoreBean
- allTypes() - Method in interface com.arjuna.ats.arjuna.tools.osb.api.mbeans.RecoveryStoreBeanMBean
- allTypes(InputObjectState) - Method in interface com.arjuna.ats.arjuna.objectstore.RecoveryStore
-
Obtain all types of objects stored in the object store.
- allTypes(InputObjectState) - Method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.RecoveryStoreProxy
- alter(AbstractRecord) - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Alter the current record with the one presented.
- ANDPERSISTENT - Static variable in class com.arjuna.ats.arjuna.ObjectType
- apply(XAResource) - Method in interface org.jboss.narayana.jta.jms.XAResourceFunction
- AR_ADDED - Static variable in class com.arjuna.ats.arjuna.coordinator.AddOutcome
- AR_DUPLICATE - Static variable in class com.arjuna.ats.arjuna.coordinator.AddOutcome
- AR_REJECTED - Static variable in class com.arjuna.ats.arjuna.coordinator.AddOutcome
- arjPropertyManager - Class in com.arjuna.ats.arjuna.common
-
Property manager wrapper for the Arjuna module.
- arjPropertyManager() - Constructor for class com.arjuna.ats.arjuna.common.arjPropertyManager
- arjunaDriver - Static variable in class com.arjuna.ats.jdbc.TransactionalDriver
- arjunaI18NLogger - Interface in com.arjuna.ats.arjuna.logging
-
i18n log messages for the arjuna module.
- async_prepare(boolean) - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
- ASYNC_SCAN - Static variable in class com.arjuna.ats.arjuna.recovery.RecoveryDriver
- asyncAfterCompletion(int, boolean) - Method in class com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator
- AsyncAfterSynchronization - Class in com.arjuna.ats.arjuna.coordinator
- AsyncAfterSynchronization(TwoPhaseCoordinator, SynchronizationRecord, int) - Constructor for class com.arjuna.ats.arjuna.coordinator.AsyncAfterSynchronization
- AsyncBeforeSynchronization - Class in com.arjuna.ats.arjuna.coordinator
- AsyncBeforeSynchronization(TwoPhaseCoordinator, SynchronizationRecord) - Constructor for class com.arjuna.ats.arjuna.coordinator.AsyncBeforeSynchronization
- asynchronousScan() - Method in class com.arjuna.ats.arjuna.recovery.RecoveryDriver
- asynchronousVerboseScan() - Method in class com.arjuna.ats.arjuna.recovery.RecoveryDriver
- AtomicAction - Class in com.arjuna.ats.arjuna
-
This is a user-level transaction class, unlike BasicAction.
- AtomicAction() - Constructor for class com.arjuna.ats.arjuna.AtomicAction
-
Create a new transaction.
- AtomicAction(int) - Constructor for class com.arjuna.ats.arjuna.AtomicAction
-
Create a new transaction of the specified type.
- AtomicAction(Uid) - Constructor for class com.arjuna.ats.arjuna.AtomicAction
-
AtomicAction constructor with a Uid.
- AUTO_RECOVERY - Static variable in interface com.arjuna.ats.jta.xa.RecoverableXAConnection
B
- BACKLOG - Static variable in class com.arjuna.ats.arjuna.utils.Utility
-
The maximum queue length for incoming connection indications (a request to connect)
- BaseStore - Interface in com.arjuna.ats.arjuna.objectstore
-
The BasicStore provides core methods that all implementations MUST provide.
- BaseStoreBean - Class in com.arjuna.ats.arjuna.tools.osb.api.mbeans
-
abstract MBean implementation of a BaseStore MBean
- BaseStoreBean(BaseStore) - Constructor for class com.arjuna.ats.arjuna.tools.osb.api.mbeans.BaseStoreBean
- BaseStoreMBean - Interface in com.arjuna.ats.arjuna.tools.osb.api.mbeans
- BasicAction - Class in com.arjuna.ats.arjuna.coordinator
-
BasicAction does most of the work of an atomic action, but does not manage thread scoping.
- BasicAction() - Constructor for class com.arjuna.ats.arjuna.coordinator.BasicAction
- BasicAction(int) - Constructor for class com.arjuna.ats.arjuna.coordinator.BasicAction
-
Create a transaction of the specified type.
- BasicAction(Uid) - Constructor for class com.arjuna.ats.arjuna.coordinator.BasicAction
-
BasicAction constructor with a Uid.
- BasicAction(Uid, int) - Constructor for class com.arjuna.ats.arjuna.coordinator.BasicAction
-
Recreate the specified transaction.
- beforeCompletion() - Method in class com.arjuna.ats.arjuna.coordinator.HeuristicNotification
- beforeCompletion() - Method in interface com.arjuna.ats.arjuna.coordinator.SynchronizationRecord
- beforeCompletion() - Method in class com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator
-
Drive beforeCompletion participants.
- beforeCompletion() - Method in class com.arjuna.ats.jta.cdi.TransactionScopeCleanup
- beforeCompletion() - Method in class org.jboss.narayana.jta.jms.ConnectionClosingSynchronization
- beforeCompletion() - Method in class org.jboss.narayana.jta.jms.SessionClosingSynchronization
- begin() - Method in class com.arjuna.ats.arjuna.AtomicAction
-
Start the transaction running.
- begin() - Method in class com.arjuna.ats.jta.cdi.DelegatingTransactionManager
-
Creates a new transaction and associates it with the current thread.
- begin(int) - Method in class com.arjuna.ats.arjuna.AtomicAction
-
Start the transaction running.
- Begin(BasicAction) - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
Atomic action Begin operation.
- bind() - Method in class com.arjuna.ats.jta.utils.JNDIReferenceBindingBean
- bind(InitialContext) - Method in class com.arjuna.ats.jta.utils.JNDIReferenceBindingBean
- bindJTAImplementation() - Static method in class com.arjuna.ats.jta.utils.JNDIManager
-
Bind the underlying JTA implementations to the appropriate JNDI contexts.
- bindJTAImplementations(InitialContext) - Static method in class com.arjuna.ats.jta.utils.JNDIManager
-
Bind the underlying JTA implementations to the appropriate JNDI contexts.
- bindJTATransactionManagerImplementation() - Static method in class com.arjuna.ats.jta.utils.JNDIManager
-
Bind the currently configured transaction manager implementation to the default JNDI context.
- bindJTATransactionManagerImplementation(InitialContext) - Static method in class com.arjuna.ats.jta.utils.JNDIManager
-
Bind the currently configured transaction manager implementation to the JNDI context passed in.
- bindJTATransactionSynchronizationRegistryImplementation() - Static method in class com.arjuna.ats.jta.utils.JNDIManager
-
Bind the currently configured TransactionSynchronizationRegistry implementation to the default JNDI context.
- bindJTATransactionSynchronizationRegistryImplementation(InitialContext) - Static method in class com.arjuna.ats.jta.utils.JNDIManager
-
Bind the currently configured TransactionSynchronizationRegistry implementation to the passed in JNDI context.
- bindJTAUserTransactionImplementation() - Static method in class com.arjuna.ats.jta.utils.JNDIManager
-
Bind the currently configured user transaction implementation to the default JNDI context.
- bindJTAUserTransactionImplementation(InitialContext) - Static method in class com.arjuna.ats.jta.utils.JNDIManager
-
Bind the currently configured user transaction implementation to the passed in JNDI context.
- buffer() - Method in class com.arjuna.ats.arjuna.state.InputBuffer
-
Return the internal byte buffer.
- buffer() - Method in class com.arjuna.ats.arjuna.state.OutputBuffer
-
Return the byte array used to store data types.
- ByteBuffer - Interface in com.arjuna.ats.arjuna.state
C
- CADAVER - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- call() - Method in class com.arjuna.ats.arjuna.coordinator.AsyncAfterSynchronization
-
Run the call
- call() - Method in class com.arjuna.ats.arjuna.coordinator.AsyncBeforeSynchronization
-
Run the call
- callMethod(Object, String) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
Deprecated.
- cancel() - Method in class com.arjuna.ats.arjuna.AtomicAction
- cancel() - Method in interface com.arjuna.ats.arjuna.coordinator.Reapable
- cancel() - Method in class com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator
-
If this method is called and a transaction is not in a status of RUNNING, ABORT_ONLY or COMMITTING then do not call afterCompletion.
- canDeserialze(String) - Method in interface com.arjuna.ats.jta.recovery.SerializableXAResourceDeserializer
-
Can this
SerializableXAResourceDeserializerhandle the specified classname. - canonicalType(String) - Static method in class com.arjuna.ats.arjuna.tools.osb.mbean.ObjStoreBrowser
-
Deprecated.
- changeHierarchy(ActionHierarchy) - Method in class com.arjuna.ats.txoj.Lock
-
Change the transaction hierarchy associated with the lock to that provided.
- characters(char[], int, int) - Method in class com.arjuna.common.util.propertyservice.SaxHandler
-
Handles text content of the
entrytag. - check() - Method in class com.arjuna.ats.arjuna.coordinator.TransactionReaper
-
process all entries in the timeout queue which have expired.
- check(boolean, Uid, Hashtable) - Method in class com.arjuna.ats.arjuna.coordinator.CheckedAction
-
Called during transaction termination if more than one thread is associated with the transaction.
- CheckedAction - Class in com.arjuna.ats.arjuna.coordinator
-
If an action attempts to terminate with threads still active we call an instance of this class to determine what to do.
- CheckedAction() - Constructor for class com.arjuna.ats.arjuna.coordinator.CheckedAction
- CheckedActionFactory - Interface in com.arjuna.ats.arjuna.coordinator
-
Manages the CheckedAction instances on a per transaction basis.
- checkForCurrent() - Method in class com.arjuna.ats.arjuna.AtomicAction
-
By default the BasicAction class only allows the termination of a transaction if it's the one currently associated with the thread.
- checkForCurrent() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
Do we want to check that a transaction can only be terminated by a thread that has it as its current transaction? The base class has this check enabled (i.e., we check), but some implementations may wish to override this.
- checkingPeriod() - Method in class com.arjuna.ats.arjuna.coordinator.TransactionReaper
- checkXid(Xid) - Method in interface com.arjuna.ats.jta.recovery.XAResourceOrphanFilter
-
Called by the XARecoveryModule for each in-doubt Xid.
- childTransactions() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
- classToType(Class) - Static method in class com.arjuna.ats.arjuna.coordinator.RecordType
- cleanup(boolean) - Method in class com.arjuna.ats.arjuna.StateManager
-
Object cleanup.
- cleanUp() - Method in class com.arjuna.ats.txoj.LockManager
- CLEANUP - Static variable in class com.arjuna.ats.arjuna.coordinator.ActionStatus
- clearHeuristic() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
Deprecated.
- clearHeuristic() - Method in interface com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapperMBean
-
Deprecated.
- clearHeuristicDecision() - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Clearing the heuristic state on the resource.
- clearHeuristicDecision(int) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean.GenericAtomicActionWrapper
-
Deprecated.
- clearHeuristicDecision(int) - Method in interface com.arjuna.ats.arjuna.tools.osb.mbean.ActionBeanWrapperInterface
-
Deprecated.
- clone() - Method in class com.arjuna.ats.arjuna.common.Uid
-
Create a copy of this instance.
- close() - Method in interface com.arjuna.ats.jta.xa.RecoverableXAConnection
- close() - Method in class org.jboss.narayana.jta.jms.ConnectionProxy
-
Simply close the proxied connection if there is no active transaction.
- close() - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- close() - Method in class org.jboss.narayana.jta.jms.SessionProxy
-
Simply close proxied session if there is no active transaction.
- closeCloseCurrentConnection() - Method in interface com.arjuna.ats.jta.xa.RecoverableXAConnection
- com.arjuna.ats.arjuna - package com.arjuna.ats.arjuna
- com.arjuna.ats.arjuna.common - package com.arjuna.ats.arjuna.common
- com.arjuna.ats.arjuna.coordinator - package com.arjuna.ats.arjuna.coordinator
- com.arjuna.ats.arjuna.coordinator.abstractrecord - package com.arjuna.ats.arjuna.coordinator.abstractrecord
- com.arjuna.ats.arjuna.coordinator.listener - package com.arjuna.ats.arjuna.coordinator.listener
- com.arjuna.ats.arjuna.exceptions - package com.arjuna.ats.arjuna.exceptions
- com.arjuna.ats.arjuna.logging - package com.arjuna.ats.arjuna.logging
- com.arjuna.ats.arjuna.objectstore - package com.arjuna.ats.arjuna.objectstore
- com.arjuna.ats.arjuna.objectstore.jdbc - package com.arjuna.ats.arjuna.objectstore.jdbc
- com.arjuna.ats.arjuna.recovery - package com.arjuna.ats.arjuna.recovery
- com.arjuna.ats.arjuna.state - package com.arjuna.ats.arjuna.state
- com.arjuna.ats.arjuna.tools - package com.arjuna.ats.arjuna.tools
- com.arjuna.ats.arjuna.tools.log - package com.arjuna.ats.arjuna.tools.log
- com.arjuna.ats.arjuna.tools.osb.annotation - package com.arjuna.ats.arjuna.tools.osb.annotation
- com.arjuna.ats.arjuna.tools.osb.api.mbeans - package com.arjuna.ats.arjuna.tools.osb.api.mbeans
- com.arjuna.ats.arjuna.tools.osb.api.proxy - package com.arjuna.ats.arjuna.tools.osb.api.proxy
- com.arjuna.ats.arjuna.tools.osb.mbean - package com.arjuna.ats.arjuna.tools.osb.mbean
- com.arjuna.ats.arjuna.tools.osb.util - package com.arjuna.ats.arjuna.tools.osb.util
- com.arjuna.ats.arjuna.tools.stats - package com.arjuna.ats.arjuna.tools.stats
- com.arjuna.ats.arjuna.utils - package com.arjuna.ats.arjuna.utils
- com.arjuna.ats.jdbc - package com.arjuna.ats.jdbc
- com.arjuna.ats.jdbc.common - package com.arjuna.ats.jdbc.common
- com.arjuna.ats.jdbc.logging - package com.arjuna.ats.jdbc.logging
- com.arjuna.ats.jta - package com.arjuna.ats.jta
- com.arjuna.ats.jta.cdi - package com.arjuna.ats.jta.cdi
- com.arjuna.ats.jta.cdi.async - package com.arjuna.ats.jta.cdi.async
- com.arjuna.ats.jta.cdi.transactional - package com.arjuna.ats.jta.cdi.transactional
- com.arjuna.ats.jta.common - package com.arjuna.ats.jta.common
- com.arjuna.ats.jta.exceptions - package com.arjuna.ats.jta.exceptions
- com.arjuna.ats.jta.logging - package com.arjuna.ats.jta.logging
- com.arjuna.ats.jta.recovery - package com.arjuna.ats.jta.recovery
- com.arjuna.ats.jta.resources - package com.arjuna.ats.jta.resources
- com.arjuna.ats.jta.transaction - package com.arjuna.ats.jta.transaction
- com.arjuna.ats.jta.utils - package com.arjuna.ats.jta.utils
- com.arjuna.ats.jta.xa - package com.arjuna.ats.jta.xa
- com.arjuna.ats.txoj - package com.arjuna.ats.txoj
- com.arjuna.ats.txoj.common - package com.arjuna.ats.txoj.common
- com.arjuna.ats.txoj.exceptions - package com.arjuna.ats.txoj.exceptions
- com.arjuna.ats.txoj.lockstore - package com.arjuna.ats.txoj.lockstore
- com.arjuna.ats.txoj.logging - package com.arjuna.ats.txoj.logging
- com.arjuna.common.logging - package com.arjuna.common.logging
- com.arjuna.common.util - package com.arjuna.common.util
- com.arjuna.common.util.propertyservice - package com.arjuna.common.util.propertyservice
- commit() - Method in class com.arjuna.ats.arjuna.AtomicAction
-
Commit the transaction, and have heuristic reporting.
- commit() - Method in interface com.arjuna.ats.arjuna.coordinator.OnePhaseResource
-
Return values from TwoPhaseOutcome to indicate success or failure.
- commit() - Method in class com.arjuna.ats.jta.cdi.DelegatingTransactionManager
-
Completes the transaction associated with the current thread.
- commit() - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- commit() - Method in class org.jboss.narayana.jta.jms.SessionProxy
- commit(boolean) - Method in class com.arjuna.ats.arjuna.AtomicAction
-
Commit the transaction.
- commit(Xid, boolean) - Method in class org.jboss.narayana.jta.jms.JmsXAResourceRecoveryHelper
-
Delegates XAResource#commit call to the connected JMS resource.
- commit_state(Uid, String) - Method in interface com.arjuna.ats.arjuna.objectstore.ParticipantStore
-
Commit the object's state in the object store.
- commit_state(Uid, String) - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.ParticipantStoreBean
- commit_state(Uid, String) - Method in interface com.arjuna.ats.arjuna.tools.osb.api.mbeans.ParticipantStoreBeanMBean
- commit_state(Uid, String) - Method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.ParticipantStoreProxy
- COMMITMARKABLERESOURCE - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- commitStatus() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
- COMMITTED - Static variable in class com.arjuna.ats.arjuna.coordinator.ActionStatus
- COMMITTING - Static variable in class com.arjuna.ats.arjuna.coordinator.ActionStatus
- commonI18NLogger - Interface in com.arjuna.common.logging
-
i18n log messages for the jta module.
- commonLogger - Class in com.arjuna.common.logging
- commonLogger() - Constructor for class com.arjuna.common.logging.commonLogger
- COMPATIBLE - Static variable in class com.arjuna.ats.txoj.ConflictType
- completed() - Method in interface com.arjuna.ats.arjuna.recovery.RecoveryScan
-
This operation is invoked by the recovery manager when a recovery scan completes.
- ConfigurationInfo - Class in com.arjuna.common.util
-
Utility class providing access to build time and runtime configuration reporting functions.
- ConfigurationInfo() - Constructor for class com.arjuna.common.util.ConfigurationInfo
- CONFLICT - Static variable in class com.arjuna.ats.txoj.ConflictType
- conflictManager - Variable in class com.arjuna.ats.txoj.LockManager
- conflictsWith(Lock) - Method in class com.arjuna.ats.txoj.Lock
-
Implementation of Lock conflict check.
- ConflictType - Class in com.arjuna.ats.txoj
-
The various types of lock conflict that can occur when trying to set a lock.
- ConflictType() - Constructor for class com.arjuna.ats.txoj.ConflictType
- connect() - Method in class org.jboss.narayana.jta.jms.ConnectionManager
-
Create JMS connection.
- connect(String, Properties) - Method in class com.arjuna.ats.jdbc.TransactionalDriver
- connectAndAccept(XAResourceConsumer) - Method in class org.jboss.narayana.jta.jms.ConnectionManager
-
Invoke
XAResourceConsumeraccept method before making sure that JMS connection is available. - connectAndApply(XAResourceFunction<T>) - Method in class org.jboss.narayana.jta.jms.ConnectionManager
-
Invoke
XAResourceFunctionapply method before making sure that JMS connection is available. - ConnectionClosingSynchronization - Class in org.jboss.narayana.jta.jms
-
Synchronization to close JMS connection at the end of the transaction.
- ConnectionClosingSynchronization(Connection) - Constructor for class org.jboss.narayana.jta.jms.ConnectionClosingSynchronization
- ConnectionFactoryProxy - Class in org.jboss.narayana.jta.jms
-
Proxy connection factory to wrap around provided
XAConnectionFactory. - ConnectionFactoryProxy(XAConnectionFactory, TransactionHelper) - Constructor for class org.jboss.narayana.jta.jms.ConnectionFactoryProxy
- ConnectionManager - Class in org.jboss.narayana.jta.jms
- ConnectionManager(XAConnectionFactory, String, String) - Constructor for class org.jboss.narayana.jta.jms.ConnectionManager
- ConnectionProxy - Class in org.jboss.narayana.jta.jms
-
Proxy connection to wrap around provided
XAConnection. - ConnectionProxy(XAConnection, TransactionHelper) - Constructor for class org.jboss.narayana.jta.jms.ConnectionProxy
- ContextPropagationAsyncHandler - Class in com.arjuna.ats.jta.cdi.async
-
Handling asynchronous context propagation calls.
- ContextPropagationAsyncHandler() - Constructor for class com.arjuna.ats.jta.cdi.async.ContextPropagationAsyncHandler
- CoordinatorEnvironmentBean - Class in com.arjuna.ats.arjuna.common
-
A JavaBean containing configuration properties for the core transaction coordinator.
- CoordinatorEnvironmentBean() - Constructor for class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
- CoordinatorEnvironmentBeanMBean - Interface in com.arjuna.ats.arjuna.common
-
A JMX MBean interface containing configuration for the core transaction coordinator.
- copy(ActionHierarchy) - Method in class com.arjuna.ats.arjuna.coordinator.ActionHierarchy
-
Create a copy of the specified transaction hierarchy.
- copy(InputBuffer) - Method in class com.arjuna.ats.arjuna.state.InputBuffer
-
Copy the existing buffer.
- copy(InputObjectState) - Method in class com.arjuna.ats.arjuna.state.InputObjectState
- copy(OutputBuffer) - Method in class com.arjuna.ats.arjuna.state.OutputBuffer
-
Copy the provided OutputBuffer and overwrite the current instance.
- copy(OutputObjectState) - Method in class com.arjuna.ats.arjuna.state.OutputObjectState
- copy(Xid) - Method in class com.arjuna.ats.jta.xa.XidImple
- copyFrom(OutputObjectState) - Method in class com.arjuna.ats.arjuna.state.InputObjectState
- CoreEnvironmentBean - Class in com.arjuna.ats.arjuna.common
-
A JavaBean containing assorted configuration properties for the core transaction system.
- CoreEnvironmentBean() - Constructor for class com.arjuna.ats.arjuna.common.CoreEnvironmentBean
- CoreEnvironmentBeanException - Exception in com.arjuna.ats.arjuna.common
- CoreEnvironmentBeanException(String) - Constructor for exception com.arjuna.ats.arjuna.common.CoreEnvironmentBeanException
- CoreEnvironmentBeanMBean - Interface in com.arjuna.ats.arjuna.common
-
A JMX MBean interface containing assorted configuration for the core transaction system.
- create(int) - Static method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
- createAndRegisterMBean() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.UidWrapper
-
Deprecated.
- createBrowser(Queue) - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- createBrowser(Queue) - Method in class org.jboss.narayana.jta.jms.SessionProxy
- createBrowser(Queue, String) - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- createBrowser(Queue, String) - Method in class org.jboss.narayana.jta.jms.SessionProxy
- createBytesMessage() - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- createBytesMessage() - Method in class org.jboss.narayana.jta.jms.SessionProxy
- createConnection() - Method in class org.jboss.narayana.jta.jms.ConnectionFactoryProxy
-
Get XA connection from the provided factory and wrap it with
ConnectionProxy. - createConnection(String, String) - Method in class org.jboss.narayana.jta.jms.ConnectionFactoryProxy
-
Get XA connection from the provided factory with credentials and wrap it with
ConnectionProxy. - createConnectionConsumer(Destination, String, ServerSessionPool, int) - Method in class org.jboss.narayana.jta.jms.ConnectionProxy
-
Delegate to
ConnectionProxy.xaConnection - createConsumer(Destination) - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- createConsumer(Destination) - Method in class org.jboss.narayana.jta.jms.SessionProxy
- createConsumer(Destination, String) - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- createConsumer(Destination, String) - Method in class org.jboss.narayana.jta.jms.SessionProxy
- createConsumer(Destination, String, boolean) - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- createConsumer(Destination, String, boolean) - Method in class org.jboss.narayana.jta.jms.SessionProxy
- createContext() - Method in class org.jboss.narayana.jta.jms.ConnectionFactoryProxy
- createContext(int) - Method in class org.jboss.narayana.jta.jms.ConnectionFactoryProxy
- createContext(int) - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- createContext(String, String) - Method in class org.jboss.narayana.jta.jms.ConnectionFactoryProxy
- createContext(String, String, int) - Method in class org.jboss.narayana.jta.jms.ConnectionFactoryProxy
- CREATED - Static variable in class com.arjuna.ats.arjuna.coordinator.ActionStatus
- createDb - Static variable in class com.arjuna.ats.jdbc.TransactionalDriver
- createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in class org.jboss.narayana.jta.jms.ConnectionProxy
-
Delegate to
ConnectionProxy.xaConnection. - createDurableConsumer(Topic, String) - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- createDurableConsumer(Topic, String) - Method in class org.jboss.narayana.jta.jms.SessionProxy
- createDurableConsumer(Topic, String, String, boolean) - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- createDurableConsumer(Topic, String, String, boolean) - Method in class org.jboss.narayana.jta.jms.SessionProxy
- createDurableSubscriber(Topic, String) - Method in class org.jboss.narayana.jta.jms.SessionProxy
- createDurableSubscriber(Topic, String, String, boolean) - Method in class org.jboss.narayana.jta.jms.SessionProxy
- createLists() - Method in class com.arjuna.ats.arjuna.StateManager
- createMapMessage() - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- createMapMessage() - Method in class org.jboss.narayana.jta.jms.SessionProxy
- createMBean() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.UidWrapper
-
Deprecated.Construct an MBean to represent this ObjectStore record.
- createMessage() - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- createMessage() - Method in class org.jboss.narayana.jta.jms.SessionProxy
- createObjectMessage() - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- createObjectMessage() - Method in class org.jboss.narayana.jta.jms.SessionProxy
- createObjectMessage(Serializable) - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- createObjectMessage(Serializable) - Method in class org.jboss.narayana.jta.jms.SessionProxy
- createParticipant(AbstractRecord, ParticipantStatus) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean
-
Deprecated.Extension point for other Bean implementations to provide an implementation bean for its participants.
- createParticipant(AbstractRecord, ParticipantStatus, UidWrapper) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean
-
Deprecated.
- createProducer() - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- createProducer(Destination) - Method in class org.jboss.narayana.jta.jms.SessionProxy
- createQueue(String) - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- createQueue(String) - Method in class org.jboss.narayana.jta.jms.SessionProxy
- createSession() - Method in class org.jboss.narayana.jta.jms.ConnectionProxy
- createSession(boolean, int) - Method in class org.jboss.narayana.jta.jms.ConnectionProxy
-
Simply create a session with an XA connection if there is no active transaction.
- createSession(int) - Method in class org.jboss.narayana.jta.jms.ConnectionProxy
- createSharedConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in class org.jboss.narayana.jta.jms.ConnectionProxy
- createSharedConsumer(Topic, String) - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- createSharedConsumer(Topic, String) - Method in class org.jboss.narayana.jta.jms.SessionProxy
- createSharedConsumer(Topic, String, String) - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- createSharedConsumer(Topic, String, String) - Method in class org.jboss.narayana.jta.jms.SessionProxy
- createSharedDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in class org.jboss.narayana.jta.jms.ConnectionProxy
- createSharedDurableConsumer(Topic, String) - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- createSharedDurableConsumer(Topic, String) - Method in class org.jboss.narayana.jta.jms.SessionProxy
- createSharedDurableConsumer(Topic, String, String) - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- createSharedDurableConsumer(Topic, String, String) - Method in class org.jboss.narayana.jta.jms.SessionProxy
- createStackTraces() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
- createStreamMessage() - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- createStreamMessage() - Method in class org.jboss.narayana.jta.jms.SessionProxy
- createTemporaryQueue() - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- createTemporaryQueue() - Method in class org.jboss.narayana.jta.jms.SessionProxy
- createTemporaryTopic() - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- createTemporaryTopic() - Method in class org.jboss.narayana.jta.jms.SessionProxy
- createTextMessage() - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- createTextMessage() - Method in class org.jboss.narayana.jta.jms.SessionProxy
- createTextMessage(String) - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- createTextMessage(String) - Method in class org.jboss.narayana.jta.jms.SessionProxy
- createTopic(String) - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- createTopic(String) - Method in class org.jboss.narayana.jta.jms.SessionProxy
- createWrapper(UidWrapper, boolean) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean
-
Deprecated.
- createXid(Xid) - Method in interface com.arjuna.ats.jta.xa.XAModifier
-
Given an Arjuna xid, create a local driver representation.
- criticalEnd() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
Defines the end of a critical region by resetting the critical flag.
- criticalStart() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
Defines the start of a critical region by setting the critical flag.
- Current() - Static method in class com.arjuna.ats.arjuna.coordinator.BasicAction
- currentState(Uid, String) - Method in interface com.arjuna.ats.arjuna.objectstore.RecoveryStore
- currentState(Uid, String) - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.RecoveryStoreBean
- currentState(Uid, String) - Method in interface com.arjuna.ats.arjuna.tools.osb.api.mbeans.RecoveryStoreBeanMBean
- currentState(Uid, String) - Method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.RecoveryStoreProxy
D
- deactivate() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
This operation deactivates a persistent object.
- deactivate() - Method in class com.arjuna.ats.arjuna.StateManager
-
This operation deactivates a persistent object.
- deactivate(String) - Method in class com.arjuna.ats.arjuna.StateManager
-
This operation deactivates a persistent object.
- deactivate(String, boolean) - Method in class com.arjuna.ats.arjuna.StateManager
-
This operation deactivates a persistent object.
- debug_closingconnection(String) - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- DEFAULT_HIERARCHY_DEPTH - Static variable in class com.arjuna.ats.arjuna.coordinator.ActionHierarchy
- DEFAULT_NODE_NAME - Static variable in class com.arjuna.ats.arjuna.coordinator.TxControl
- DEFAULT_SO_TIMEOUT - Static variable in class com.arjuna.ats.arjuna.recovery.RecoveryDriver
- DEFAULT_SYNC_RETRY - Static variable in class com.arjuna.ats.arjuna.recovery.RecoveryDriver
- DEFAULT_SYNC_TIMEOUT - Static variable in class com.arjuna.ats.arjuna.recovery.RecoveryDriver
- defaultCancelFailWaitPeriod - Static variable in class com.arjuna.ats.arjuna.coordinator.TransactionReaper
- defaultCancelWaitPeriod - Static variable in class com.arjuna.ats.arjuna.coordinator.TransactionReaper
- defaultCheckPeriod - Static variable in class com.arjuna.ats.arjuna.coordinator.TransactionReaper
- defaultIsSameRMOverride - Variable in class com.arjuna.ats.jdbc.common.JDBCEnvironmentBean
- defaultRetry - Static variable in class com.arjuna.ats.arjuna.utils.FileLock
- defaultRetry - Static variable in class com.arjuna.ats.txoj.LockManager
-
The default retry value which will be used by setlock if no other value is given.
- defaultSleepTime - Static variable in class com.arjuna.ats.txoj.LockManager
-
The default timeout value which will be used by setlock if no other value is given.
- defaultTimeout - Static variable in class com.arjuna.ats.arjuna.utils.FileLock
- defaultTracePeriod - Static variable in class com.arjuna.ats.arjuna.coordinator.TransactionReaper
- defaultUntracedPeriod - Static variable in class com.arjuna.ats.arjuna.coordinator.TransactionReaper
- defaultZombieMax - Static variable in class com.arjuna.ats.arjuna.coordinator.TransactionReaper
- delayRecoveryManagerThread() - Static method in class com.arjuna.ats.arjuna.recovery.RecoveryManager
-
Delay the start of the recovery manager thread when creating an indirect recovery manager.
- DelegatingTransactionManager - Class in com.arjuna.ats.jta.cdi
-
An
abstractTransactionManagerimplementation that delegates all method invocations to anotherTransactionManager. - DelegatingTransactionManager(TransactionManager) - Constructor for class com.arjuna.ats.jta.cdi.DelegatingTransactionManager
-
Creates a new
DelegatingTransactionManager. - DelegatingTransactionSynchronizationRegistry - Class in com.arjuna.ats.jta.cdi
-
An
abstractTransactionSynchronizationRegistryimplementation that delegates all method invocations to anotherTransactionSynchronizationRegistry. - DelegatingTransactionSynchronizationRegistry(TransactionSynchronizationRegistry) - Constructor for class com.arjuna.ats.jta.cdi.DelegatingTransactionSynchronizationRegistry
-
Creates a new
DelegatingTransactionSynchronizationRegistry. - depth() - Method in class com.arjuna.ats.arjuna.coordinator.ActionHierarchy
-
Returns the current depth of the hierarchy.
- deregisterXAResource(XAResource) - Method in interface org.jboss.narayana.jta.jms.TransactionHelper
-
Delist XA resource from a current transaction.
- deregisterXAResource(XAResource) - Method in class org.jboss.narayana.jta.jms.TransactionHelperImpl
- deserialze(ObjectInputStream) - Method in interface com.arjuna.ats.jta.recovery.SerializableXAResourceDeserializer
-
Deserialize the XAResource.
- destroy() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
Overloads
StateManager.destroyto prevent destroy being called on a BasicAction. - destroy() - Method in class com.arjuna.ats.arjuna.StateManager
-
Destroy the object (e.g., remove its state from the persistent store.) Calls to destroy for volatile objects (ones not maintained within the volatile object store) are ignored, and FALSE is returned.
- DESTROYED - Static variable in class com.arjuna.ats.arjuna.ObjectStatus
- DIRECT_MANAGEMENT - Static variable in class com.arjuna.ats.arjuna.recovery.RecoveryManager
-
In this mode the recovery manager does not run periodically and will only work if driven through messages or via the scan operation if it is embedded.
- disable() - Static method in class com.arjuna.ats.arjuna.coordinator.TxControl
-
Stop the transaction system.
- disable() - Method in class com.arjuna.ats.arjuna.StateManager
-
The following function disables recovery for an object by setting the ObjectType to NEITHER (RECOVERABLE or ANDPERSISTENT).
- disable(boolean) - Static method in class com.arjuna.ats.arjuna.coordinator.TxControl
-
Stop the transaction system.
- DISABLED - Static variable in class com.arjuna.ats.arjuna.coordinator.ActionStatus
- disconnect() - Method in class org.jboss.narayana.jta.jms.ConnectionManager
-
Close current JMS connection.
- dispose() - Method in class com.arjuna.ats.arjuna.tools.stats.TxPerfPlugin
- DISPOSE - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- doAbort(boolean, AbstractRecord) - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
- doAbort(RecordList, boolean) - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
- doCommit(boolean, AbstractRecord) - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
- doCommit(RecordList, boolean) - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
Walk down a record list extracting records and calling the appropriate commit function.
- doIntercept(TransactionManager, Transaction, InvocationContext) - Method in class com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorBase
- doIntercept(TransactionManager, Transaction, InvocationContext) - Method in class com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorMandatory
- doIntercept(TransactionManager, Transaction, InvocationContext) - Method in class com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorNever
- doIntercept(TransactionManager, Transaction, InvocationContext) - Method in class com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorNotSupported
- doIntercept(TransactionManager, Transaction, InvocationContext) - Method in class com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorRequired
- doIntercept(TransactionManager, Transaction, InvocationContext) - Method in class com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorRequiresNew
- doIntercept(TransactionManager, Transaction, InvocationContext) - Method in class com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorSupports
- doPrepare(boolean, AbstractRecord) - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
- doRelease(Uid, boolean) - Method in class com.arjuna.ats.txoj.LockManager
- doRemove() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBean
-
Deprecated.
- doSave() - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Should this record be saved in the intentions list? If the record is saved, then it may be recovered later in the event of a failure.
- doSetStatus(String) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
Deprecated.
- doUpdateState() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean.GenericAtomicActionWrapper
-
Deprecated.
- doUpdateState() - Method in interface com.arjuna.ats.arjuna.tools.osb.mbean.ActionBeanWrapperInterface
-
Deprecated.
- doWork() - Method in class com.arjuna.ats.arjuna.coordinator.TransactionReaper
- doWork(InputStream, OutputStream) - Method in class com.arjuna.ats.arjuna.recovery.ActionStatusService
-
Does the main work of reading in a uid and transaction type from the recovery manager, retrieving the status of the transaction and sending it back to the Recovery Manager.
- doWork(InputStream, OutputStream) - Method in interface com.arjuna.ats.arjuna.recovery.Service
- DOZE_TIME - Static variable in class com.arjuna.ats.txoj.LockManager
- dump(StringBuilder) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ObjStoreBrowser
-
Deprecated.Dump info about all registered MBeans
- DYNAMIC - Static variable in class com.arjuna.ats.arjuna.coordinator.TransactionReaper
- dynamicClass - Static variable in class com.arjuna.ats.jdbc.TransactionalDriver
E
- enable() - Static method in class com.arjuna.ats.arjuna.coordinator.TxControl
-
Start the transaction system.
- enabled() - Static method in class com.arjuna.ats.arjuna.coordinator.TxStats
- end(boolean) - Method in class com.arjuna.ats.arjuna.AtomicAction
- end(boolean) - Method in class com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator
- end(Xid, int) - Method in class org.jboss.narayana.jta.jms.JmsXAResourceRecoveryHelper
-
Delegates XAResource#end call to the connected JMS resource.
- End(boolean) - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
End the atomic action by committing it.
- endElement(String, String, String) - Method in class com.arjuna.common.util.propertyservice.SaxHandler
-
Handles close tag, if its name is
entry. - endTransaction(TransactionManager, Transaction, RunnableWithException) - Static method in class com.arjuna.ats.jta.cdi.TransactionHandler
-
It finished the transaction.
- EndXAResource - Interface in com.arjuna.ats.jta.resources
- enlistResource(XAResource, Object[]) - Method in interface com.arjuna.ats.jta.transaction.Transaction
- equals(Uid) - Method in class com.arjuna.ats.arjuna.common.Uid
- equals(AbstractRecord) - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Determine if two records are equal in that both are the same type and have the same order value (determined via 'order()').
- equals(ActionHierarchy) - Method in class com.arjuna.ats.arjuna.coordinator.ActionHierarchy
-
Overloads Object.equals.
- equals(Lock) - Method in class com.arjuna.ats.txoj.Lock
-
Are the two locks equal?
- equals(Object) - Method in class com.arjuna.ats.arjuna.common.Uid
-
Override Object.equals
- equals(Object) - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
- equals(Object) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.UidWrapper
-
Deprecated.
- equals(Object) - Method in class com.arjuna.ats.jta.xa.XidImple
-
Is the specified object equal to this one?
- equals(Object) - Method in class com.arjuna.ats.txoj.Lock
-
Overrides Object.equals()
- equals(Xid) - Method in class com.arjuna.ats.jta.xa.XidImple
- error_cannot_create_connection(XADataSource, String, String, Throwable) - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- error_cannot_create_datasource(String, Throwable) - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- error_coordinator_TransactionReaper_5(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- error_failed_to_get_transaction_status(Transaction, Exception) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- error_transaction_arjunacore_jca_SubordinationManager_importerfailure(Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- error_transaction_arjunacore_jca_SubordinationManager_terminatorfailure(Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- error_transaction_class_cast_fail(StateManager, Exception) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- ExceptionDeferrer - Interface in com.arjuna.ats.arjuna.coordinator
-
In most cases resources defer exceptions and return an arjuna specific error code.
- ExpiryScanner - Interface in com.arjuna.ats.arjuna.recovery
-
Interface for Expiry scanner plug-ins.
- ExtendedRecoveryModule - Interface in com.arjuna.ats.arjuna.recovery
-
An interface that adds extra behaviour to RecoveryModules.
F
- F_RDLCK - Static variable in class com.arjuna.ats.arjuna.utils.FileLock
- F_WRLCK - Static variable in class com.arjuna.ats.arjuna.utils.FileLock
- FAILED - com.arjuna.ats.arjuna.tools.osb.mbean.ParticipantStatus
-
Deprecated.
- FAILED_TO_RECOVER - Static variable in interface com.arjuna.ats.jta.recovery.XARecoveryResource
- failedList - Variable in class com.arjuna.ats.arjuna.coordinator.BasicAction
- fatal_common_Uid_4(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- fatal_coordinator_BasicAction_48() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- fatal_encoding_not_supported(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- fatal_nodename_null() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- fatal_nodename_too_long(String, Integer) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- fatal_objectstore_JDBCStore_1(String, String, Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- fatal_objectstore_JDBCStore_2(String, Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- fatal_recovery_fail(String, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- FatalError - Error in com.arjuna.ats.arjuna.exceptions
-
This error is thrown if a fatal error occurs which would prevent further progress without possibly compromising consistency.
- FatalError() - Constructor for error com.arjuna.ats.arjuna.exceptions.FatalError
-
Constructs a new error with
nullas its detail message. - FatalError(String) - Constructor for error com.arjuna.ats.arjuna.exceptions.FatalError
-
Constructs a new error with the specified detail message.
- FatalError(String, Throwable) - Constructor for error com.arjuna.ats.arjuna.exceptions.FatalError
-
Constructs a new error with the specified detail message and cause.
- FatalError(Throwable) - Constructor for error com.arjuna.ats.arjuna.exceptions.FatalError
-
Constructs a new error with the specified cause and a detail message of
(cause==null ? null : cause.toString())(which typically contains the class and detail message ofcause). - fatalSubordinate1PCDuringPrepare(Xid) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- FileLock - Class in com.arjuna.ats.arjuna.utils
-
Sometimes it is necessary to lock a file at the disk level.
- FileLock(File) - Constructor for class com.arjuna.ats.arjuna.utils.FileLock
- FileLock(File, long, long) - Constructor for class com.arjuna.ats.arjuna.utils.FileLock
- FileLock(String) - Constructor for class com.arjuna.ats.arjuna.utils.FileLock
- fileStringForm() - Method in class com.arjuna.ats.arjuna.common.Uid
- finalize() - Method in class com.arjuna.ats.txoj.Lock
-
General clean up as Lock is deleted.
- finalize() - Method in class com.arjuna.ats.txoj.LockManager
-
Cleanup.
- finalizeInternal() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
BasicAction destructor.
- findCommonPrefix(ActionHierarchy) - Method in class com.arjuna.ats.arjuna.coordinator.ActionHierarchy
-
Find common prefix in two hierarchies.
- findUid(Uid) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ObjStoreBrowser
-
Deprecated.See if the given uid has previously been registered as an MBean
- findUid(String) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ObjStoreBrowser
-
Deprecated.
- FINISH_ERROR - Static variable in class com.arjuna.ats.arjuna.coordinator.TwoPhaseOutcome
- FINISH_OK - Static variable in class com.arjuna.ats.arjuna.coordinator.TwoPhaseOutcome
- forget(Xid) - Method in class org.jboss.narayana.jta.jms.JmsXAResourceRecoveryHelper
-
Delegates XAResource#forget call to the connected JMS resource.
- forgetAction(BasicAction, boolean, int) - Method in class com.arjuna.ats.arjuna.StateManager
-
Remove action from list of using actions.
- forgetDeepest() - Method in class com.arjuna.ats.arjuna.coordinator.ActionHierarchy
-
Remove the deepest nested transaction from the hierarchy.
- forgetHeuristic() - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Forget any heuristic outcome which this implementation may have produced.
- forgetHeuristics() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
Forget any heuristics we may have received, and tell the resources which generated them to forget too.
- forgetRec - Variable in class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
Deprecated.
- FORMAT_ID - Static variable in class com.arjuna.ats.jta.xa.XATxConverter
- formatter - Static variable in class com.arjuna.ats.arjuna.tools.osb.mbean.StateManagerWrapper
-
Deprecated.
- freeState() - Method in class com.arjuna.ats.txoj.LockManager
- fullCommitNeeded() - Method in class com.arjuna.ats.arjuna.objectstore.ObjectStore
-
Does this store need to do the full write_uncommitted/commit protocol?
- fullCommitNeeded() - Method in interface com.arjuna.ats.arjuna.objectstore.ParticipantStore
- fullCommitNeeded() - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.ParticipantStoreBean
- fullCommitNeeded() - Method in interface com.arjuna.ats.arjuna.tools.osb.api.mbeans.ParticipantStoreBeanMBean
- fullCommitNeeded() - Method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.ParticipantStoreProxy
G
- generateHash(int, byte[], int, int) - Static method in class com.arjuna.ats.jta.xa.XidImple
-
Generate a hash code for the specified bytes.
- GenericAtomicActionWrapper(BasicAction, UidWrapper) - Constructor for class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean.GenericAtomicActionWrapper
-
Deprecated.
- GenericAtomicActionWrapper(String, UidWrapper) - Constructor for class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean.GenericAtomicActionWrapper
-
Deprecated.
- get(Uid) - Method in class com.arjuna.ats.arjuna.coordinator.ActionManager
- get(Contextual<T>) - Method in class com.arjuna.ats.jta.cdi.TransactionContext
- get(Contextual<T>, CreationalContext<T>) - Method in class com.arjuna.ats.jta.cdi.TransactionContext
- get_aborterror() - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- get_alreadyassociated() - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- get_alreadyassociatedcheck() - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- get_autocommit() - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- get_CadaverLockRecord_1() - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- get_CadaverLockRecord_2() - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- get_CadaverLockRecord_3() - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- get_CadaverLockRecord_4() - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- get_cant_resolve_ds_jndi_lookup(String, Hashtable) - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- get_closeerror() - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- get_closeerrorinvalidtx(String) - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- get_commiterror() - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- get_common_Uid_11() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_common_Uid_2() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_common_Uid_5(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_conniniterror() - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- get_contextual_is_not_active() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_contextual_is_null() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_coordinator_ActionHierarchy_1() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_coordinator_BasicAction_69() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_coordinator_TransactionReaper_1() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_could_not_lookup_tm() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_could_not_lookup_tsr() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_delisterror() - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- get_dir_create_failed(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_dynamicerror() - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- get_encoding_not_supported(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_enlistfailed() - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- get_error_committing_transaction(Transaction, Xid) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_error_getting_current_tx() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_error_getting_tx_status() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_error_imported_transaction_base_id_is_null(Uid, Transaction) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_error_imported_transaction_uid_is_null() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_error_xid_is_null() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_expected_transactional_annotation() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_failed_to_delist_xa_resource() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_failed_to_enlist_xa_resource() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_failed_to_get_transaction() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_failed_to_get_transaction_status() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_failed_to_register_synchronization() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_fatal_nodename_null() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_fatal_nodename_too_long(String, Integer) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_inactivetransaction() - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- get_infoerror() - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- get_jndierror() - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- get_method_not_implemented() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_no_subordinate_txn_for(String, Xid) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_no_subordinate_txn_for_commit(Xid) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_node_identifier_invalid(int) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_node_identifier_reset_attempt() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_nodename_null() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_not_activated_transaction(Transaction, Xid) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_not_supported_non_weld_interception(String) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_objectstore_FileSystemStore_1(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_objectstore_FileSystemStore_2a() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_objectstore_FileSystemStore_3() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_objectstore_FileSystemStore_4() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_objectstore_FileSystemStore_5() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_objectstore_FileSystemStore_6() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_objectstore_FileSystemStore_7() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_objectstore_FileSystemStore_8() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_objectstore_HashedStore_5() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_objectstore_HashedStore_6() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_objectstore_JDBCStore_5() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_objectstore_notypenameuid() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_objectstore_ObjectStoreType_2() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_objectstore_packProblem() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_onephase_heuristic_commit_failure(StateManager) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_pmem_not_supported(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_pmemslots_already_initialized() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_recovery_manager_already_started_in_different_mode(int, int) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_recovery_manager_implementation_is_not_set() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_recovery_RecActivatorLoader_initfailed(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_recovery_TransactionStatusManager_13() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_recovery_TransactionStatusManager_9() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_releasesavepointerror() - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- get_resources_arjunacore_XAOnePhaseResource_pack() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_resources_arjunacore_XAOnePhaseResource_unpack() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_resources_arjunacore_XAOnePhaseResource_unpackType(String) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_rollbacksavepointerror() - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- get_setreadonly() - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- get_setsavepointerror() - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- get_state_InputBuffer_1() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_state_InputBuffer_10() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_state_InputBuffer_11() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_state_InputBuffer_2() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_state_InputBuffer_3() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_state_InputBuffer_4() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_state_InputBuffer_5() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_state_InputBuffer_6() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_state_InputBuffer_7() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_state_InputBuffer_8() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_state_InputBuffer_9() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_state_OutputBuffer_1() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_state_OutputBuffer_10() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_state_OutputBuffer_11() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_state_OutputBuffer_2() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_state_OutputBuffer_3() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_state_OutputBuffer_4() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_state_OutputBuffer_5() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_state_OutputBuffer_6() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_state_OutputBuffer_7() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_state_OutputBuffer_8() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_state_OutputBuffer_9() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_StateManager_14() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_StateManager_15() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_StoreManager_invalidroot(String, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_StoreManager_invalidtype() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_transaction_arjunacore_alreadyassociated() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_transaction_arjunacore_commitwhenaborted() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_transaction_arjunacore_couldnotregister() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_transaction_arjunacore_endsuspendfailed2() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_transaction_arjunacore_illresstate() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_transaction_arjunacore_inactive() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_transaction_arjunacore_inactive(Uid) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_transaction_arjunacore_invalidstate() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_transaction_arjunacore_jca_busy() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_transaction_arjunacore_nosuchtx() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_transaction_arjunacore_notx() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_transaction_arjunacore_nullparam() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_transaction_arjunacore_nullres() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_transaction_arjunacore_ressuspended() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_transaction_arjunacore_rollbackstatus() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_transaction_arjunacore_subordinate_invalidstate() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_transaction_arjunacore_syncrollbackexception() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_transaction_arjunacore_syncsnotallowed() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_transaction_arjunacore_syncwhenaborted() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_transaction_arjunacore_systemexception() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_tx_never() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_tx_required() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_uid() - Method in class com.arjuna.ats.arjuna.coordinator.HeuristicNotification
- get_uid() - Method in interface com.arjuna.ats.arjuna.coordinator.Reapable
- get_uid() - Method in interface com.arjuna.ats.arjuna.coordinator.SynchronizationRecord
- get_uid() - Method in class com.arjuna.ats.arjuna.StateManager
- get_uid() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean.GenericAtomicActionWrapper
-
Deprecated.
- get_uid() - Method in interface com.arjuna.ats.arjuna.tools.osb.mbean.ActionBeanWrapperInterface
-
Deprecated.
- get_uid() - Method in interface com.arjuna.ats.jta.recovery.XARecoveryResource
- get_uid() - Method in interface com.arjuna.ats.jta.transaction.Transaction
- get_utils_ExecProcessId_1() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_utils_ExecProcessId_2() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_utils_ExecProcessId_3() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_utils_ExecProcessId_4() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_utils_FileProcessId_1() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_utils_FileProcessId_2() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_utils_JNDIManager_tsr1() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_utils_ManualProcessId_1() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_utils_MBeanProcessId_1() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_utils_MBeanProcessId_2() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_utils_nullexception() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_utils_SocketProcessId_2() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- get_utils_unknownerrorcode() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_wrong_tx_on_thread() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_xa_recjndierror() - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- get_xa_xidunset() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- get_xid_packerror(Xid) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- getAcknowledgeMode() - Method in class org.jboss.narayana.jta.jms.SessionProxy
- getAction() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean.GenericAtomicActionWrapper
-
Deprecated.
- getAction() - Method in interface com.arjuna.ats.arjuna.tools.osb.mbean.ActionBeanWrapperInterface
-
Deprecated.
- getActionInfo(int) - Method in class com.arjuna.ats.arjuna.coordinator.ActionHierarchy
- getActionUid(int) - Method in class com.arjuna.ats.arjuna.coordinator.ActionHierarchy
- getAgeInSeconds() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean
-
Deprecated.
- getAgeInSeconds() - Method in interface com.arjuna.ats.arjuna.tools.osb.mbean.ActionBeanMBean
-
Deprecated.
- getAgeInSeconds() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.StateManagerWrapper
-
Deprecated.
- getAgent() - Static method in class com.arjuna.ats.arjuna.tools.osb.util.JMXServer
-
Deprecated.
- getAllOwners() - Method in class com.arjuna.ats.txoj.Lock
- getAsyncCommitPoolSize() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Returns maximum size of a thread pool, used to execute asynchronous commits.
- getAsyncPrepare() - Static method in class com.arjuna.ats.arjuna.coordinator.TxControl
- getAutoStart() - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- getAverageCommitTime() - Method in class com.arjuna.ats.arjuna.coordinator.TxStats
- getAverageCommitTime() - Method in interface com.arjuna.ats.arjuna.coordinator.TxStatsMBean
-
Returns the average time, in nanoseconds, it is taking to commit a transaction.
- getBeanClass() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.OSBTypeHandler
-
Deprecated.
- getBeanToAnnotatedTypeMapping() - Method in class com.arjuna.ats.jta.cdi.TransactionExtension
- getBindName() - Method in class com.arjuna.ats.jta.utils.JNDIReferenceBindingBean
- getBirthDate() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.HeaderState
-
Deprecated.
- getBranchQualifier() - Method in class com.arjuna.ats.jta.xa.XidImple
- getBranchUid(XID) - Static method in class com.arjuna.ats.jta.xa.XATxConverter
- getBrowser() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.UidWrapper
-
Deprecated.
- getBrowserMBeanName() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.UidWrapper
-
Deprecated.
- getBuff() - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.ObjectStateWrapper
- getBuildId() - Method in class com.arjuna.ats.arjuna.common.CoreEnvironmentBean
- getBuildId() - Method in interface com.arjuna.ats.arjuna.common.CoreEnvironmentBeanMBean
- getBuildId() - Static method in class com.arjuna.common.util.ConfigurationInfo
- getBuildVersion() - Method in class com.arjuna.ats.arjuna.common.CoreEnvironmentBean
- getBuildVersion() - Method in interface com.arjuna.ats.arjuna.common.CoreEnvironmentBeanMBean
- getBytes() - Method in class com.arjuna.ats.arjuna.common.Uid
-
Get the byte representation of the Uid.
- getBytes() - Method in interface com.arjuna.ats.arjuna.state.ByteBuffer
- getCacheStoreHash() - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- getCacheStoreHash() - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Returns the number of hash buckets used for the cache work queue.
- getCacheStoreHash() - Method in interface com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBeanMBean
- getCacheStoreRemovedItems() - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- getCacheStoreRemovedItems() - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Returns the maximum number of removed items that may be held in the cache before being purged.
- getCacheStoreRemovedItems() - Method in interface com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBeanMBean
- getCacheStoreScanPeriod() - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- getCacheStoreScanPeriod() - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Returns the interval on which the cache will wake and process outstanding work.
- getCacheStoreScanPeriod() - Method in interface com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBeanMBean
- getCacheStoreSize() - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- getCacheStoreSize() - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Returns the maximum allowed size, in bytes, of the cache store's in-memory cache.
- getCacheStoreSize() - Method in interface com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBeanMBean
- getCacheStoreWorkItems() - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- getCacheStoreWorkItems() - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Returns the maximum number of outstanding writes that may be held in the cache.
- getCacheStoreWorkItems() - Method in interface com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBeanMBean
- getCheckedAction(Uid, String) - Method in interface com.arjuna.ats.arjuna.coordinator.CheckedActionFactory
-
Return a CheckedAction instance for a transaction.
- getCheckedActionFactory() - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Returns an instance of a class implementing CheckedActionFactory.
- getCheckedActionFactoryClassName() - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Returns the class name of an implementation of CheckedActionFactory Default: "com.arjuna.ats.internal.arjuna.coordinator.CheckedActionFactoryImple" Equivalent deprecated property: com.arjuna.ats.coordinator.checkedActionFactory
- getCheckedActionFactoryClassName() - Method in interface com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBeanMBean
- getClass(int) - Method in class com.arjuna.ats.arjuna.coordinator.abstractrecord.RecordTypeManager
- getClassName() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.UidWrapper
-
Deprecated.
- getClassName() - Method in class com.arjuna.ats.jta.utils.JNDIReferenceBindingBean
- getClientID() - Method in class org.jboss.narayana.jta.jms.ConnectionProxy
-
Delegate to
ConnectionProxy.xaConnection - getClientID() - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- getClientSocket() - Static method in class com.arjuna.ats.arjuna.recovery.RecoveryManager
-
Obtain a client connection to the recovery manager
- getCommitMarkableResourceJNDINames() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Retrieve the list of JNDI names that will be queried for committed 1PC resources that were enlisted in 2PC transactions.
- getCommitMarkableResourceRecordDeleteBatchSize() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
If this is a positive number, use a batch to delete CommitMarkableResourceRecord from the database.
- getCommitMarkableResourceRecordDeleteBatchSizeMap() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Allow the default policy of a batch size to delete CommitMarkableResourceRecord from the database.
- getCommitMarkableResourceTableNameMap() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Get the name of the table to use for storing commit markable resources commit state notifiers in.
- getCommunicationStore() - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Deprecated.
- getCommunicationStore() - Method in interface com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBeanMBean
-
Deprecated.
- getCommunicationStore() - Static method in class com.arjuna.ats.arjuna.objectstore.StoreManager
- getConnection() - Method in interface com.arjuna.ats.arjuna.objectstore.jdbc.JDBCAccess
- getConnection() - Method in interface com.arjuna.ats.jta.xa.RecoverableXAConnection
- getCoordinatorEnvironmentBean() - Static method in class com.arjuna.ats.arjuna.common.arjPropertyManager
- getCoreEnvironmentBean() - Static method in class com.arjuna.ats.arjuna.common.arjPropertyManager
- getCreateTable() - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- getCreateTable() - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Should the store create the table
- getCreationTime() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean
-
Deprecated.
- getCreationTime() - Method in interface com.arjuna.ats.arjuna.tools.osb.mbean.ActionBeanMBean
-
Deprecated.
- getCreationTime() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.StateManagerWrapper
-
Deprecated.
- getCurrentConnection() - Method in interface com.arjuna.ats.jta.xa.RecoverableXAConnection
- getCurrentOwner() - Method in class com.arjuna.ats.txoj.Lock
- getCurrentStatus() - Method in class com.arjuna.ats.txoj.Lock
- getDataSource() - Method in interface com.arjuna.ats.jta.xa.RecoverableXAConnection
- getDeepestActionUid() - Method in class com.arjuna.ats.arjuna.coordinator.ActionHierarchy
-
Returns the transaction id of the most deeply nested transaction.
- getDefaultCommitMarkableTableName() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Get the name of the table to use for storing commit markable resources commit state notifiers in.
- getDefaultIsSameRMOverride() - Method in class com.arjuna.ats.jdbc.common.JDBCEnvironmentBean
-
Returns whether to override multiple connections for all drivers.
- getDefaultProcessId() - Static method in class com.arjuna.ats.arjuna.utils.Utility
- getDefaultProperties() - Method in class com.arjuna.common.util.propertyservice.AbstractPropertiesFactory
-
Returns the systems default properties, as read from the configuration file.
- getDefaultProperties() - Static method in class com.arjuna.common.util.propertyservice.PropertiesFactory
- getDefaultTimeout() - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Returns the default interval after which a transaction may be considered for timeout, in seconds.
- getDefaultTimeout() - Method in interface com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBeanMBean
- getDefaultTimeout() - Static method in class com.arjuna.ats.arjuna.coordinator.TxControl
-
If a timeout is not associated with a transaction when it is created then this value will be used.
- getDeferredThrowable() - Method in class com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator
-
Get any Throwable that was caught during commit processing but not directly rethrown.
- getDeferredThrowables() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
Get any Throwable that was caught during commit processing but not directly rethrown.
- getDeferredThrowables(List<Throwable>) - Method in interface com.arjuna.ats.arjuna.coordinator.ExceptionDeferrer
-
Adds all supressed throwables of this ExceptionDeferrer to the given list in order of appearance.
- getDropTable() - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- getDropTable() - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Should the store drop the table
- getDropTable() - Method in interface com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBeanMBean
-
Should the store drop the table
- getDynamic1PC() - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Returns true if dynamic one phase commit optimization is to be used.
- getEISName(XID) - Static method in class com.arjuna.ats.jta.xa.XATxConverter
- getEISNameStore() - Static method in class com.arjuna.ats.arjuna.objectstore.StoreManager
- getEntityReference() - Method in interface com.arjuna.ats.arjuna.coordinator.HeuristicInformation
-
Deprecated.A reference to the entity that caused the heuristic.
- getExceptionListener() - Method in class org.jboss.narayana.jta.jms.ConnectionProxy
-
Delegate to
ConnectionProxy.xaConnection - getExceptionListener() - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- getExpiryScanInterval() - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Returns the interval on which the ObjectStore will be scanned for expired items, in hours.
- getExpiryScanInterval() - Method in interface com.arjuna.ats.arjuna.common.RecoveryEnvironmentBeanMBean
- getExpiryScannerClassNames() - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Returns a list of names of classes that implement ExpiryScanner.
- getExpiryScannerClassNames() - Method in interface com.arjuna.ats.arjuna.common.RecoveryEnvironmentBeanMBean
- getExpiryScanners() - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Returns the set of ExpiryScanner instances.
- getExposeAllLogRecordsAsMBeans() - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- getExposeAllLogRecordsAsMBeans() - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
- getFactory() - Method in class com.arjuna.ats.jta.utils.JNDIReferenceBindingBean
- getFactoryLocation() - Method in class com.arjuna.ats.jta.utils.JNDIReferenceBindingBean
- getFormatId() - Method in class com.arjuna.ats.jta.xa.XidImple
- getFrame() - Method in class com.arjuna.ats.arjuna.tools.stats.TxPerfGraph
- getFront() - Method in class com.arjuna.ats.arjuna.coordinator.RecordList
-
Remove and return the element at the front of the list.
- getGlobalTransactionId() - Method in class com.arjuna.ats.jta.xa.XidImple
-
These operations critically rely on the fact that we unpack the array in the order we packed it!
- getHash(XID) - Method in class com.arjuna.ats.jta.xa.XidImple
-
Generate the hash code for the xid.
- getHashedDirectories() - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- getHashedDirectories() - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Returns the number of directories over which the ObjectStore contents will be distributed.
- getHashedDirectories() - Method in interface com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBeanMBean
- getHeaderStateReader() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.OSBTypeHandler
-
Deprecated.
- getHeaderStateUnpacker(String) - Static method in class com.arjuna.ats.arjuna.tools.osb.mbean.ObjStoreBrowser
-
Deprecated.
- getHeuristicDecision() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
- getHeuristicStatus() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
Deprecated.
- getHeuristicStatus() - Method in interface com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapperMBean
-
Deprecated.
- getHeuristicType() - Method in interface com.arjuna.ats.arjuna.coordinator.HeuristicInformation
-
Deprecated.The type of heuristic.
- getHexPid() - Method in class com.arjuna.ats.arjuna.common.Uid
- getHierarchy() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
Return the action hierarchy for this transaction.
- getHierarchyRetry() - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- getHierarchyRetry() - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Returns the maximum number of attempts which may be made to create a file path in the store.
- getHierarchyRetry() - Method in interface com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBeanMBean
- getHierarchyTimeout() - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- getHierarchyTimeout() - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Returns the time in milliseconds to wait between file creation retries.
- getHierarchyTimeout() - Method in interface com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBeanMBean
- getId() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBean
-
Deprecated.
- getId() - Method in interface com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBeanMBean
-
Deprecated.
- getInstance() - Static method in class com.arjuna.ats.arjuna.coordinator.TxStats
- getInstance() - Static method in class com.arjuna.ats.arjuna.tools.log.TransactionTypeManager
- getIOS() - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.ObjectStateWrapper
- getIsolationLevel() - Method in class com.arjuna.ats.jdbc.common.JDBCEnvironmentBean
-
Returns the default isolation level for tansactional database operations.
- getIsolationLevel() - Method in interface com.arjuna.ats.jdbc.common.JDBCEnvironmentBeanMBean
- getJdbcAccess() - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- getJdbcAccess() - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Returns an instance of a class implementing JDBCAccess.
- getJdbcAccess() - Method in interface com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBeanMBean
-
Get the JDBCAccess details.
- getJDBCEnvironmentBean() - Static method in class com.arjuna.ats.jdbc.common.jdbcPropertyManager
- getJmxToolingMBeanName() - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
JMX name that the Narayana object store tooling MBean will be registered at.
- getJndiProperties() - Method in class com.arjuna.ats.jdbc.common.JDBCEnvironmentBean
-
Returns the Hashtable used for the JNDI environment in transactional driver code.
- getJndiProperties() - Method in interface com.arjuna.ats.jdbc.common.JDBCEnvironmentBeanMBean
- getJTAEnvironmentBean() - Static method in class com.arjuna.ats.jta.common.jtaPropertyManager
- getLastResourceOptimisationInterface() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Returns the Class representing the marker interface for LastResource.
- getLastResourceOptimisationInterfaceClassName() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Returns the class name of the marker interface used to indicate a LastResource.
- getLastResourceOptimisationInterfaceClassName() - Method in interface com.arjuna.ats.jta.common.JTAEnvironmentBeanMBean
- getLink() - Method in class com.arjuna.ats.txoj.Lock
-
Get the next lock in the chain.
- getListType() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
Deprecated.
- getLocalOSRoot() - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- getLocalOSRoot() - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Returns the local ObjectStore root directory name.
- getLocalOSRoot() - Method in interface com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBeanMBean
- getLockMode() - Method in class com.arjuna.ats.txoj.Lock
- getLockStoreDir() - Method in class com.arjuna.ats.txoj.common.TxojEnvironmentBean
-
Deprecated.
- getLockStoreDir() - Method in interface com.arjuna.ats.txoj.common.TxojEnvironmentBeanMBean
-
Deprecated.
- getLockStoreType() - Method in class com.arjuna.ats.txoj.common.TxojEnvironmentBean
-
Returns the name of the lock store implementation.
- getMaintainHeuristics() - Static method in class com.arjuna.ats.arjuna.coordinator.TxControl
- getMajorVersion() - Method in class com.arjuna.ats.jdbc.TransactionalDriver
- getMaxTwoPhaseCommitThreads() - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Returns maximum thread pool size allowed for two phase commits.
- getMBean() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.UidWrapper
-
Deprecated.
- getMBeanName() - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.BaseStoreBean
-
The object name that the MBean will be registered with the MBean Server
- getMBeanName() - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.ParticipantStoreBean
- getMBeanName() - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.RecoveryStoreBean
- getMBeanName() - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.TxLogBean
- getMessageListener() - Method in class org.jboss.narayana.jta.jms.SessionProxy
- getMetaData() - Method in class org.jboss.narayana.jta.jms.ConnectionProxy
-
Delegate to
ConnectionProxy.xaConnection - getMetaData() - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- getMinorVersion() - Method in class com.arjuna.ats.jdbc.TransactionalDriver
- getModules() - Method in class com.arjuna.ats.arjuna.recovery.RecoveryManager
-
Obtain a snapshot list of available recovery modules.
- getMultipleLockStore() - Method in class com.arjuna.ats.txoj.common.TxojEnvironmentBean
-
Deprecated.
- getMultipleLockStore() - Method in interface com.arjuna.ats.txoj.common.TxojEnvironmentBeanMBean
-
Deprecated.
- getMutex() - Method in class com.arjuna.ats.arjuna.StateManager
- getName() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBean
-
Deprecated.
- getName() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.UidWrapper
-
Deprecated.
- getNewCompletionService() - Static method in class com.arjuna.ats.arjuna.coordinator.TwoPhaseCommitThreadPool
- getNewUid() - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.ObjectStateWrapper
- getNext() - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
- getNext(AbstractRecord) - Method in class com.arjuna.ats.arjuna.coordinator.RecordList
- getNodeIdentifier() - Method in class com.arjuna.ats.arjuna.common.CoreEnvironmentBean
-
Returns the Node Identifier.
- getNodeIdentifier() - Method in interface com.arjuna.ats.arjuna.common.CoreEnvironmentBeanMBean
- getNodeName(XID) - Static method in class com.arjuna.ats.jta.xa.XATxConverter
- getNotificationInfo() - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.BaseStoreBean
- getNumberOfAbortedTransactions() - Method in class com.arjuna.ats.arjuna.coordinator.TxStats
- getNumberOfAbortedTransactions() - Method in interface com.arjuna.ats.arjuna.coordinator.TxStatsMBean
-
Returns the number of aborted (i.e.
- getNumberOfApplicationRollbacks() - Method in class com.arjuna.ats.arjuna.coordinator.TxStats
- getNumberOfApplicationRollbacks() - Method in interface com.arjuna.ats.arjuna.coordinator.TxStatsMBean
-
Returns the number of transactions that have been rolled back by application request.
- getNumberOfCommittedTransactions() - Method in class com.arjuna.ats.arjuna.coordinator.TxStats
- getNumberOfCommittedTransactions() - Method in interface com.arjuna.ats.arjuna.coordinator.TxStatsMBean
-
Returns the number of committed transactions
- getNumberOfHeuristics() - Method in class com.arjuna.ats.arjuna.coordinator.TxStats
- getNumberOfHeuristics() - Method in interface com.arjuna.ats.arjuna.coordinator.TxStatsMBean
-
Returns the number of transactions which have terminated with heuristic outcomes.
- getNumberOfInflightTransactions() - Method in class com.arjuna.ats.arjuna.coordinator.ActionManager
- getNumberOfInflightTransactions() - Method in class com.arjuna.ats.arjuna.coordinator.TxStats
- getNumberOfInflightTransactions() - Method in interface com.arjuna.ats.arjuna.coordinator.TxStatsMBean
-
Get the number of transactions that have begun but not yet terminated.
- getNumberOfNestedTransactions() - Method in class com.arjuna.ats.arjuna.coordinator.TxStats
- getNumberOfNestedTransactions() - Method in interface com.arjuna.ats.arjuna.coordinator.TxStatsMBean
-
Returns the total number of nested (sub) transactions created.
- getNumberOfResourceRollbacks() - Method in class com.arjuna.ats.arjuna.coordinator.TxStats
- getNumberOfResourceRollbacks() - Method in interface com.arjuna.ats.arjuna.coordinator.TxStatsMBean
-
Returns the number of transactions that rolled back due to resource (participant) failure.
- getNumberOfSystemRollbacks() - Method in class com.arjuna.ats.arjuna.coordinator.TxStats
- getNumberOfSystemRollbacks() - Method in interface com.arjuna.ats.arjuna.coordinator.TxStatsMBean
-
Returns the number of transactions that have been rolled back due to internal system errors including failure to create log storage and failure to write a transaction log.
- getNumberOfTimedOutTransactions() - Method in class com.arjuna.ats.arjuna.coordinator.TxStats
- getNumberOfTimedOutTransactions() - Method in interface com.arjuna.ats.arjuna.coordinator.TxStatsMBean
-
Returns the number of transactions that have rolled back due to timeout.
- getNumberOfTransactions() - Method in class com.arjuna.ats.arjuna.coordinator.TxStats
- getNumberOfTransactions() - Method in interface com.arjuna.ats.arjuna.coordinator.TxStatsMBean
-
Returns the total number of transactions (top-level and nested) created
- getObjectModel() - Method in class com.arjuna.ats.arjuna.StateManager
- getObjectStoreDir() - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- getObjectStoreDir() - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Returns the ObjectStore directory path.
- getObjectStoreDir() - Method in interface com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBeanMBean
- getObjectStoreEnvironmentBean() - Static method in class com.arjuna.ats.arjuna.common.arjPropertyManager
- getObjectStoreType() - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- getObjectStoreType() - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Returns the fully qualified class name for the ObjectStore implementation.
- getObjectStoreType() - Method in interface com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBeanMBean
- getObjStoreBrowserMBeanName() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ObjStoreBrowser
-
Deprecated.Returns the JMX name that the MBean that was registered with.
- getOOS() - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.ObjectStateWrapper
- getOrphanSafetyInterval() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
- getOutcome() - Method in class com.arjuna.ats.arjuna.coordinator.TwoPhaseOutcome
- getParentLogger() - Method in class com.arjuna.ats.jdbc.TransactionalDriver
- getParticipant(AbstractRecord) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean
-
Deprecated.See if there is participant Bean corresponding to the given record
- getParticipants() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean
-
Deprecated.
- getParticipantStore() - Static method in class com.arjuna.ats.arjuna.objectstore.StoreManager
- getParticipantStore() - Static method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.StoreManagerProxy
-
Get a participant store proxy from the local MBeanServer
- getParticipantStore(String, NotificationListener) - Static method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.StoreManagerProxy
-
Get a participant store proxy.
- getParticipantStore(NotificationListener) - Static method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.StoreManagerProxy
-
Get a participant store proxy from the local MBeanServer
- getPerformImmediateCleanupOfCommitMarkableResourceBranchesMap() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Allow the default policy of whether to use a synchronization to remove the branch should be overriden.
- getPeriodicRecoveryInitilizationOffset() - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Returns the initial period to wait before starting recovery.
- getPeriodicRecoveryPeriod() - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Returns the interval between recovery scans, in seconds.
- getPeriodicRecoveryPeriod() - Method in interface com.arjuna.ats.arjuna.common.RecoveryEnvironmentBeanMBean
- getpid() - Method in interface com.arjuna.ats.arjuna.utils.Process
- getpid() - Static method in class com.arjuna.ats.arjuna.utils.Utility
- getPid() - Method in class com.arjuna.ats.arjuna.common.CoreEnvironmentBean
-
Returns the process id to use if ManualProcessId is selected.
- getPid() - Method in interface com.arjuna.ats.arjuna.common.CoreEnvironmentBeanMBean
- getPrevious() - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
These few functions are link manipulation primitives used by the RecordList processing software to chain instances together.
- getProcessImplementation() - Method in class com.arjuna.ats.arjuna.common.CoreEnvironmentBean
-
Returns an instance of a class implementing com.arjuna.ats.arjuna.utils.Process.
- getProcessImplementationClassName() - Method in class com.arjuna.ats.arjuna.common.CoreEnvironmentBean
-
Returns the class name of the Process implementation to use.
- getProcessImplementationClassName() - Method in interface com.arjuna.ats.arjuna.common.CoreEnvironmentBeanMBean
- getProcessUid() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.HeaderState
-
Deprecated.
- getProcessUid() - Static method in class com.arjuna.ats.arjuna.utils.Utility
- getProperties() - Method in class com.arjuna.common.util.propertyservice.SaxHandler
-
Returns copy of the properties read from the handled XML.
- getPropertiesFile() - Static method in class com.arjuna.common.util.ConfigurationInfo
- getPropertiesFromFile(String, ClassLoader) - Method in class com.arjuna.common.util.propertyservice.AbstractPropertiesFactory
-
Returns the config properties read from a specified location.
- getPropertiesFromFile(String, ClassLoader) - Static method in class com.arjuna.common.util.propertyservice.PropertiesFactory
- getPropertyInfo(String, Properties) - Method in class com.arjuna.ats.jdbc.TransactionalDriver
- getPurgeTime() - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- getPurgeTime() - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Returns the purge interval for the LogStore, in milliseconds.
- getPurgeTime() - Method in interface com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBeanMBean
- getRealType() - Method in interface com.arjuna.ats.arjuna.tools.log.TransactionTypeManager.TransactionTypeMap
- getRear() - Method in class com.arjuna.ats.arjuna.coordinator.RecordList
-
Remove and return the element at the tail of the list.
- getRecord() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
Deprecated.
- getRecordClass() - Method in interface com.arjuna.ats.arjuna.coordinator.abstractrecord.RecordTypeMap
- getRecordClass() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.OSBTypeHandler
-
Deprecated.
- getRecords(ParticipantStatus) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean.GenericAtomicActionWrapper
-
Deprecated.
- getRecords(ParticipantStatus) - Method in interface com.arjuna.ats.arjuna.tools.osb.mbean.ActionBeanWrapperInterface
-
Deprecated.
- getRecords(String) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean.GenericAtomicActionWrapper
-
Deprecated.
- getRecordWrapperTypeName() - Static method in class com.arjuna.ats.arjuna.tools.osb.mbean.UidWrapper
-
Deprecated.
- getRecoveryActivatorClassNames() - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Returns a list of names of classes that implement RecoveryActivator.
- getRecoveryActivatorClassNames() - Method in interface com.arjuna.ats.arjuna.common.RecoveryEnvironmentBeanMBean
- getRecoveryActivators() - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Returns the set of RecoveryActivator instances.
- getRecoveryAddress() - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Returns the hostname on which the recovery listener should bind.
- getRecoveryAddress() - Method in interface com.arjuna.ats.arjuna.common.RecoveryEnvironmentBeanMBean
- getRecoveryBackoffPeriod() - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Returns the interval between recovery phases within a recovery scan, in seconds.
- getRecoveryBackoffPeriod() - Method in interface com.arjuna.ats.arjuna.common.RecoveryEnvironmentBeanMBean
- getRecoveryEnvironmentBean() - Static method in class com.arjuna.ats.arjuna.common.recoveryPropertyManager
- getRecoveryManagerHost() - Static method in class com.arjuna.ats.arjuna.recovery.RecoveryManager
- getRecoveryManagerPort() - Static method in class com.arjuna.ats.arjuna.recovery.RecoveryManager
- getRecoveryModuleClassNames() - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Returns a list of names of classes that implement RecoveryModule.
- getRecoveryModuleClassNames() - Method in interface com.arjuna.ats.arjuna.common.RecoveryEnvironmentBeanMBean
- getRecoveryModules() - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Returns the set of RecoveryModule instances.
- getRecoveryPort() - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Returns the network port number on which the recovery listener should bind.
- getRecoveryPort() - Method in interface com.arjuna.ats.arjuna.common.RecoveryEnvironmentBeanMBean
- getRecoveryStore() - Static method in class com.arjuna.ats.arjuna.objectstore.StoreManager
- getRecoveryStore() - Static method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.StoreManagerProxy
-
Get a recovery store proxy from the local MBeanServer
- getRecoveryStore(String, NotificationListener) - Static method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.StoreManagerProxy
-
Get a RecoveryStore proxy.
- getRecoveryStore(NotificationListener) - Static method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.StoreManagerProxy
-
Get a recovery store proxy from the local MBeanServer
- getRemainingTimeoutMills() - Method in interface com.arjuna.ats.jta.transaction.Transaction
- getRemainingTimeoutMills(Object) - Method in class com.arjuna.ats.arjuna.coordinator.TransactionReaper
-
Given the transaction instance, this will return the time left before the transaction is automatically rolled back if it has not been terminated.
- getResource() - Method in interface com.arjuna.ats.jta.xa.RecoverableXAConnection
- getResource(Uid) - Method in interface com.arjuna.ats.jta.recovery.XARecoveryResourceManager
- getResource(Uid, XAResource) - Method in interface com.arjuna.ats.jta.recovery.XARecoveryResourceManager
- getResource(Object) - Method in class com.arjuna.ats.jta.cdi.DelegatingTransactionSynchronizationRegistry
-
Gets an object from the
Mapof resources being managed for the transaction bound to the current thread at the time this method is called. - getResources() - Method in interface com.arjuna.ats.jta.transaction.Transaction
- getResponse() - Static method in class com.arjuna.ats.arjuna.tools.RecoveryMonitor
- getRollbackOnly() - Method in class com.arjuna.ats.jta.cdi.DelegatingTransactionSynchronizationRegistry
-
Get the
rollbackOnlystatus of the transaction bound to the current thread at the time this method is called. - getSavingUid() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
- getScope() - Method in class com.arjuna.ats.jta.cdi.TransactionContext
- getServer() - Method in class com.arjuna.ats.arjuna.tools.osb.util.JMXServer
-
Deprecated.
- getSessionMode() - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- getShare() - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- getShare() - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Returns the share mode for the ObjectStore, i.e., is this being shared between VMs? This property is used by the following object store implementations: ActionStore, CacheStore, HashedActionStore, HashedStore, LogStore, NullActionStore, ShadowingStore, ShadowNoFileLockStore, TwoPhaseVolatileStore, VolatileStore.
- getShare() - Method in interface com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBeanMBean
- getSingleLockStore() - Method in class com.arjuna.ats.txoj.common.TxojEnvironmentBean
-
Deprecated.
- getSingleLockStore() - Method in interface com.arjuna.ats.txoj.common.TxojEnvironmentBeanMBean
-
Deprecated.
- getSocketProcessIdMaxPorts() - Method in class com.arjuna.ats.arjuna.common.CoreEnvironmentBean
-
Returns the maximum number of ports to search when looking for one that is free.
- getSocketProcessIdMaxPorts() - Method in interface com.arjuna.ats.arjuna.common.CoreEnvironmentBeanMBean
- getSocketProcessIdPort() - Method in class com.arjuna.ats.arjuna.common.CoreEnvironmentBean
-
Returns the port number for the Socket based process id implementation.
- getSocketProcessIdPort() - Method in interface com.arjuna.ats.arjuna.common.CoreEnvironmentBeanMBean
- getSourceId() - Static method in class com.arjuna.common.util.ConfigurationInfo
- getState() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.HeaderState
-
Deprecated.
- getStatus() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
Deprecated.
- getStatus() - Method in interface com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapperMBean
-
Deprecated.
- getStatus() - Method in class com.arjuna.ats.jta.cdi.DelegatingTransactionManager
-
Returns the status of the transaction associated with the current thread.
- getStore() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
Set up an object store and assign it to the participantStore variable.
- getStore() - Method in class com.arjuna.ats.arjuna.StateManager
- getStore() - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.BaseStoreBean
- getStore() - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.TxLogBean
- getStoreName() - Method in interface com.arjuna.ats.arjuna.objectstore.BaseStore
- getStoreName() - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.BaseStoreBean
- getStoreName() - Method in interface com.arjuna.ats.arjuna.tools.osb.api.mbeans.BaseStoreMBean
- getStoreName() - Method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.TxLogProxy
- getStoreRoot() - Method in class com.arjuna.ats.arjuna.StateManager
- getSubordinateNodeName(XID) - Static method in class com.arjuna.ats.jta.xa.XATxConverter
- getSynchronizations() - Method in class com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator
- getSynchronizations() - Method in interface com.arjuna.ats.jta.transaction.Transaction
- getSystemOutput() - Static method in class com.arjuna.ats.arjuna.tools.RecoveryMonitor
- getTablePrefix() - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- getTablePrefix() - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Get the table prefix
- getTablePrefix() - Method in interface com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBeanMBean
-
Get the table prefix
- getTabs() - Method in class com.arjuna.ats.arjuna.tools.stats.TxPerfPlugin
- getThreadId() - Static method in class com.arjuna.ats.arjuna.utils.ThreadUtil
-
Get the string ID for the current thread.
- getThreadId(Thread) - Static method in class com.arjuna.ats.arjuna.utils.ThreadUtil
-
Get the string ID for the specified thread.
- getTimeAdded(Uid) - Method in class com.arjuna.ats.arjuna.coordinator.ActionManager
-
Deprecated.this method no longer serves any useful purpose and will be removed in a future release
- getTimeout() - Method in class com.arjuna.ats.arjuna.AtomicAction
- getTimeout() - Method in interface com.arjuna.ats.jta.transaction.Transaction
- getTimeout(Object) - Method in class com.arjuna.ats.arjuna.coordinator.TransactionReaper
-
Given a Control, return the associated timeout, or 0 if we do not know about it.
- getTimeoutFactor() - Method in class com.arjuna.ats.arjuna.common.CoreEnvironmentBean
- getTimestamp() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.UidWrapper
-
Deprecated.The timestamp represent the time (in milliseconds) when the bean was registered.
- gettName() - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.ObjectStateWrapper
- getTransacted() - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- getTransacted() - Method in class org.jboss.narayana.jta.jms.SessionProxy
- getTransaction() - Method in class com.arjuna.ats.jta.cdi.DelegatingTransactionManager
-
Returns the
Transactionobject that represents the transaction context of the calling thread. - getTransaction(Uid) - Method in interface com.arjuna.ats.arjuna.tools.log.TransactionTypeManager.TransactionTypeMap
- getTransaction(String, Uid) - Method in class com.arjuna.ats.arjuna.tools.log.TransactionTypeManager
- getTransactionKey() - Method in class com.arjuna.ats.jta.cdi.DelegatingTransactionSynchronizationRegistry
-
Return an opaque object to represent the transaction bound to the current thread at the time this method is called.
- getTransactionManager() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Returns an instance of a class implementing javax.transaction.TransactionManager.
- getTransactionManagerClassName() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Returns the class name of the javax.transaction.TransactionManager implementation.
- getTransactionManagerClassName() - Method in interface com.arjuna.ats.jta.common.JTAEnvironmentBeanMBean
- getTransactionManagerJNDIContext() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Returns the JNDI bind name for the implementation of TransactionManager.
- getTransactionManagerJNDIContext() - Method in interface com.arjuna.ats.jta.common.JTAEnvironmentBeanMBean
- getTransactionStatus() - Method in class com.arjuna.ats.jta.cdi.DelegatingTransactionSynchronizationRegistry
-
Return the status of the transaction bound to the current thread at the time this method is called.
- getTransactionStatus(Uid) - Method in class com.arjuna.ats.arjuna.recovery.TransactionStatusConnectionManager
-
Obtain the transaction status for the specified transaction.
- getTransactionStatus(String, Uid) - Method in class com.arjuna.ats.arjuna.recovery.TransactionStatusConnectionManager
-
Obtain the transaction status for the specified transaction type and transaction.
- getTransactionStatus(String, String) - Method in class com.arjuna.ats.arjuna.recovery.ActionStatusService
-
Retrieve the transaction status for the specified Uid and if available transaction type.
- getTransactionStatusManagerAddress() - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Returns the hostname on which the transaction status manager should bind.
- getTransactionStatusManagerAddress() - Method in interface com.arjuna.ats.arjuna.common.RecoveryEnvironmentBeanMBean
- getTransactionStatusManagerExpiryTime() - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Returns the time period after which items will be considered to have expired, in hours.
- getTransactionStatusManagerExpiryTime() - Method in interface com.arjuna.ats.arjuna.common.RecoveryEnvironmentBeanMBean
- getTransactionStatusManagerPort() - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Returns the network port number on which the transaction status manager should bind.
- getTransactionStatusManagerPort() - Method in interface com.arjuna.ats.arjuna.common.RecoveryEnvironmentBeanMBean
- getTransactionSynchronizationRegistry() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Returns an instance of a class implementing javax.transaction.transactionSynchronizationRegistry.
- getTransactionSynchronizationRegistryClassName() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Returns the class name of the javax.transaction.TransactionSynchronizationRegistry implementation.
- getTransactionSynchronizationRegistryClassName() - Method in interface com.arjuna.ats.jta.common.JTAEnvironmentBeanMBean
- getTransactionSynchronizationRegistryJNDIContext() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Returns the JNDI bind name for the implementation of TransactionSynchronizationRegistry.
- getTransactionSynchronizationRegistryJNDIContext() - Method in interface com.arjuna.ats.jta.common.JTAEnvironmentBeanMBean
- getTransactionTimeout() - Method in class org.jboss.narayana.jta.jms.JmsXAResourceRecoveryHelper
-
Delegates XAResource#getTransactionTimeout call to the connected JMS resource.
- getTransactionType(String) - Method in class com.arjuna.ats.arjuna.tools.log.TransactionTypeManager
- getTransactionUid() - Method in class com.arjuna.ats.jta.xa.XidImple
- getTxId() - Method in interface com.arjuna.ats.jta.transaction.Transaction
- getTxLocalResource(Object) - Method in interface com.arjuna.ats.jta.transaction.Transaction
- getTxLog() - Static method in class com.arjuna.ats.arjuna.objectstore.StoreManager
- getTxLogSize() - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- getTxLogSize() - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Returns the default size of the LogStore file, in bytes.
- getTxLogSize() - Method in interface com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBeanMBean
- getTxojEnvironmentBean() - Static method in class com.arjuna.ats.txoj.common.txojPropertyManager
- getTxOJStore() - Static method in class com.arjuna.ats.arjuna.objectstore.StoreManager
- getTxReaperCancelFailWaitPeriod() - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Returns the number of millisecs delay after a worker thread is interrupted, before the reaper writes the it off as a zombie and starts a new thread.
- getTxReaperCancelFailWaitPeriod() - Method in interface com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBeanMBean
- getTxReaperCancelWaitPeriod() - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Returns the number of millisecs delay after a cancel is scheduled, before the reaper tries to interrupt the worker thread executing the cancel.
- getTxReaperCancelWaitPeriod() - Method in interface com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBeanMBean
- getTxReaperMode() - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Returns the operating mode of the transaction timeout processing system.
- getTxReaperMode() - Method in interface com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBeanMBean
- getTxReaperTimeout() - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Returns the timeout (wakeup) interval of the reaper's PERIODIC mode, in milliseconds.
- getTxReaperTimeout() - Method in interface com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBeanMBean
- getTxReaperTraceGracePeriod() - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Returns the number of milliseconds delay after a transaction is started, before the reaper will start taking periodic stack traces from it.
- getTxReaperTraceGracePeriod() - Method in interface com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBeanMBean
- getTxReaperTraceInterval() - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Returns the number of milliseconds interval between transaction stack trace snapshots.
- getTxReaperTraceInterval() - Method in interface com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBeanMBean
- getTxReaperZombieMax() - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Returns the threshold for count of non-exited zombies at which the system starts logging error messages.
- getTxReaperZombieMax() - Method in interface com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBeanMBean
- getTxUid() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.HeaderState
-
Deprecated.
- getType() - Method in interface com.arjuna.ats.arjuna.coordinator.abstractrecord.RecordTypeMap
- getType() - Method in interface com.arjuna.ats.arjuna.tools.log.TransactionTypeManager.TransactionTypeMap
- getType() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
Deprecated.
- getType() - Method in interface com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapperMBean
-
Deprecated.
- getType() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBean
-
Deprecated.
- getType() - Method in interface com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBeanMBean
-
Deprecated.
- getType() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.UidWrapper
-
Deprecated.
- getType(Class<? extends AbstractRecord>) - Method in class com.arjuna.ats.arjuna.coordinator.abstractrecord.RecordTypeManager
- getTypeName() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.OSBTypeHandler
-
Deprecated.
- getTypeOfObject() - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Return the type of the abstract record.
- getUid() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBean
-
Deprecated.
- getUid() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.UidWrapper
-
Deprecated.
- getUid(AbstractRecord) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean.GenericAtomicActionWrapper
-
Deprecated.
- getUid(AbstractRecord) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean
-
Deprecated.return the Uid for given AbstractRecord
- getUid(AbstractRecord) - Method in interface com.arjuna.ats.arjuna.tools.osb.mbean.ActionBeanWrapperInterface
-
Deprecated.
- getUid(AbstractRecord) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBean
-
Deprecated.
- getUid(XID) - Static method in class com.arjuna.ats.jta.xa.XATxConverter
- getUserTransaction() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Returns an instance of a class implementing javax.transaction.UserTransaction.
- getUserTransactionClassName() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Returns the class name of the javax.transaction.UserTransaction implementation.
- getUserTransactionClassName() - Method in interface com.arjuna.ats.jta.common.JTAEnvironmentBeanMBean
- getUserTransactionJNDIContext() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Returns the JNDI bind name for the implementation of UserTransaction.
- getUserTransactionJNDIContext() - Method in interface com.arjuna.ats.jta.common.JTAEnvironmentBeanMBean
- getUserTransactionOperationsProvider() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Returning singleton instance of
UserTransactionOperationsProviderinstantiated based based on name specified byJTAEnvironmentBean.setUserTransactionOperationsProviderClassName(String).
When class name is redefined during runtime there should be instantiated new provider. - getUserTransactionOperationsProviderClassName() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Get class name that is used as
UserTransactionOperationsProvider - getVarDir() - Method in class com.arjuna.ats.arjuna.common.CoreEnvironmentBean
-
Returns the 'var' directory path.
- getVarDir() - Method in interface com.arjuna.ats.arjuna.common.CoreEnvironmentBeanMBean
- getVersion() - Static method in class com.arjuna.common.util.ConfigurationInfo
- getXAErrorCode() - Method in enum com.arjuna.ats.arjuna.tools.osb.mbean.HeuristicStatus
-
Deprecated.
- getXANodeName() - Static method in class com.arjuna.ats.arjuna.coordinator.TxControl
- getXaNodeNameBytes() - Static method in class com.arjuna.ats.arjuna.coordinator.TxControl
- getXaRecoveryNodes() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Returns the set of node identifiers for which recovery will be performed.
- getXaRecoveryNodes() - Method in interface com.arjuna.ats.jta.common.JTAEnvironmentBeanMBean
- getXAResource() - Method in interface com.arjuna.ats.jta.recovery.XAResourceRecovery
-
Get a resource to use for recovery purposes.
- getXaResourceIsSameRMClassNames() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Returns the class names of the XAResource types whose isSameRM method is overridden to return false.
- getXaResourceMapClassNames() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Returns the set of XAResourceMap implementation class names used to configure XAException handling.
- getXaResourceMapClassNames() - Method in interface com.arjuna.ats.jta.common.JTAEnvironmentBeanMBean
- getXaResourceMaps() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Returns the set of XAResourceMap instances.
- getXAResourceName() - Method in interface com.arjuna.ats.jta.resources.XAResourceMap
- getXaResourceOrphanFilterClassNames() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Returns a list of names of classes that implement XAResourceOrphanFilter.
- getXaResourceOrphanFilterClassNames() - Method in interface com.arjuna.ats.jta.common.JTAEnvironmentBeanMBean
- getXaResourceOrphanFilters() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Returns the set of XAResourceOrphanFilter instances.
- getXAResourceRecordWrappingPlugin() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Returns an instance of a class implementing XAResourceRecordWrappingPlugin.
- getXaResourceRecordWrappingPluginClassName() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Returns the class name of the XAResourceRecordWrappingPlugin implementation.
- getXaResourceRecoveries() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Returns the set of XAResourceRecovery instances.
- getXaResourceRecoveryClassNames() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Returns the set of XAResourceRecovery implementation class names, each of which may have configuration data appended to it.
- getXaResourceRecoveryClassNames() - Method in interface com.arjuna.ats.jta.common.JTAEnvironmentBeanMBean
- getXAResources() - Method in interface com.arjuna.ats.jta.recovery.XAResourceRecoveryHelper
- getXAResources() - Method in class org.jboss.narayana.jta.jms.JmsXAResourceRecoveryHelper
-
If JMS connection was created successfully, returns an array with one instance of JmsXAResourceRecoveryHelper.
- getXAResourceState(XAResource) - Method in interface com.arjuna.ats.jta.transaction.Transaction
- getXid() - Method in interface com.arjuna.ats.jta.recovery.XARecoveryResource
- getXid(Uid, boolean, int) - Static method in class com.arjuna.ats.jta.xa.XATxConverter
- getXID() - Method in class com.arjuna.ats.jta.xa.XidImple
- getXIDString(XID) - Static method in class com.arjuna.ats.jta.xa.XATxConverter
- GRANTED - Static variable in class com.arjuna.ats.txoj.LockResult
- greaterThan(Uid) - Method in class com.arjuna.ats.arjuna.common.Uid
- greaterThan(AbstractRecord) - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Determine if two records are greater than in that both are the same type and their Uids are greater than.
H
- H_COMMIT - Static variable in class com.arjuna.ats.arjuna.coordinator.ActionStatus
- H_HAZARD - Static variable in class com.arjuna.ats.arjuna.coordinator.ActionStatus
- H_MIXED - Static variable in class com.arjuna.ats.arjuna.coordinator.ActionStatus
- H_ROLLBACK - Static variable in class com.arjuna.ats.arjuna.coordinator.ActionStatus
- handleException(InvocationContext, Throwable, Transaction) - Method in class com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorBase
-
The handleException considers the transaction to be marked for rollback only in case the thrown exception comes with this effect (see
TransactionHandler.handleExceptionNoThrow(Transactional, Throwable, Transaction)and consider theTransactional.dontRollbackOn(). - handleExceptionNoThrow(Transactional, Throwable, Transaction) - Static method in class com.arjuna.ats.jta.cdi.TransactionHandler
-
For cases that the transaction should be marked for rollback ie.
- hasBeenLocked - Variable in class com.arjuna.ats.txoj.LockManager
- hashCode() - Method in class com.arjuna.ats.arjuna.common.Uid
-
Override Object.hashCode.
- hashCode() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
- hashCode() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.UidWrapper
-
Deprecated.
- hashCode() - Method in class com.arjuna.ats.jta.xa.XidImple
-
Return the hash code for this Xid.
- hasMoreResources() - Method in interface com.arjuna.ats.jta.recovery.XAResourceRecovery
-
Iterate through all of the resources this instance provides access to.
- headerSize - Static variable in class com.arjuna.ats.arjuna.state.OutputBuffer
- HeaderState - Class in com.arjuna.ats.arjuna.tools.osb.mbean
-
Deprecated.as of 5.0.5.Final In a subsequent release we will change packages names in order to provide a better separation between public and internal classes.
- HeaderState(String, Uid, Uid, long) - Constructor for class com.arjuna.ats.arjuna.tools.osb.mbean.HeaderState
-
Deprecated.
- HeaderStateReader - Class in com.arjuna.ats.arjuna.tools.osb.mbean
-
Deprecated.as of 5.0.5.Final In a subsequent release we will change packages names in order to provide a better separation between public and internal classes.
- HeaderStateReader() - Constructor for class com.arjuna.ats.arjuna.tools.osb.mbean.HeaderStateReader
-
Deprecated.
- HEURISTIC - com.arjuna.ats.arjuna.tools.osb.mbean.ParticipantStatus
-
Deprecated.
- HEURISTIC_COMMIT - com.arjuna.ats.arjuna.tools.osb.mbean.HeuristicStatus
-
Deprecated.
- HEURISTIC_COMMIT - Static variable in class com.arjuna.ats.arjuna.coordinator.TwoPhaseOutcome
- HEURISTIC_HAZARD - com.arjuna.ats.arjuna.tools.osb.mbean.HeuristicStatus
-
Deprecated.
- HEURISTIC_HAZARD - Static variable in class com.arjuna.ats.arjuna.coordinator.TwoPhaseOutcome
- HEURISTIC_MIXED - com.arjuna.ats.arjuna.tools.osb.mbean.HeuristicStatus
-
Deprecated.
- HEURISTIC_MIXED - Static variable in class com.arjuna.ats.arjuna.coordinator.TwoPhaseOutcome
- HEURISTIC_ROLLBACK - com.arjuna.ats.arjuna.tools.osb.mbean.HeuristicStatus
-
Deprecated.
- HEURISTIC_ROLLBACK - Static variable in class com.arjuna.ats.arjuna.coordinator.TwoPhaseOutcome
- HeuristicInformation - Interface in com.arjuna.ats.arjuna.coordinator
-
Deprecated.as of 5.2.2.Final In a subsequent release we will be providing this functionality via JMX MBeans
- heuristicList - Variable in class com.arjuna.ats.arjuna.coordinator.BasicAction
- HeuristicNotification - Class in com.arjuna.ats.arjuna.coordinator
- HeuristicNotification() - Constructor for class com.arjuna.ats.arjuna.coordinator.HeuristicNotification
- heuristicOutcome(int) - Method in class com.arjuna.ats.arjuna.coordinator.HeuristicNotification
- HeuristicStatus - Enum in com.arjuna.ats.arjuna.tools.osb.mbean
-
Deprecated.as of 5.0.5.Final In a subsequent release we will change packages names in order to provide a better separation between public and internal classes.
- hexStringToInt(String) - Static method in class com.arjuna.ats.arjuna.utils.Utility
-
Convert a hex String to an integer.
- hexStringToLong(String) - Static method in class com.arjuna.ats.arjuna.utils.Utility
-
Convert a hex String to a long
- hide_state(Uid, String) - Method in interface com.arjuna.ats.arjuna.objectstore.RecoveryStore
-
Hide the object's state in the object store.
- hide_state(Uid, String) - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.RecoveryStoreBean
- hide_state(Uid, String) - Method in interface com.arjuna.ats.arjuna.tools.osb.api.mbeans.RecoveryStoreBeanMBean
- hide_state(Uid, String) - Method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.RecoveryStoreProxy
- hierarchyDepth() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
- hostAddr - Variable in class com.arjuna.ats.arjuna.common.Uid
- hostInetAddr() - Static method in class com.arjuna.ats.arjuna.utils.Utility
- hostNameToInetAddress(String) - Static method in class com.arjuna.ats.arjuna.utils.Utility
-
Convert a host name into an InetAddress object
I
- i18NLogger - Static variable in class com.arjuna.ats.arjuna.logging.tsLogger
- i18NLogger - Static variable in class com.arjuna.ats.jdbc.logging.jdbcLogger
- i18NLogger - Static variable in class com.arjuna.ats.jta.logging.jtaLogger
- i18NLogger - Static variable in class com.arjuna.ats.txoj.logging.txojLogger
- i18NLogger - Static variable in class com.arjuna.common.logging.commonLogger
- InactiveTransactionException - Exception in com.arjuna.ats.jta.exceptions
-
Exception may be thrown under certain circumstances.
- InactiveTransactionException() - Constructor for exception com.arjuna.ats.jta.exceptions.InactiveTransactionException
- InactiveTransactionException(String) - Constructor for exception com.arjuna.ats.jta.exceptions.InactiveTransactionException
- INCOMPLETE_STATE - Static variable in interface com.arjuna.ats.jta.recovery.XARecoveryResource
-
Responses to whether or not the instance is recoverable.
- INDIRECT_MANAGEMENT - Static variable in class com.arjuna.ats.arjuna.recovery.RecoveryManager
-
In this mode the recovery manager runs periodically but may also be driven through messages or via the scan operation if it is embedded.
- INFLIGHT_TRANSACTION - Static variable in interface com.arjuna.ats.jta.recovery.XARecoveryResource
- info_closingconnectionnull(String) - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- info_historic_stack_trace(Uid, String, String, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- info_maxIO() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- info_objectstore_JDBCImple_17() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- info_objectstore_ShadowingStore_14(Uid, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- info_objectstore_ShadowingStore_15(Uid, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- info_osb_HeaderStateCtorFail(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- info_osb_HeaderStateCtorInfo(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- info_osb_MBeanCtorFail(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
-
Deprecated.
- info_osb_StateManagerWrapperFail(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- info_recovery_ActionStatusService_1(String, String, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- info_recovery_ActionStatusService_4(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- info_recovery_ExpiredEntryMonitor_5() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- info_recovery_ExpiredTransactionScanner_4(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- info_recovery_notaxid(String) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- info_recovery_noxanodes() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- info_recovery_PeriodicRecovery_13(String, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- info_recovery_recoverydelayed(Uid, String) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- info_recovery_RecoveryManager_4(String, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- info_recovery_rollingback(String) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- info_recovery_socketready(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- info_recovery_transaction_id_or_branch_qualifier_is_null(String) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- info_recovery_TransactionStatusConnector_4(String, String, String, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- info_recovery_TransactionStatusConnector_5(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- info_recovery_TransactionStatusConnector_6() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- info_recovery_TransactionStatusManager_1(String, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- info_recovery_TransactionStatusManager_3(String, String, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- info_recovery_WorkerService_3() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- info_recovery_WorkerService_4() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- info_resources_arjunacore_assumecomplete(String) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- info_resources_arjunacore_rmcompleted(String) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- info_tools_osb_util_JMXServer_m_1(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- info_tools_osb_util_JMXServer_m_2(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- init(ActionBean, AbstractRecord, ParticipantStatus) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
Deprecated.
- init_StoreManager_instantiate_class_failure(String, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- initialise() - Method in class com.arjuna.ats.txoj.LockManager
- initialise(Uid, String) - Method in class com.arjuna.ats.arjuna.objectstore.ObjectStore
-
Initialise the object store.
- initialise(String) - Method in interface com.arjuna.ats.jta.recovery.XAResourceRecovery
-
Initialise with all properties required to create the resource(s).
- initialise(String) - Method in interface com.arjuna.ats.jta.recovery.XAResourceRecoveryHelper
- initialise(String) - Method in class org.jboss.narayana.jta.jms.JmsXAResourceRecoveryHelper
-
Nothing to initialise.
- initialise(StringTokenizer) - Method in interface com.arjuna.ats.arjuna.objectstore.jdbc.JDBCAccess
-
This method can be used to pass additional information to the implementation.
- initialize() - Method in class com.arjuna.ats.arjuna.recovery.RecoveryManager
-
If the recovery manager has been shutdown previously then recreate it in the same mode as before.
- InputBuffer - Class in com.arjuna.ats.arjuna.state
-
An InputBuffer is used to retrieve various Java types from a byte stream created using an OutputBuffer.
- InputBuffer() - Constructor for class com.arjuna.ats.arjuna.state.InputBuffer
-
Create a new buffer.
- InputBuffer(byte[]) - Constructor for class com.arjuna.ats.arjuna.state.InputBuffer
-
Create our own copy of the byte array.
- InputBuffer(InputBuffer) - Constructor for class com.arjuna.ats.arjuna.state.InputBuffer
-
Create a new buffer and copy the provided one.
- InputObjectState - Class in com.arjuna.ats.arjuna.state
-
InputObjectState provides some additional methods to a basic InputBuffer.
- InputObjectState() - Constructor for class com.arjuna.ats.arjuna.state.InputObjectState
- InputObjectState(Uid, String, byte[]) - Constructor for class com.arjuna.ats.arjuna.state.InputObjectState
- InputObjectState(InputObjectState) - Constructor for class com.arjuna.ats.arjuna.state.InputObjectState
- InputObjectState(OutputObjectState) - Constructor for class com.arjuna.ats.arjuna.state.InputObjectState
- insert(AbstractRecord) - Method in class com.arjuna.ats.arjuna.coordinator.RecordList
-
Insert the entry at the head of the list.
- insert(Reapable, int) - Method in class com.arjuna.ats.arjuna.coordinator.TransactionReaper
-
timeout is given in seconds, but we work in milliseconds.
- insertRecord(RecordList, AbstractRecord) - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
- instantiate() - Static method in class com.arjuna.ats.arjuna.coordinator.TransactionReaper
-
Currently we let the reaper thread run at same priority as other threads.
- insufficientConnectionInformation() - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- INTENTION_READ - Static variable in class com.arjuna.ats.txoj.LockMode
- INTENTION_WRITE - Static variable in class com.arjuna.ats.txoj.LockMode
- intercept(InvocationContext) - Method in class com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorBase
- intercept(InvocationContext) - Method in class com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorMandatory
- intercept(InvocationContext) - Method in class com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorNever
- intercept(InvocationContext) - Method in class com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorNotSupported
- intercept(InvocationContext) - Method in class com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorRequired
- intercept(InvocationContext) - Method in class com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorRequiresNew
- intercept(InvocationContext) - Method in class com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorSupports
- intToHexString(int) - Static method in class com.arjuna.ats.arjuna.utils.Utility
-
Convert integer to hex String.
- intToStatus(int) - Static method in enum com.arjuna.ats.arjuna.tools.osb.mbean.HeuristicStatus
-
Deprecated.
- inuse() - Method in interface com.arjuna.ats.jta.xa.RecoverableXAConnection
- INVALID - Static variable in class com.arjuna.ats.arjuna.coordinator.ActionStatus
- INVALID_TRANSACTION - Static variable in class com.arjuna.ats.arjuna.coordinator.TwoPhaseOutcome
- InvalidTerminationStateException - Exception in com.arjuna.ats.jta.exceptions
-
Exception may be thrown under certain circumstances.
- InvalidTerminationStateException() - Constructor for exception com.arjuna.ats.jta.exceptions.InvalidTerminationStateException
- InvalidTerminationStateException(String) - Constructor for exception com.arjuna.ats.jta.exceptions.InvalidTerminationStateException
- invokeInCallerTx(InvocationContext, Transaction) - Method in class com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorBase
- invokeInNoTx(InvocationContext) - Method in class com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorBase
- invokeInOurTx(InvocationContext, TransactionManager) - Method in class com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorBase
- invokeInOurTx(InvocationContext, TransactionManager, RunnableWithException) - Method in class com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorBase
- isActive() - Method in class com.arjuna.ats.jta.cdi.TransactionContext
- isAlive() - Method in interface com.arjuna.ats.jta.transaction.Transaction
- isAllowCheckedActionFactoryOverride() - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Returns true if configured to allow the checked action factory to be overriden Default: true
- isAllowMultipleLastResources() - Method in class com.arjuna.ats.arjuna.common.CoreEnvironmentBean
-
Returns if multiple last (i.e.
- isAllowMultipleLastResources() - Method in interface com.arjuna.ats.arjuna.common.CoreEnvironmentBeanMBean
- isAllowNestedLocking() - Method in class com.arjuna.ats.txoj.common.TxojEnvironmentBean
-
Returns if nested locking is allowed or not.
- isAllowNestedLocking() - Method in interface com.arjuna.ats.txoj.common.TxojEnvironmentBeanMBean
- isAllowRegistration() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.OSBTypeHandler
-
Deprecated.
- isAllowRegistration() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.UidWrapper
-
Deprecated.
- isAlternativeRecordOrdering() - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Whether to use the alternative abstract record ordering.
- isAncestor(Uid) - Method in class com.arjuna.ats.arjuna.coordinator.ActionHierarchy
-
Scan hierarchy looking for a particular Uid starting at deepest and going up.
- isAncestor(Uid) - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
boolean function that checks whether the Uid passed as an argument is the Uid for an ancestor of the current atomic action.
- isAncestorOf(Lock) - Method in class com.arjuna.ats.txoj.LockManager
- isAndroid() - Static method in class com.arjuna.ats.arjuna.utils.Utility
- isAsyncAfterSynchronization() - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Returns true if asynchronous after completion behaviour is enabled.
- isAsyncBeforeSynchronization() - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Returns true if asynchronous before completion behaviour is enabled.
- isAsyncCommit() - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Returns true if anynchronous commit behaviour is enabled.
- isAsyncCommit() - Method in interface com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBeanMBean
- isAsyncPrepare() - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Returns true if asynchronous prepare behaviour is enabled.
- isAsyncPrepare() - Method in interface com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBeanMBean
- isAsyncRollback() - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Returns true if asynchronous rollback behaviour is enabled.
- isAsyncRollback() - Method in interface com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBeanMBean
- isAsyncScan(String) - Static method in class com.arjuna.ats.arjuna.recovery.RecoveryDriver
- isBeforeCompletionWhenRollbackOnly() - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Returns if beforeCompletion should be called on Synchronizations when completing transactions that are marked rollback only.
- isBeforeCompletionWhenRollbackOnly() - Method in interface com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBeanMBean
- isBeforeCompletionWhenRollbackOnly() - Static method in class com.arjuna.ats.arjuna.coordinator.TxControl
- isCacheStoreSync() - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- isCacheStoreSync() - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Returns true if writes to the objectstore should include a disk sync.
- isCacheStoreSync() - Method in interface com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBeanMBean
- isClassicPrepare() - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Returns true if the old style of prepare handling should be used for PersistenceRecord.
- isClassicPrepare() - Method in interface com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBeanMBean
- isCommitOnePhase() - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Returns true if one phase commit optimization is to be used.
- isCommitOnePhase() - Method in interface com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBeanMBean
- isConnected() - Method in class org.jboss.narayana.jta.jms.ConnectionManager
-
Check if JMS connection is active.
- isDisableMultipleLastResourcesWarning() - Method in class com.arjuna.ats.arjuna.common.CoreEnvironmentBean
-
Returns if the per-transaction warning on enlistment of multiple last resources is disabled or not.
- isDisableMultipleLastResourcesWarning() - Method in interface com.arjuna.ats.arjuna.common.CoreEnvironmentBeanMBean
- isDynamic() - Static method in class com.arjuna.ats.arjuna.coordinator.TransactionReaper
- isEnabled() - Static method in class com.arjuna.ats.arjuna.coordinator.TxControl
- isEnabled() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.OSBTypeHandler
-
Deprecated.
- isEnableStatistics() - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Returns true if transaction statistics should be recorded.
- isEnableStatistics() - Method in interface com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBeanMBean
- isFinalizeBasicActions() - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Sets whether or not to use finalizers for BasicActions (i.e.
- isHeuristic() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
Deprecated.
- isIgnoreMBeanHeuristics() - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- isIgnoreMBeanHeuristics() - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
- isInterposed() - Method in class com.arjuna.ats.arjuna.coordinator.HeuristicNotification
- isInterposed() - Method in interface com.arjuna.ats.arjuna.coordinator.SynchronizationRecord
- isJTS() - Static method in class com.arjuna.ats.arjuna.tools.osb.util.JMXServer
-
Deprecated.
- isMaintainHeuristics() - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Returns true if heuristic outcomes should be recorded.
- isMaintainHeuristics() - Method in interface com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBeanMBean
- isNotifyCommitMarkableResourceRecoveryModuleOfCompleteBranches() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
If this is enabled we will tell the recovery module when we complete branches.
- isObjectStoreSync() - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- isObjectStoreSync() - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Returns true if ObjectStore operations should be synched to disk.
- isObjectStoreSync() - Method in interface com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBeanMBean
- isParticipant() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean
-
Deprecated.
- isParticipant() - Method in interface com.arjuna.ats.arjuna.tools.osb.mbean.ActionBeanMBean
-
Deprecated.
- isParticipant() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
Deprecated.
- isParticipant() - Method in interface com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapperMBean
-
Deprecated.
- isPerformImmediateCleanupOfCommitMarkableResourceBranches() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
If this returns true, a synchronization is registered by the CommitMarkableResourceRecord to delete records as soon as the transaction completes.
- isPeriodicWorkSuccessful() - Method in interface com.arjuna.ats.arjuna.recovery.ExtendedRecoveryModule
-
Report whether or not the last recovery pass was successful.
- isPermittedTopLevelOnePhaseCommit() - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Defines if the participant record permits the use of the one phase commit optimization.
- isReadonlyOptimisation() - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Returns true if handling of read only resources should be optimized.
- isReadonlyOptimisation() - Method in interface com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBeanMBean
- isReadonlyOptimisation() - Static method in class com.arjuna.ats.arjuna.coordinator.TxControl
- isRecoveryListener() - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Returns true if the recovery system should listen on a network socket.
- isRecoveryListener() - Method in interface com.arjuna.ats.arjuna.common.RecoveryEnvironmentBeanMBean
- isRemoved() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
Deprecated.
- isSameRM(XAResource) - Method in class org.jboss.narayana.jta.jms.JmsXAResourceRecoveryHelper
-
Delegates XAResource#isSameRM call to the connected JMS resource.
- isSameTransaction(Xid) - Method in class com.arjuna.ats.jta.xa.XidImple
- isScan(String) - Static method in class com.arjuna.ats.arjuna.recovery.RecoveryDriver
- isScanZeroLengthFiles() - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- isScanZeroLengthFiles() - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Returns true if zero length files should be returned by a recovery scan.
- isSharedTransactionLog() - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Deprecated.
- isSharedTransactionLog() - Method in interface com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBeanMBean
-
Deprecated.
- isStartDisabled() - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Returns if the transaction manager should be created in a disabled state or not.
- isStartDisabled() - Method in interface com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBeanMBean
- isStrictJTA12DuplicateXAENDPROTOErr() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Returns true if we would treat XAER_PROTO out of duplicate xar as an error.
- isSupportSubtransactions() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Returns true if subtransactions are allowed.
- isSupportSubtransactions() - Method in interface com.arjuna.ats.jta.common.JTAEnvironmentBeanMBean
- isSynchronousRemoval() - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- isSynchronousRemoval() - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Returns true if the LogStore should write removal records synchronously.
- isSynchronousRemoval() - Method in interface com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBeanMBean
- isTimeoutSocket() - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Returns true if SO_TIMEOUT should be set on Listener socket instances.
- isTimeoutSocket() - Method in interface com.arjuna.ats.arjuna.common.RecoveryEnvironmentBeanMBean
- isTransactionAvailable() - Method in interface org.jboss.narayana.jta.jms.TransactionHelper
-
Check if transaction is active.
- isTransactionAvailable() - Method in class org.jboss.narayana.jta.jms.TransactionHelperImpl
- isTransactionStatusManagerEnable() - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Returns if the transaction status manager (TSM) service, needed for out of process recovery, should be provided or not.
- isTransactionStatusManagerEnable() - Method in interface com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBeanMBean
- isTransactionSync() - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- isTransactionSync() - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Returns true if transaction log operations should be synched to disk.
- isTransactionSync() - Method in interface com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBeanMBean
- isTransactionToThreadListenersEnabled() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Returns true if the listeners announcing of the change of the thread transaction association happens.
- isType(Uid, String, int) - Method in class com.arjuna.ats.arjuna.objectstore.ObjectStore
-
Is the current state of the object the same as that provided as the last parameter?
- isType(Uid, String, int) - Method in interface com.arjuna.ats.arjuna.objectstore.RecoveryStore
-
Is the current state of the object the same as that provided as the last parameter?
- isType(Uid, String, int) - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.RecoveryStoreBean
- isType(Uid, String, int) - Method in interface com.arjuna.ats.arjuna.tools.osb.api.mbeans.RecoveryStoreBeanMBean
- isType(Uid, String, int) - Method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.RecoveryStoreProxy
- isValid() - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.ObjectStateWrapper
- isVerboseScan(String) - Static method in class com.arjuna.ats.arjuna.recovery.RecoveryDriver
- isVolatileStoreSupportAllObjUids() - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- isVolatileStoreSupportAllObjUids() - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
- isWindows() - Static method in class com.arjuna.ats.arjuna.utils.Utility
- isWriteOptimisation() - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Returns true if write optimisation protocol should be used for PersistenceRecord.
- isWriteOptimisation() - Method in interface com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBeanMBean
- isXaAssumeRecoveryComplete() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Returns if XAResources that can't be recovered should be assumed to have completed.
- isXaAssumeRecoveryComplete() - Method in interface com.arjuna.ats.jta.common.JTAEnvironmentBeanMBean
- isXaRollbackOptimization() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Returns if connections associated to XAResources that fail during prepare should be cleaned up immediately.
- isXaRollbackOptimization() - Method in interface com.arjuna.ats.jta.common.JTAEnvironmentBeanMBean
- isXaTransactionTimeoutEnabled() - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Returns if the transaction timeout is passed on to the enlisted XAResources.
- isXaTransactionTimeoutEnabled() - Method in interface com.arjuna.ats.jta.common.JTAEnvironmentBeanMBean
- iterate() - Method in class com.arjuna.ats.arjuna.coordinator.RecordListIterator
- iterate() - Method in class com.arjuna.ats.arjuna.objectstore.ObjectStoreIterator
-
return the Uids from the list one at a time.
J
- jdbc - Static variable in class com.arjuna.ats.jdbc.TransactionalDriver
- JDBCAccess - Interface in com.arjuna.ats.arjuna.objectstore.jdbc
-
Do not return a connection which participates within the transaction 2-phase commit protocol! All connections will have auto-commit set to true, or we will not be able to use them.
- jdbcCompliant() - Method in class com.arjuna.ats.jdbc.TransactionalDriver
- JDBCEnvironmentBean - Class in com.arjuna.ats.jdbc.common
-
A JavaBean containing configuration properties for the JDBC subsystem.
- JDBCEnvironmentBean() - Constructor for class com.arjuna.ats.jdbc.common.JDBCEnvironmentBean
- JDBCEnvironmentBeanMBean - Interface in com.arjuna.ats.jdbc.common
-
A JMX MBean interface containing configuration for the JDBC subsystem.
- jdbcI18NLogger - Interface in com.arjuna.ats.jdbc.logging
-
i18n log messages for the jdbc module.
- jdbcLogger - Class in com.arjuna.ats.jdbc.logging
- jdbcLogger() - Constructor for class com.arjuna.ats.jdbc.logging.jdbcLogger
- jdbcPropertyManager - Class in com.arjuna.ats.jdbc.common
-
Property manager wrapper for the JDBC module.
- jdbcPropertyManager() - Constructor for class com.arjuna.ats.jdbc.common.jdbcPropertyManager
- JMSContextProxy - Class in org.jboss.narayana.jta.jms
- JmsXAResourceRecoveryHelper - Class in org.jboss.narayana.jta.jms
- JmsXAResourceRecoveryHelper(XAConnectionFactory) - Constructor for class org.jboss.narayana.jta.jms.JmsXAResourceRecoveryHelper
- JmsXAResourceRecoveryHelper(XAConnectionFactory, String, String) - Constructor for class org.jboss.narayana.jta.jms.JmsXAResourceRecoveryHelper
- JmsXAResourceRecoveryHelper(ConnectionManager) - Constructor for class org.jboss.narayana.jta.jms.JmsXAResourceRecoveryHelper
- JMXServer - Class in com.arjuna.ats.arjuna.tools.osb.util
-
Deprecated.as of 5.0.5.Final In a subsequent release we will change packages names in order to provide a better separation between public and internal classes.
- JMXServer() - Constructor for class com.arjuna.ats.arjuna.tools.osb.util.JMXServer
-
Deprecated.
- JNDIManager - Class in com.arjuna.ats.jta.utils
- JNDIManager() - Constructor for class com.arjuna.ats.jta.utils.JNDIManager
- JNDIReferenceBindingBean - Class in com.arjuna.ats.jta.utils
-
JavaBean for binding a Reference into JNDI.
- JNDIReferenceBindingBean() - Constructor for class com.arjuna.ats.jta.utils.JNDIReferenceBindingBean
- JTA_RECORD - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- JTAEnvironmentBean - Class in com.arjuna.ats.jta.common
-
A JavaBean containing configuration properties for the JTA subsystem.
- JTAEnvironmentBean() - Constructor for class com.arjuna.ats.jta.common.JTAEnvironmentBean
- JTAEnvironmentBeanMBean - Interface in com.arjuna.ats.jta.common
-
A JMX MBean interface containing configuration for the JTA system.
- JTAHelper - Class in com.arjuna.ats.jta.utils
-
Some useful utility routines.
- JTAHelper() - Constructor for class com.arjuna.ats.jta.utils.JTAHelper
- jtaI18NLogger - Interface in com.arjuna.ats.jta.logging
-
i18n log messages for the jta module.
- jtaLogger - Class in com.arjuna.ats.jta.logging
- jtaPropertyManager - Class in com.arjuna.ats.jta.common
-
Property manager wrapper for the JTA module.
- jtaPropertyManager() - Constructor for class com.arjuna.ats.jta.common.jtaPropertyManager
- JTAX_RECORD - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- JTS_INITIALISER_CNAME - Static variable in class com.arjuna.ats.arjuna.tools.osb.util.JMXServer
-
Deprecated.
L
- LASTRESOURCE - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
-
The following is for a one-phase aware resource that we enlist in a two-phase commit transaction using the last resource commit optimization.
- LastResourceCommitOptimisation - Interface in com.arjuna.ats.jta.resources
-
Marker interface for Last Resource Commit Optimisation.
- lastResourceUid() - Static method in class com.arjuna.ats.arjuna.common.Uid
-
Return a last resource Uid (0:0:0:0:1)
- LEAVE_ALONE - com.arjuna.ats.jta.recovery.XAResourceOrphanFilter.Vote
- length() - Method in class com.arjuna.ats.arjuna.state.InputBuffer
-
Return the length of the byte buffer.
- length() - Method in class com.arjuna.ats.arjuna.state.OutputBuffer
-
Return the length of the byte array being used to store data types.
- lessThan(Uid) - Method in class com.arjuna.ats.arjuna.common.Uid
- lessThan(AbstractRecord) - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Determine if two records are less than in that both are the same type and their Uids are less than.
- listHead - Variable in class com.arjuna.ats.arjuna.coordinator.RecordList
- listType - Variable in class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
Deprecated.
- loadFromXML(Properties, InputStream) - Method in class com.arjuna.common.util.propertyservice.AbstractPropertiesFactory
- loadFromXML(Properties, InputStream) - Method in class com.arjuna.common.util.propertyservice.PropertiesFactorySax
-
Reads XML provided in
isinput stream and looks for property entries. - loadFromXML(Properties, InputStream) - Method in class com.arjuna.common.util.propertyservice.PropertiesFactoryStax
- loadObjectState() - Method in class com.arjuna.ats.arjuna.StateManager
-
Do we need to load the object's state?
- loadState() - Method in class com.arjuna.ats.txoj.LockManager
- locateStore(String) - Method in class com.arjuna.ats.arjuna.objectstore.ObjectStore
- lock(int) - Method in class com.arjuna.ats.arjuna.utils.FileLock
- lock(int, boolean) - Method in class com.arjuna.ats.arjuna.utils.FileLock
- Lock - Class in com.arjuna.ats.txoj
-
Instances of this class (or derived user classes) are used when trying to set a lock.
- Lock() - Constructor for class com.arjuna.ats.txoj.Lock
-
Create a new lock.
- Lock(int) - Constructor for class com.arjuna.ats.txoj.Lock
-
Create a new Lock object and initialise it.
- Lock(Uid) - Constructor for class com.arjuna.ats.txoj.Lock
-
This is used when re-initialising a Lock after retrieval from the object store.
- LOCK - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- lockConflict(Lock) - Method in class com.arjuna.ats.txoj.LockManager
- LOCKFREE - Static variable in class com.arjuna.ats.txoj.LockStatus
- LOCKHELD - Static variable in class com.arjuna.ats.txoj.LockStatus
- LockManager - Class in com.arjuna.ats.txoj
-
This class provides (transactional) concurrency control for application objects.
- LockManager() - Constructor for class com.arjuna.ats.txoj.LockManager
- LockManager(int) - Constructor for class com.arjuna.ats.txoj.LockManager
- LockManager(int, int) - Constructor for class com.arjuna.ats.txoj.LockManager
- LockManager(Uid) - Constructor for class com.arjuna.ats.txoj.LockManager
- LockManager(Uid, int) - Constructor for class com.arjuna.ats.txoj.LockManager
- LockManager(Uid, int, int) - Constructor for class com.arjuna.ats.txoj.LockManager
- LockMode - Class in com.arjuna.ats.txoj
-
The types of lock which can exist.
- LockMode() - Constructor for class com.arjuna.ats.txoj.LockMode
- lockMutex() - Method in class com.arjuna.ats.arjuna.StateManager
- LockResult - Class in com.arjuna.ats.txoj
-
The various results which can occur when setting a lock.
- LockResult() - Constructor for class com.arjuna.ats.txoj.LockResult
- LOCKRETAINED - Static variable in class com.arjuna.ats.txoj.LockStatus
- locksHeld - Variable in class com.arjuna.ats.txoj.LockManager
- locksHeldLockObject - Variable in class com.arjuna.ats.txoj.LockManager
- LockStatus - Class in com.arjuna.ats.txoj
-
Essentially an enumeration of the status a lock may be in.
- LockStatus() - Constructor for class com.arjuna.ats.txoj.LockStatus
- lockStore - Variable in class com.arjuna.ats.txoj.LockManager
- LockStore - Class in com.arjuna.ats.txoj.lockstore
-
The lock store interface is the application's route to using a specific lock store implementation.
- LockStore() - Constructor for class com.arjuna.ats.txoj.lockstore.LockStore
- LockStoreException - Exception in com.arjuna.ats.txoj.exceptions
-
Exception that can be thrown when attempting to access the lock store.
- LockStoreException() - Constructor for exception com.arjuna.ats.txoj.exceptions.LockStoreException
-
Constructs a new exception with
nullas its detail message. - LockStoreException(String) - Constructor for exception com.arjuna.ats.txoj.exceptions.LockStoreException
-
Constructs a new exception with the specified detail message.
- LockStoreException(String, Throwable) - Constructor for exception com.arjuna.ats.txoj.exceptions.LockStoreException
-
Constructs a new exception with the specified detail message and cause.
- LockStoreException(Throwable) - Constructor for exception com.arjuna.ats.txoj.exceptions.LockStoreException
-
Constructs a new exception with the specified cause and a detail message of
(cause==null ? null : cause.toString())(which typically contains the class and detail message ofcause). - lockStoreType - Variable in class com.arjuna.ats.txoj.LockManager
- LogBrowser - Class in com.arjuna.ats.arjuna.tools.log
- LogBrowser() - Constructor for class com.arjuna.ats.arjuna.tools.log.LogBrowser
- LogEditor - Class in com.arjuna.ats.arjuna.tools.log
- LogEditor() - Constructor for class com.arjuna.ats.arjuna.tools.log.LogEditor
- logger - Static variable in class com.arjuna.ats.arjuna.logging.tsLogger
- logger - Static variable in class com.arjuna.ats.jdbc.logging.jdbcLogger
- logger - Static variable in class com.arjuna.ats.jta.logging.jtaLogger
- logger - Static variable in class com.arjuna.ats.txoj.logging.txojLogger
- logger - Static variable in class com.arjuna.common.logging.commonLogger
- LogRecordWrapper - Class in com.arjuna.ats.arjuna.tools.osb.mbean
-
Deprecated.as of 5.0.5.Final In a subsequent release we will change packages names in order to provide a better separation between public and internal classes.
- LogRecordWrapper(Uid) - Constructor for class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
Deprecated.
- LogRecordWrapper(ActionBean, AbstractRecord, ParticipantStatus) - Constructor for class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
Deprecated.
- LogRecordWrapper(ActionBean, AbstractRecord, ParticipantStatus, UidWrapper) - Constructor for class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
Deprecated.
- LogRecordWrapper(ActionBean, AbstractRecord, ParticipantStatus, String) - Constructor for class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
Deprecated.
- LogRecordWrapperMBean - Interface in com.arjuna.ats.arjuna.tools.osb.mbean
-
Deprecated.as of 5.0.5.Final In a subsequent release we will change packages names in order to provide a better separation between public and internal classes.
- longToHexString(long) - Static method in class com.arjuna.ats.arjuna.utils.Utility
-
Convert a long to a hex String.
- LRA_CHILD_RECORD - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- LRA_PARENT_RECORD - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- LRA_RECORD - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
M
- main(String[]) - Static method in class com.arjuna.ats.arjuna.recovery.RecoveryManager
-
Run the RecoveryManager.
- main(String[]) - Static method in class com.arjuna.ats.arjuna.tools.log.LogBrowser
- main(String[]) - Static method in class com.arjuna.ats.arjuna.tools.log.LogEditor
- main(String[]) - Static method in class com.arjuna.ats.arjuna.tools.ObjectStateQuery
- main(String[]) - Static method in class com.arjuna.ats.arjuna.tools.ObjectStoreMonitor
- main(String[]) - Static method in class com.arjuna.ats.arjuna.tools.OTM
- main(String[]) - Static method in class com.arjuna.ats.arjuna.tools.RecoveryMonitor
- main(String[]) - Static method in class com.arjuna.ats.arjuna.tools.stats.TxPerfGraph
- main(String[]) - Static method in class com.arjuna.ats.arjuna.tools.TransactionMonitor
- main(String[]) - Static method in class com.arjuna.common.util.ConfigurationInfo
-
Print config info to stdout.
- maintainHeuristics() - Static method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
If heuristic outcomes are returned, by default we will not save the state once the forget method has been called on them (which happens as soon as we have received all outcomes from registered resources).
- manager() - Static method in class com.arjuna.ats.arjuna.coordinator.abstractrecord.RecordTypeManager
- manager() - Static method in class com.arjuna.ats.arjuna.coordinator.ActionManager
- manager() - Static method in class com.arjuna.ats.arjuna.recovery.RecoveryManager
-
Obtain a reference to the RecoveryManager singleton.
- manager(int) - Static method in class com.arjuna.ats.arjuna.recovery.RecoveryManager
-
Obtain a reference to the RecoveryManager singleton.
- markedRollbackOnly(Uid) - Method in interface com.arjuna.ats.arjuna.coordinator.listener.ReaperMonitor
-
The indicated transaction has been marked as rollback-only by the reaper.
- MAX_PORT - Static variable in class com.arjuna.ats.arjuna.utils.Utility
-
Maximum value for a socket port
- maxConnections - Static variable in class com.arjuna.ats.jdbc.TransactionalDriver
- maxUid() - Static method in class com.arjuna.ats.arjuna.common.Uid
-
Return the maximum Uid (7fffffffffffffff:7fffffffffffffff:7fffffff:7fffffff:7fffffff)
- merge(AbstractRecord) - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Merge the current record with the one presented.
- MetaObjectStoreEnvironmentBean - Class in com.arjuna.ats.arjuna.common
-
Implements an ObjectStoreEnvironmentBean instance that propagates all ObjectStoreEnvironmentBean updates to all named instances of ObjectStoreEnvironmentBean.
- MetaObjectStoreEnvironmentBean() - Constructor for class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- minUid() - Static method in class com.arjuna.ats.arjuna.common.Uid
-
Return the minimum Uid (-8000000000000000:-8000000000000000:-80000000:-80000000:-80000000)
- mode() - Method in class com.arjuna.ats.arjuna.recovery.RecoveryManager
-
Indicates what mode (INDIRECT_MANAGEMENT or DIRECT_MANAGEMENT) the recovery manager is configured for.
- modeString(int) - Static method in class com.arjuna.ats.arjuna.utils.FileLock
- modified() - Method in class com.arjuna.ats.arjuna.StateManager
-
The object's state is about to be modified, and StateManager should take a snapshot of the state if the object is being used within a transaction.
- modifiesObject() - Method in class com.arjuna.ats.txoj.Lock
-
Does this lock imply a modification of the object it is applied to? For example, a READ lock would return false, but a WRITE lock would return true.
- modifyingActions - Variable in class com.arjuna.ats.arjuna.StateManager
- MULTIPLE - Static variable in class com.arjuna.ats.arjuna.ObjectModel
-
In the MULTIPLE model, it is assumed that multiple instances of the object may exist in different JVMs concurrently, or within the same JVM if each thread gets its own instance.
- mutex - Variable in class com.arjuna.ats.txoj.LockManager
- MXBeanDescription - Annotation Type in com.arjuna.ats.arjuna.tools.osb.annotation
-
Deprecated.as of 5.0.5.Final In a subsequent release we will change packages names in order to provide a better separation between public and internal classes.
- MXBeanPropertyDescription - Annotation Type in com.arjuna.ats.arjuna.tools.osb.annotation
-
Deprecated.as of 5.0.5.Final In a subsequent release we will change packages names in order to provide a better separation between public and internal classes.
N
- NAMING - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- NEITHER - Static variable in class com.arjuna.ats.arjuna.ObjectType
- NESTED - Static variable in class com.arjuna.ats.arjuna.coordinator.ActionType
- nestedAbort() - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
A rollback of a nested transaction has occurred.
- nestedCleanup() - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Cleanup is called if a nested is detected to be an orphan.
- nestedCommit() - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
A commit of a nested transaction has occurred.
- nestedLocking - Static variable in class com.arjuna.ats.txoj.LockManager
- nestedOnePhaseCommit() - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Perform a nested one phase commit.
- nestedPrepare() - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
A prepare for a nested transaction has occurred.
- NEWLINE - Static variable in class com.arjuna.common.util.propertyservice.StringPropertyReplacer
-
New line string constant
- newSwingWorker() - Method in class com.arjuna.ats.arjuna.tools.stats.TxPerfGraph
- newSwingWorker() - Method in class com.arjuna.ats.arjuna.tools.stats.TxPerfPlugin
- NO_ACTION - Static variable in class com.arjuna.ats.arjuna.coordinator.ActionStatus
- NO_TIMEOUT - Static variable in class com.arjuna.ats.arjuna.AtomicAction
- NODE_NAME_SIZE - Static variable in class com.arjuna.ats.arjuna.common.CoreEnvironmentBean
- NODE_NAME_SIZE - Static variable in class com.arjuna.ats.arjuna.coordinator.TxControl
- NONE_RECORD - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- NORMAL - Static variable in class com.arjuna.ats.arjuna.coordinator.TransactionReaper
- NOT_PREPARED - Static variable in class com.arjuna.ats.arjuna.coordinator.TwoPhaseOutcome
- notAProblem(XAException, boolean) - Method in interface com.arjuna.ats.jta.resources.XAResourceMap
- notempty() - Method in class com.arjuna.ats.arjuna.state.InputObjectState
- notempty() - Method in class com.arjuna.ats.arjuna.state.OutputObjectState
- notEquals(Uid) - Method in class com.arjuna.ats.arjuna.common.Uid
- NotImplementedException - Exception in com.arjuna.ats.jta.exceptions
-
Exception may be thrown under certain circumstances.
- NotImplementedException() - Constructor for exception com.arjuna.ats.jta.exceptions.NotImplementedException
-
Constructs a new exception with
nullas its detail message. - NotImplementedException(String) - Constructor for exception com.arjuna.ats.jta.exceptions.NotImplementedException
-
Constructs a new exception with the specified detail message.
- NotImplementedException(String, Throwable) - Constructor for exception com.arjuna.ats.jta.exceptions.NotImplementedException
-
Constructs a new exception with the specified detail message and cause.
- NotImplementedException(Throwable) - Constructor for exception com.arjuna.ats.jta.exceptions.NotImplementedException
-
Constructs a new exception with the specified cause and a detail message of
(cause==null ? null : cause.toString())(which typically contains the class and detail message ofcause). - nullUid() - Static method in class com.arjuna.ats.arjuna.common.Uid
-
Return a null Uid (0:0:0:0:0)
- NUMBER_OF_ABORTED_SERIES - Static variable in class com.arjuna.ats.arjuna.tools.stats.TxPerfGraph
- NUMBER_OF_COMMITTED_SERIES - Static variable in class com.arjuna.ats.arjuna.tools.stats.TxPerfGraph
- NUMBER_OF_HEURISTICS_SERIES - Static variable in class com.arjuna.ats.arjuna.tools.stats.TxPerfGraph
- NUMBER_OF_INFLIGHT_SERIES - Static variable in class com.arjuna.ats.arjuna.tools.stats.TxPerfGraph
- NUMBER_OF_NESTED_SERIES - Static variable in class com.arjuna.ats.arjuna.tools.stats.TxPerfGraph
- NUMBER_OF_TIMEDOUT_SERIES - Static variable in class com.arjuna.ats.arjuna.tools.stats.TxPerfGraph
- NUMBER_OF_TRANSACTIONS_SERIES - Static variable in class com.arjuna.ats.arjuna.tools.stats.TxPerfGraph
- numberOfTimeouts() - Method in class com.arjuna.ats.arjuna.coordinator.TransactionReaper
-
Return the number of timeouts registered.
- numberOfTransactions() - Method in class com.arjuna.ats.arjuna.coordinator.TransactionReaper
O
- OBJ_STORE_BROWSER_HANDLERS - Static variable in class com.arjuna.ats.arjuna.tools.osb.mbean.ObjStoreBrowser
-
Deprecated.
- OBJECT_RECOVERY - Static variable in interface com.arjuna.ats.jta.xa.RecoverableXAConnection
- objectLocked - Variable in class com.arjuna.ats.txoj.LockManager
- objectModel - Variable in class com.arjuna.ats.arjuna.StateManager
- ObjectModel - Class in com.arjuna.ats.arjuna
-
An enumeration of the types of object model supported.
- ObjectModel() - Constructor for class com.arjuna.ats.arjuna.ObjectModel
- ObjectStateQuery - Class in com.arjuna.ats.arjuna.tools
- ObjectStateQuery() - Constructor for class com.arjuna.ats.arjuna.tools.ObjectStateQuery
- ObjectStateWrapper - Class in com.arjuna.ats.arjuna.tools.osb.api.mbeans
-
Wrapper for ObjectInputState and ObjectOutputState to facilitate use in JMX invocations
- ObjectStateWrapper() - Constructor for class com.arjuna.ats.arjuna.tools.osb.api.mbeans.ObjectStateWrapper
- ObjectStateWrapper(InputObjectState) - Constructor for class com.arjuna.ats.arjuna.tools.osb.api.mbeans.ObjectStateWrapper
- ObjectStateWrapper(InputObjectState, boolean) - Constructor for class com.arjuna.ats.arjuna.tools.osb.api.mbeans.ObjectStateWrapper
- ObjectStateWrapper(OutputObjectState) - Constructor for class com.arjuna.ats.arjuna.tools.osb.api.mbeans.ObjectStateWrapper
- ObjectStatus - Class in com.arjuna.ats.arjuna
-
A transactional object may go through a number of different states once it has been created.
- ObjectStatus() - Constructor for class com.arjuna.ats.arjuna.ObjectStatus
- ObjectStore - Class in com.arjuna.ats.arjuna.objectstore
-
The object store interface is the application's route to using a specific object store implementation.
- ObjectStore(ObjectStoreEnvironmentBean) - Constructor for class com.arjuna.ats.arjuna.objectstore.ObjectStore
- ObjectStoreAPI - Interface in com.arjuna.ats.arjuna.objectstore
-
Created by IntelliJ IDEA.
- ObjectStoreEnvironmentBean - Class in com.arjuna.ats.arjuna.common
-
A JavaBean containing configuration properties for the objectstore and various implementations thereof.
- ObjectStoreEnvironmentBean() - Constructor for class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
- ObjectStoreEnvironmentBeanMBean - Interface in com.arjuna.ats.arjuna.common
-
A JMX MBean interface containing configuration for the objectstore and various implementations thereof.
- ObjectStoreError - Error in com.arjuna.ats.arjuna.exceptions
-
Error that can be thrown when attempting to access the object store.
- ObjectStoreError() - Constructor for error com.arjuna.ats.arjuna.exceptions.ObjectStoreError
-
Constructs a new error with
nullas its detail message. - ObjectStoreError(String) - Constructor for error com.arjuna.ats.arjuna.exceptions.ObjectStoreError
-
Constructs a new error with the specified detail message.
- ObjectStoreError(String, Throwable) - Constructor for error com.arjuna.ats.arjuna.exceptions.ObjectStoreError
-
Constructs a new error with the specified detail message and cause.
- ObjectStoreError(Throwable) - Constructor for error com.arjuna.ats.arjuna.exceptions.ObjectStoreError
-
Constructs a new error with the specified cause and a detail message of
(cause==null ? null : cause.toString())(which typically contains the class and detail message ofcause). - ObjectStoreException - Exception in com.arjuna.ats.arjuna.exceptions
-
Exception that can be thrown when attempting to access the object store.
- ObjectStoreException() - Constructor for exception com.arjuna.ats.arjuna.exceptions.ObjectStoreException
-
Constructs a new exception with
nullas its detail message. - ObjectStoreException(String) - Constructor for exception com.arjuna.ats.arjuna.exceptions.ObjectStoreException
-
Constructs a new exception with the specified detail message.
- ObjectStoreException(String, Throwable) - Constructor for exception com.arjuna.ats.arjuna.exceptions.ObjectStoreException
-
Constructs a new exception with the specified detail message and cause.
- ObjectStoreException(Throwable) - Constructor for exception com.arjuna.ats.arjuna.exceptions.ObjectStoreException
-
Constructs a new exception with the specified cause and a detail message of
(cause==null ? null : cause.toString())(which typically contains the class and detail message ofcause). - ObjectStoreIterator - Class in com.arjuna.ats.arjuna.objectstore
-
Class that allows us to iterate through instances of objects that may be stored within a specific object store.
- ObjectStoreIterator(RecoveryStore, String) - Constructor for class com.arjuna.ats.arjuna.objectstore.ObjectStoreIterator
- ObjectStoreMonitor - Class in com.arjuna.ats.arjuna.tools
- ObjectStoreMonitor() - Constructor for class com.arjuna.ats.arjuna.tools.ObjectStoreMonitor
- objectType() - Method in class com.arjuna.ats.arjuna.StateManager
- ObjectType - Class in com.arjuna.ats.arjuna
-
The various types of StateManager object which can exist.
- ObjectType() - Constructor for class com.arjuna.ats.arjuna.ObjectType
- objectUid - Variable in class com.arjuna.ats.arjuna.StateManager
- ObjStoreBrowser - Class in com.arjuna.ats.arjuna.tools.osb.mbean
-
Deprecated.as of 5.0.5.Final In a subsequent release we will change packages names in order to provide a better separation between public and internal classes.
- ObjStoreBrowser() - Constructor for class com.arjuna.ats.arjuna.tools.osb.mbean.ObjStoreBrowser
-
Deprecated.This is the constructor for the default configuration of ObjStoreBrowser.
- ObjStoreBrowser(String) - Constructor for class com.arjuna.ats.arjuna.tools.osb.mbean.ObjStoreBrowser
-
Deprecated.This is the constructor to configure ObjStoreBrowser with a path to load the Object Store.
- ObjStoreBrowserMBean - Interface in com.arjuna.ats.arjuna.tools.osb.mbean
-
Deprecated.as of 5.0.5.Final In a subsequent release we will change packages names in order to provide a better separation between public and internal classes.
- ObjStoreItemMBean - Interface in com.arjuna.ats.arjuna.tools.osb.mbean
-
Deprecated.as of 5.0.5.Final In a subsequent release we will change packages names in order to provide a better separation between public and internal classes.
- ONE_PHASE_ERROR - Static variable in class com.arjuna.ats.arjuna.coordinator.TwoPhaseOutcome
- onePhaseCommit(boolean) - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
There is only one record on the intentions list.
- onePhaseCommit(boolean, boolean) - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
See
BasicAction.onePhaseCommit(boolean)This method may be called during 2PC prepare when the first resource returns read-only. - OnePhaseResource - Interface in com.arjuna.ats.arjuna.coordinator
- order() - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Return the Uid of this abstract record so that it can be ordered in the intentions list.
- org.jboss.narayana.jta.jms - package org.jboss.narayana.jta.jms
- OS_COMMITTED - Static variable in class com.arjuna.ats.arjuna.objectstore.StateStatus
- OS_COMMITTED_HIDDEN - Static variable in class com.arjuna.ats.arjuna.objectstore.StateStatus
- OS_HIDDEN - Static variable in class com.arjuna.ats.arjuna.objectstore.StateStatus
- OS_INVISIBLE - Static variable in class com.arjuna.ats.arjuna.objectstore.StateType
- OS_ORIGINAL - Static variable in class com.arjuna.ats.arjuna.objectstore.StateType
- OS_SHADOW - Static variable in class com.arjuna.ats.arjuna.objectstore.StateType
-
StateType.
- OS_SHARED - Static variable in class com.arjuna.ats.arjuna.objectstore.StateType
- OS_UNCOMMITTED - Static variable in class com.arjuna.ats.arjuna.objectstore.StateStatus
- OS_UNCOMMITTED_HIDDEN - Static variable in class com.arjuna.ats.arjuna.objectstore.StateStatus
- OS_UNKNOWN - Static variable in class com.arjuna.ats.arjuna.objectstore.StateStatus
-
StateStatus
- OS_UNSHARED - Static variable in class com.arjuna.ats.arjuna.objectstore.StateType
- OSBTypeHandler - Class in com.arjuna.ats.arjuna.tools.osb.mbean
-
Deprecated.as of 5.0.5.Final In a subsequent release we will change packages names in order to provide a better separation between public and internal classes.
- OSBTypeHandler(boolean, boolean, String, String, String, String) - Constructor for class com.arjuna.ats.arjuna.tools.osb.mbean.OSBTypeHandler
-
Deprecated.
- OSBTypeHandler(boolean, String, String, String, String) - Constructor for class com.arjuna.ats.arjuna.tools.osb.mbean.OSBTypeHandler
-
Deprecated.
- OSEntryBean - Class in com.arjuna.ats.arjuna.tools.osb.mbean
-
Deprecated.as of 5.0.5.Final In a subsequent release we will change packages names in order to provide a better separation between public and internal classes.
- OSEntryBean() - Constructor for class com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBean
-
Deprecated.
- OSEntryBean(UidWrapper) - Constructor for class com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBean
-
Deprecated.
- OSEntryBeanMBean - Interface in com.arjuna.ats.arjuna.tools.osb.mbean
-
Deprecated.as of 5.0.5.Final In a subsequent release we will change packages names in order to provide a better separation between public and internal classes.
- other - Variable in class com.arjuna.ats.arjuna.common.Uid
- OTM - Class in com.arjuna.ats.arjuna.tools
- OTM() - Constructor for class com.arjuna.ats.arjuna.tools.OTM
- OTS_ABSTRACTRECORD - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- OTS_RECORD - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- OutputBuffer - Class in com.arjuna.ats.arjuna.state
-
An OuptputBuffer is used to store various Java types as a byte stream.
- OutputBuffer() - Constructor for class com.arjuna.ats.arjuna.state.OutputBuffer
-
Create a new buffer.
- OutputBuffer(byte[]) - Constructor for class com.arjuna.ats.arjuna.state.OutputBuffer
-
Create a new buffer using the provided byte array.
- OutputBuffer(int) - Constructor for class com.arjuna.ats.arjuna.state.OutputBuffer
-
Create a new buffer with the specified initial size.
- OutputBuffer(OutputBuffer) - Constructor for class com.arjuna.ats.arjuna.state.OutputBuffer
-
Create a new OutputBuffer and initialise its state with a copy of the provided buffer.
- outputCapturedStackTraces() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
- outputCapturedStackTraces() - Method in interface com.arjuna.ats.arjuna.coordinator.Reapable
- outputCapturedStackTraces() - Method in class com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator
- OutputObjectState - Class in com.arjuna.ats.arjuna.state
-
OutputObjectState provides some additional methods to a basic OutputBuffer.
- OutputObjectState() - Constructor for class com.arjuna.ats.arjuna.state.OutputObjectState
- OutputObjectState(Uid, String) - Constructor for class com.arjuna.ats.arjuna.state.OutputObjectState
- OutputObjectState(Uid, String, byte[]) - Constructor for class com.arjuna.ats.arjuna.state.OutputObjectState
- OutputObjectState(InputObjectState) - Constructor for class com.arjuna.ats.arjuna.state.OutputObjectState
- OutputObjectState(OutputObjectState) - Constructor for class com.arjuna.ats.arjuna.state.OutputObjectState
- OutputObjectStateWrapper - Class in com.arjuna.ats.arjuna.tools.osb.api.mbeans
-
Wrapper for ObjectOutputState to facilitate use in JMX invocations
- OutputObjectStateWrapper(OutputObjectState) - Constructor for class com.arjuna.ats.arjuna.tools.osb.api.mbeans.OutputObjectStateWrapper
P
- pack(OutputBuffer) - Method in class com.arjuna.ats.arjuna.coordinator.ActionHierarchy
-
Pack the hierarchy into the buffer.
- pack(OutputObjectState) - Method in interface com.arjuna.ats.arjuna.coordinator.OnePhaseResource
- pack(OutputObjectState, Xid) - Static method in class com.arjuna.ats.jta.xa.XidImple
- packBoolean(boolean) - Method in class com.arjuna.ats.arjuna.state.OutputBuffer
-
Pack the boolean.
- packByte(byte) - Method in class com.arjuna.ats.arjuna.state.OutputBuffer
-
Pack a byte.
- packBytes(byte[]) - Method in class com.arjuna.ats.arjuna.state.OutputBuffer
-
Pack the array of bytes.
- packChar(char) - Method in class com.arjuna.ats.arjuna.state.OutputBuffer
-
Pack the character.
- packDouble(double) - Method in class com.arjuna.ats.arjuna.state.OutputBuffer
-
Pack the double.
- packFloat(float) - Method in class com.arjuna.ats.arjuna.state.OutputBuffer
-
Pack the float.
- packHeader(OutputObjectState, Header) - Method in class com.arjuna.ats.arjuna.StateManager
-
Pack the necessary information for crash recovery.
- packInt(int) - Method in class com.arjuna.ats.arjuna.state.OutputBuffer
-
Pack the integer.
- packInto(OutputBuffer) - Method in class com.arjuna.ats.arjuna.state.OutputBuffer
-
Pack this buffer into that provided.
- packInto(OutputBuffer) - Method in class com.arjuna.ats.arjuna.state.OutputObjectState
- packInto(OutputObjectState) - Method in interface com.arjuna.ats.jta.xa.RecoverableXAConnection
- packInto(OutputObjectState) - Method in class com.arjuna.ats.jta.xa.XidImple
- packLong(long) - Method in class com.arjuna.ats.arjuna.state.OutputBuffer
-
Pack the long.
- packShort(short) - Method in class com.arjuna.ats.arjuna.state.OutputBuffer
-
Pack the short.
- packString(String) - Method in class com.arjuna.ats.arjuna.state.OutputBuffer
-
Pack the String.
- packStringBytes(byte[]) - Method in class com.arjuna.ats.arjuna.state.OutputBuffer
- parent - Variable in class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
Deprecated.
- parent() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
- PARTICIPANT_BEAN_NAME - Static variable in class com.arjuna.ats.arjuna.tools.osb.api.proxy.StoreManagerProxy
- ParticipantStatus - Enum in com.arjuna.ats.arjuna.tools.osb.mbean
-
Deprecated.as of 5.0.5.Final In a subsequent release we will change packages names in order to provide a better separation between public and internal classes.
- ParticipantStore - Interface in com.arjuna.ats.arjuna.objectstore
-
Transactional participants MUST use this type of ObjectStore.
- ParticipantStoreBean - Class in com.arjuna.ats.arjuna.tools.osb.api.mbeans
-
implementation of the JMX interface to the JBossTS participant store
- ParticipantStoreBean() - Constructor for class com.arjuna.ats.arjuna.tools.osb.api.mbeans.ParticipantStoreBean
-
Construct an MBean corresponding to the default participant store in this JVM
- ParticipantStoreBean(ParticipantStore) - Constructor for class com.arjuna.ats.arjuna.tools.osb.api.mbeans.ParticipantStoreBean
-
Construct an MBean corresponding to the given store
- ParticipantStoreBeanMBean - Interface in com.arjuna.ats.arjuna.tools.osb.api.mbeans
-
JMX interface to the JBossTS participant store OutputObjectState and InputObjectState are wrapped since they are not convertible to open MBean types.
- ParticipantStoreProxy - Class in com.arjuna.ats.arjuna.tools.osb.api.proxy
-
Remote proxy to a ParticipantStore
- ParticipantStoreProxy(ParticipantStoreBeanMBean) - Constructor for class com.arjuna.ats.arjuna.tools.osb.api.proxy.ParticipantStoreProxy
- PASSIVE - Static variable in class com.arjuna.ats.arjuna.ObjectStatus
- PASSIVE_NEW - Static variable in class com.arjuna.ats.arjuna.ObjectStatus
- password - Static variable in class com.arjuna.ats.jdbc.TransactionalDriver
- peekFront() - Method in class com.arjuna.ats.arjuna.coordinator.RecordList
- peekNext(AbstractRecord) - Method in class com.arjuna.ats.arjuna.coordinator.RecordList
- peekRear() - Method in class com.arjuna.ats.arjuna.coordinator.RecordList
- PENDING - com.arjuna.ats.arjuna.tools.osb.mbean.ParticipantStatus
-
Deprecated.
- pendingList - Variable in class com.arjuna.ats.arjuna.coordinator.BasicAction
- PERIODIC - Static variable in class com.arjuna.ats.arjuna.coordinator.TransactionReaper
- periodicWorkFirstPass() - Method in interface com.arjuna.ats.arjuna.recovery.RecoveryModule
-
Called by the RecoveryManager at start up, and then PERIODIC_RECOVERY_PERIOD seconds after the completion, for all RecoveryModules, of the second pass
- periodicWorkSecondPass() - Method in interface com.arjuna.ats.arjuna.recovery.RecoveryModule
-
Called by the RecoveryManager RECOVERY_BACKOFF_PERIOD seconds after the completion of the first pass
- persist() - Method in class com.arjuna.ats.arjuna.StateManager
-
The persist function changes the type of the object from RECOVERABLE to ANDPERSISTENT.
- PERSISTENCE - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- phase2Abort(boolean) - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
Second phase of the two phase commit protocol for aborting actions.
- phase2Cleanup() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
Cleanup phase for actions.
- phase2Commit(boolean) - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
Second phase of the two-phase commit protocol for committing actions.
- PING - Static variable in class com.arjuna.ats.arjuna.recovery.RecoveryDriver
- PONG - Static variable in class com.arjuna.ats.arjuna.recovery.RecoveryDriver
- poolConnections - Static variable in class com.arjuna.ats.jdbc.TransactionalDriver
- prepare(boolean) - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
Phase one of a two phase commit protocol.
- prepare(Xid) - Method in class org.jboss.narayana.jta.jms.JmsXAResourceRecoveryHelper
-
Delegates XAResource#prepare call to the connected JMS resource.
- PREPARE_NOTOK - Static variable in class com.arjuna.ats.arjuna.coordinator.TwoPhaseOutcome
- PREPARE_OK - Static variable in class com.arjuna.ats.arjuna.coordinator.TwoPhaseOutcome
- PREPARE_ONE_PHASE_COMMITTED - Static variable in class com.arjuna.ats.arjuna.coordinator.TwoPhaseOutcome
- PREPARE_READONLY - Static variable in class com.arjuna.ats.arjuna.coordinator.TwoPhaseOutcome
- PREPARED - com.arjuna.ats.arjuna.tools.osb.mbean.ParticipantStatus
-
Deprecated.
- PREPARED - Static variable in class com.arjuna.ats.arjuna.coordinator.ActionStatus
- preparedList - Variable in class com.arjuna.ats.arjuna.coordinator.BasicAction
- preparedStatus() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
- PREPARING - Static variable in class com.arjuna.ats.arjuna.coordinator.ActionStatus
- present(String) - Method in class com.arjuna.ats.arjuna.tools.log.TransactionTypeManager
-
Is this transaction log one we support?
- PRESENT - Static variable in class com.arjuna.ats.txoj.ConflictType
- preventCommit() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
Force the only outcome for the transaction to be to rollback.
- preventCommit() - Method in interface com.arjuna.ats.arjuna.coordinator.Reapable
- print(PrintStream) - Method in class com.arjuna.ats.arjuna.common.Uid
-
Print a human-readable form of the Uid.
- print(PrintWriter) - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Write information about this specific instance to the specified stream.
- print(PrintWriter) - Method in class com.arjuna.ats.arjuna.coordinator.ActionHierarchy
-
Print out the transaction hierarchy.
- print(PrintWriter) - Method in class com.arjuna.ats.arjuna.coordinator.RecordList
- print(PrintWriter) - Method in class com.arjuna.ats.arjuna.state.InputBuffer
-
Print information about this instance.
- print(PrintWriter) - Method in class com.arjuna.ats.arjuna.state.InputObjectState
- print(PrintWriter) - Method in class com.arjuna.ats.arjuna.state.OutputBuffer
-
Print out information about this instance.
- print(PrintWriter) - Method in class com.arjuna.ats.arjuna.state.OutputObjectState
- print(PrintWriter) - Method in class com.arjuna.ats.arjuna.StateManager
-
Print out information about the object.
- print(PrintWriter) - Method in class com.arjuna.ats.txoj.Lock
-
functions inherited from StateManager
- print(PrintWriter) - Method in class com.arjuna.ats.txoj.LockManager
-
Print information about this instance on the specified
PrintWriter. - print(PrintWriter, int) - Static method in class com.arjuna.ats.arjuna.coordinator.ActionStatus
-
Print the status on the specified
PrintWriter. - print(PrintWriter, int) - Static method in class com.arjuna.ats.arjuna.coordinator.ActionType
-
Print a human-readable version of the type.
- print(PrintWriter, int) - Static method in class com.arjuna.ats.arjuna.coordinator.AddOutcome
- print(PrintWriter, int) - Static method in class com.arjuna.ats.arjuna.coordinator.RecordType
-
Print a human-readable version of the lock type.
- print(PrintWriter, int) - Static method in class com.arjuna.ats.arjuna.coordinator.TwoPhaseOutcome
- print(PrintWriter, int) - Static method in class com.arjuna.ats.arjuna.ObjectModel
-
Print out a human-readable form of the model type.
- print(PrintWriter, int) - Static method in class com.arjuna.ats.arjuna.ObjectStatus
- print(PrintWriter, int) - Static method in class com.arjuna.ats.arjuna.ObjectType
-
Print a human-readable form of the object type.
- print(PrintWriter, int) - Static method in class com.arjuna.ats.txoj.ConflictType
-
Print a human-readable form of the conflict type.
- print(PrintWriter, int) - Static method in class com.arjuna.ats.txoj.LockMode
- print(PrintWriter, int) - Static method in class com.arjuna.ats.txoj.LockResult
-
Print a human-readable form of the lock result.
- print(PrintWriter, int) - Static method in class com.arjuna.ats.txoj.LockStatus
- printState(PrintWriter) - Method in class com.arjuna.ats.txoj.LockManager
-
Load state into object prior to doing the printing.
- printStateStatus(PrintWriter, int) - Static method in class com.arjuna.ats.arjuna.objectstore.StateStatus
- printStateType(PrintWriter, int) - Static method in class com.arjuna.ats.arjuna.objectstore.StateType
- printStatus(PrintWriter) - Method in class com.arjuna.ats.arjuna.coordinator.TxStats
-
Print all of the current statistics information.
- printString(int) - Static method in class com.arjuna.ats.arjuna.coordinator.AddOutcome
- printString(int) - Static method in class com.arjuna.ats.txoj.LockStatus
-
Print a human-readable form.
- printXAErrorCode(XAException) - Static method in class com.arjuna.ats.jta.utils.XAHelper
-
Print a human-readable version of the XAException.
- probe() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ObjStoreBrowser
-
Deprecated.See if any new MBeans need to be registered or if any existing MBeans no longer exist as ObjectStore entries.
- probe() - Method in interface com.arjuna.ats.arjuna.tools.osb.mbean.ObjStoreBrowserMBean
-
Deprecated.
- probe() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.UidWrapper
-
Deprecated.Refresh the management view of the whole ObjectStore
- probe(String) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ObjStoreBrowser
-
Deprecated.Register new MBeans of the requested type (or unregister ones whose corresponding ObjectStore entry has been removed)
- probe(String) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.UidWrapper
-
Deprecated.
- process - Variable in class com.arjuna.ats.arjuna.common.Uid
- Process - Interface in com.arjuna.ats.arjuna.utils
-
Provides a configurable way to get a unique process id.
- processManagedBean(ProcessManagedBean<?>) - Method in class com.arjuna.ats.jta.cdi.TransactionExtension
-
Gathering information about managed bean to obtain mapping bean to annotated type.
- propagate() - Method in class com.arjuna.ats.txoj.Lock
-
Propagate the lock.
- propagate(Uid, Uid) - Method in class com.arjuna.ats.txoj.LockManager
-
Change lock ownership as nested action commits.
- propagateOnAbort() - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Determine if records are discarded on action abort or must be propagated to parents.
- propagateOnCommit() - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Determine if records are discarded on action commit or must be propagated to parents.
- PropertiesFactory - Class in com.arjuna.common.util.propertyservice
- PropertiesFactory() - Constructor for class com.arjuna.common.util.propertyservice.PropertiesFactory
- PropertiesFactorySax - Class in com.arjuna.common.util.propertyservice
- PropertiesFactorySax() - Constructor for class com.arjuna.common.util.propertyservice.PropertiesFactorySax
- PropertiesFactoryStax - Class in com.arjuna.common.util.propertyservice
- PropertiesFactoryStax() - Constructor for class com.arjuna.common.util.propertyservice.PropertiesFactoryStax
- propertyChange(PropertyChangeEvent) - Method in class com.arjuna.ats.arjuna.tools.stats.TxPerfPlugin
- put(BasicAction) - Method in class com.arjuna.ats.arjuna.coordinator.ActionManager
- putFront(AbstractRecord) - Method in class com.arjuna.ats.arjuna.coordinator.RecordList
-
Explicit push onto front of list.
- putRear(AbstractRecord) - Method in class com.arjuna.ats.arjuna.coordinator.RecordList
-
Explicit push onto rear of list.
- putResource(Object, Object) - Method in class com.arjuna.ats.jta.cdi.DelegatingTransactionSynchronizationRegistry
-
Adds or replaces an object in the
Mapof resources being managed for the transaction bound to the current thread at the time this method is called. - putTxLocalResource(Object, Object) - Method in interface com.arjuna.ats.jta.transaction.Transaction
Q
- queryNames(String, QueryExp) - Method in class com.arjuna.ats.arjuna.tools.osb.util.JMXServer
-
Deprecated.
R
- ra - Variable in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean
-
Deprecated.
- READ - Static variable in class com.arjuna.ats.txoj.LockMode
- read_committed(Uid, String) - Method in interface com.arjuna.ats.arjuna.objectstore.ParticipantStore
-
Read the object's committed state.
- read_committed(Uid, String) - Method in interface com.arjuna.ats.arjuna.objectstore.RecoveryStore
-
Read the object's committed state.
- read_committed(Uid, String) - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.ParticipantStoreBean
- read_committed(Uid, String) - Method in interface com.arjuna.ats.arjuna.tools.osb.api.mbeans.ParticipantStoreBeanMBean
- read_committed(Uid, String) - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.RecoveryStoreBean
- read_committed(Uid, String) - Method in interface com.arjuna.ats.arjuna.tools.osb.api.mbeans.RecoveryStoreBeanMBean
- read_committed(Uid, String) - Method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.ParticipantStoreProxy
- read_committed(Uid, String) - Method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.RecoveryStoreProxy
- read_state(Uid, String) - Method in class com.arjuna.ats.txoj.lockstore.LockStore
- read_uncommitted(Uid, String) - Method in interface com.arjuna.ats.arjuna.objectstore.ParticipantStore
-
Read the object's shadowed state.
- read_uncommitted(Uid, String) - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.ParticipantStoreBean
- read_uncommitted(Uid, String) - Method in interface com.arjuna.ats.arjuna.tools.osb.api.mbeans.ParticipantStoreBeanMBean
- read_uncommitted(Uid, String) - Method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.ParticipantStoreProxy
- READONLY - com.arjuna.ats.arjuna.tools.osb.mbean.ParticipantStatus
-
Deprecated.
- readonlyList - Variable in class com.arjuna.ats.arjuna.coordinator.BasicAction
- Reapable - Interface in com.arjuna.ats.arjuna.coordinator
- ReaperMonitor - Interface in com.arjuna.ats.arjuna.coordinator.listener
-
An instance of this interface will be called whenever a transaction is either timed-out or set rollback-only by the transaction reaper.
- rec - Variable in class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
Deprecated.
- RecordList - Class in com.arjuna.ats.arjuna.coordinator
-
This class manages instances of the classes derived from AbstractRecord in the form of an ordered doubly-linked list.
- RecordList() - Constructor for class com.arjuna.ats.arjuna.coordinator.RecordList
- RecordList(RecordList) - Constructor for class com.arjuna.ats.arjuna.coordinator.RecordList
- RecordListIterator - Class in com.arjuna.ats.arjuna.coordinator
-
A basic iterator for RecordList instances.
- RecordListIterator(RecordList) - Constructor for class com.arjuna.ats.arjuna.coordinator.RecordListIterator
- recordStackTraces() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
- recordStackTraces() - Method in interface com.arjuna.ats.arjuna.coordinator.Reapable
- recordStackTraces() - Method in class com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator
- RecordType - Class in com.arjuna.ats.arjuna.coordinator
-
The following enumerated type defines the types of record that are derived from AbstractRecord.
- RecordType() - Constructor for class com.arjuna.ats.arjuna.coordinator.RecordType
- RecordTypeManager - Class in com.arjuna.ats.arjuna.coordinator.abstractrecord
-
This allows users to define a mapping between record type integers and specific Class-es.
- RecordTypeMap - Interface in com.arjuna.ats.arjuna.coordinator.abstractrecord
-
This allows users to define a mapping between record type integers and specific Class-es.
- recover() - Method in interface com.arjuna.ats.jta.recovery.XARecoveryResource
-
Attempt the recovery.
- recover() - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- recover() - Method in class org.jboss.narayana.jta.jms.SessionProxy
- recover(int) - Method in class org.jboss.narayana.jta.jms.JmsXAResourceRecoveryHelper
-
Delegates XAResource#recover call to the connected JMS resource.
- recoverable() - Method in interface com.arjuna.ats.jta.recovery.XARecoveryResource
-
If we don't have an XAResource then we cannot recover at this stage.
- RECOVERABLE - Static variable in class com.arjuna.ats.arjuna.ObjectType
- RecoverableXAConnection - Interface in com.arjuna.ats.jta.xa
-
XA connection implementations must provide an implementation of this class.
- RecoverAtomicAction - Class in com.arjuna.ats.arjuna.recovery
- RecoverAtomicAction(Uid, int) - Constructor for class com.arjuna.ats.arjuna.recovery.RecoverAtomicAction
-
Re-creates/activates an AtomicAction for the specified transaction Uid.
- RECOVERED_OK - Static variable in interface com.arjuna.ats.jta.recovery.XARecoveryResource
-
Results of performing recovery.
- RECOVERY - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
-
The values are used by the system records.
- RECOVERY_BEAN_NAME - Static variable in class com.arjuna.ats.arjuna.tools.osb.api.proxy.StoreManagerProxy
- RECOVERY_REQUIRED - Static variable in interface com.arjuna.ats.jta.recovery.XARecoveryResource
- RecoveryActivator - Interface in com.arjuna.ats.arjuna.recovery
-
Interface for Recovery manager plug-in module.
- RecoveryDriver - Class in com.arjuna.ats.arjuna.recovery
- RecoveryDriver(int) - Constructor for class com.arjuna.ats.arjuna.recovery.RecoveryDriver
- RecoveryDriver(int, String) - Constructor for class com.arjuna.ats.arjuna.recovery.RecoveryDriver
- RecoveryDriver(int, String, int) - Constructor for class com.arjuna.ats.arjuna.recovery.RecoveryDriver
- RecoveryEnvironmentBean - Class in com.arjuna.ats.arjuna.common
-
A JavaBean containing configuration properties for the recovery system.
- RecoveryEnvironmentBean() - Constructor for class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
- RecoveryEnvironmentBeanMBean - Interface in com.arjuna.ats.arjuna.common
-
A JMX MBean interface containing configuration for the recovery system.
- RecoveryManager - Class in com.arjuna.ats.arjuna.recovery
-
The RecoveryManager daemon.
- RecoveryModule - Interface in com.arjuna.ats.arjuna.recovery
-
Interface for Recovery manager plug-in module.
- RecoveryMonitor - Class in com.arjuna.ats.arjuna.tools
- RecoveryMonitor() - Constructor for class com.arjuna.ats.arjuna.tools.RecoveryMonitor
- recoveryPropertyManager - Class in com.arjuna.ats.arjuna.common
-
Property manager wrapper for the recovery system.
- recoveryPropertyManager() - Constructor for class com.arjuna.ats.arjuna.common.recoveryPropertyManager
- RecoveryScan - Interface in com.arjuna.ats.arjuna.recovery
-
Interface for users to receive a callback whenever a recovery scan completes.
- RecoveryStore - Interface in com.arjuna.ats.arjuna.objectstore
-
All ObjectStore implementations that are used to drive recovery MUST implement this interface.
- RecoveryStoreBean - Class in com.arjuna.ats.arjuna.tools.osb.api.mbeans
-
implementation of the JMX interface to the JBossTS recovery store
- RecoveryStoreBean() - Constructor for class com.arjuna.ats.arjuna.tools.osb.api.mbeans.RecoveryStoreBean
-
Construct an MBean corresponding to the default recovery store in this JVM
- RecoveryStoreBean(RecoveryStore) - Constructor for class com.arjuna.ats.arjuna.tools.osb.api.mbeans.RecoveryStoreBean
-
Construct an MBean corresponding to the given store
- RecoveryStoreBeanMBean - Interface in com.arjuna.ats.arjuna.tools.osb.api.mbeans
-
JMX interface to the JBossTS recovery store OutputObjectState and InputObjectState are wrapped since they are not convertible to open MBean types.
- RecoveryStoreProxy - Class in com.arjuna.ats.arjuna.tools.osb.api.proxy
-
Remote proxy to a RecoveryStore
- RecoveryStoreProxy(RecoveryStoreBeanMBean) - Constructor for class com.arjuna.ats.arjuna.tools.osb.api.proxy.RecoveryStoreProxy
- recuids - Variable in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean
-
Deprecated.
- REFUSED - Static variable in class com.arjuna.ats.txoj.LockResult
- register() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean
-
Deprecated.register this bean (and its participants) with the MBeanServer
- register() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBean
-
Deprecated.
- register(String) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBean
-
Deprecated.
- register(BeforeBeanDiscovery, BeanManager) - Method in class com.arjuna.ats.jta.cdi.TransactionExtension
- registerBean(Contextual<T>, CreationalContext<T>, T) - Method in class com.arjuna.ats.jta.cdi.TransactionScopeCleanup
- registerBean(ObjectName, Object, boolean) - Static method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.StoreManagerProxy
-
MBean registration helper method
- registerHandler(OSBTypeHandler) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ObjStoreBrowser
-
Deprecated.
- registerInterposedSynchronization(Synchronization) - Method in class com.arjuna.ats.jta.cdi.DelegatingTransactionSynchronizationRegistry
-
Registers a
Synchronizationinstance with special ordering semantics. - registerMBean(String, ObjStoreItemMBean) - Method in class com.arjuna.ats.arjuna.tools.osb.util.JMXServer
-
Deprecated.
- registerSynchronization(Synchronization) - Method in interface org.jboss.narayana.jta.jms.TransactionHelper
-
Register synchronization with a current transaction.
- registerSynchronization(Synchronization) - Method in class org.jboss.narayana.jta.jms.TransactionHelperImpl
- registerXAResource(XAResource) - Method in interface org.jboss.narayana.jta.jms.TransactionHelper
-
Enlist XA resource to a current transaction.
- registerXAResource(XAResource) - Method in class org.jboss.narayana.jta.jms.TransactionHelperImpl
- releaseAll(Uid) - Method in class com.arjuna.ats.txoj.LockManager
-
Clear out all locks for a given action.
- RELEASED - Static variable in class com.arjuna.ats.txoj.LockResult
- releaselock(Uid) - Method in class com.arjuna.ats.txoj.LockManager
-
Release a SINGLE LOCK lock that has the given uid.
- releaseProxy() - Static method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.StoreManagerProxy
-
release proxies to the object stores
- releaseProxy(String) - Static method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.StoreManagerProxy
-
release proxies to the object stores
- rememberAction(BasicAction, int, int) - Method in class com.arjuna.ats.arjuna.StateManager
-
Remember that the specified transaction is using the object.
- remove() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean
-
Deprecated.Remove this AtomicAction from the ObjectStore
- remove() - Method in interface com.arjuna.ats.arjuna.tools.osb.mbean.ActionBeanMBean
-
Deprecated.
- remove() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
Deprecated.
- remove() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBean
-
Deprecated.Remove this record from the ObjectStore
- remove() - Method in interface com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBeanMBean
-
Deprecated.
- remove(boolean) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
Deprecated.
- remove(boolean) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBean
-
Deprecated.
- remove(Uid) - Method in class com.arjuna.ats.arjuna.coordinator.ActionManager
- remove(AbstractRecord) - Method in class com.arjuna.ats.arjuna.coordinator.RecordList
- remove(RecordTypeMap) - Method in class com.arjuna.ats.arjuna.coordinator.abstractrecord.RecordTypeManager
- remove(LogRecordWrapper) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean.GenericAtomicActionWrapper
-
Deprecated.
- remove(LogRecordWrapper) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean
-
Deprecated.remove the a participant
- remove(LogRecordWrapper) - Method in interface com.arjuna.ats.arjuna.tools.osb.mbean.ActionBeanWrapperInterface
-
Deprecated.
- remove(Object) - Method in class com.arjuna.ats.arjuna.coordinator.TransactionReaper
- remove_committed(Uid, String) - Method in interface com.arjuna.ats.arjuna.objectstore.TxLog
-
Remove the object's committed state.
- remove_committed(Uid, String) - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.TxLogBean
- remove_committed(Uid, String) - Method in interface com.arjuna.ats.arjuna.tools.osb.api.mbeans.TxLogBeanMBean
- remove_committed(Uid, String) - Method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.TxLogProxy
- REMOVE_NOK_1 - Static variable in class com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBean
-
Deprecated.
- REMOVE_OK_1 - Static variable in class com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBean
-
Deprecated.
- remove_state(Uid, String) - Method in class com.arjuna.ats.txoj.lockstore.LockStore
-
Remove the state from the lock store.
- remove_uncommitted(Uid, String) - Method in interface com.arjuna.ats.arjuna.objectstore.ParticipantStore
-
Remove the object's uncommitted state.
- remove_uncommitted(Uid, String) - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.ParticipantStoreBean
- remove_uncommitted(Uid, String) - Method in interface com.arjuna.ats.arjuna.tools.osb.api.mbeans.ParticipantStoreBeanMBean
- remove_uncommitted(Uid, String) - Method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.ParticipantStoreProxy
- removeAllModules(boolean) - Method in class com.arjuna.ats.arjuna.recovery.RecoveryManager
-
Remove all modules.
- removeChildAction(BasicAction) - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
Remove a child action.
- removeChildThread() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
Remove a child thread.
- removeChildThread(String) - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
Remove the specified thread from the transaction.
- removed - Variable in class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
Deprecated.
- removeFromList(RecordList) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
Deprecated.
- removeListener(ReaperMonitor) - Method in class com.arjuna.ats.arjuna.coordinator.TransactionReaper
- removeModule(RecoveryModule, boolean) - Method in class com.arjuna.ats.arjuna.recovery.RecoveryManager
-
Remove a recovery module from the system.
- removeRecords(RecordList, LogRecordWrapper) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean.GenericAtomicActionWrapper
-
Deprecated.
- removeThread() - Method in class com.arjuna.ats.arjuna.AtomicAction
-
Unregister the current thread from the transaction.
- removeThread(Thread) - Method in class com.arjuna.ats.arjuna.AtomicAction
-
Unregister the specified thread from the transaction.
- removeTransaction(String) - Method in class com.arjuna.ats.arjuna.tools.log.TransactionTypeManager
- replace(AbstractRecord) - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
The current record is about to replace the one presented.
- replaceProperties(String) - Static method in class com.arjuna.common.util.propertyservice.StringPropertyReplacer
-
Go through the input string and replace any occurance of ${p} with the System.getProperty(p) value.
- replaceProperties(String, Properties) - Static method in class com.arjuna.common.util.propertyservice.StringPropertyReplacer
-
Go through the input string and replace any occurance of ${p} with the props.getProperty(p) value.
- replayPhase2() - Method in class com.arjuna.ats.arjuna.recovery.RecoverAtomicAction
-
Replays phase 2 of the commit protocol.
- REPLICATION - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- reread() - Method in class com.arjuna.ats.arjuna.state.InputBuffer
-
Reset the read pointer for this buffer.
- reset() - Method in class com.arjuna.ats.arjuna.state.OutputBuffer
-
Clear the OutputBuffer and rewind the pack pointer.
- reset() - Method in interface com.arjuna.ats.jta.xa.RecoverableXAConnection
- resetUserTransactionAvailability(boolean) - Method in class com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorBase
- restart() - Method in class com.arjuna.ats.arjuna.coordinator.RecordListIterator
- RESTAT_RECORD - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- restore_state(InputObjectState, int) - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
During recovery, the transaction log is given to the recovery system and it will recreate a transaction instance to perform necessary recovery actions.
- restore_state(InputObjectState, int) - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
This assumes the various lists are zero length when it is called.
- restore_state(InputObjectState, int) - Method in class com.arjuna.ats.arjuna.StateManager
-
These methods must be provided by a derived class.
- restore_state(InputObjectState, int) - Method in class com.arjuna.ats.txoj.Lock
-
Carefully restore the state of a Lock.
- resume() - Method in class com.arjuna.ats.arjuna.recovery.RecoveryManager
- resume(AtomicAction) - Static method in class com.arjuna.ats.arjuna.AtomicAction
-
Resume transaction association on the current thread.
- resume(Transaction) - Method in class com.arjuna.ats.jta.cdi.DelegatingTransactionManager
-
Resumes the transaction context association of the calling thread with the transaction represented by the supplied
Transactionobject. - reveal_state(Uid, String) - Method in interface com.arjuna.ats.arjuna.objectstore.RecoveryStore
-
Reveal a hidden object's state.
- reveal_state(Uid, String) - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.RecoveryStoreBean
- reveal_state(Uid, String) - Method in interface com.arjuna.ats.arjuna.tools.osb.api.mbeans.RecoveryStoreBeanMBean
- reveal_state(Uid, String) - Method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.RecoveryStoreProxy
- revealedId(String) - Method in class com.arjuna.ats.arjuna.objectstore.ObjectStore
-
Given a type id which is possibly hidden (e.g., has a ! at the end), make it a valid Uid so we can return it.
- rewrite() - Method in class com.arjuna.ats.arjuna.state.OutputBuffer
-
Reset the pack pointer.
- rollback() - Method in interface com.arjuna.ats.arjuna.coordinator.OnePhaseResource
-
Return values from TwoPhaseOutcome to indicate success or failure.
- rollback() - Method in class com.arjuna.ats.jta.cdi.DelegatingTransactionManager
-
Rolls back the transaction associated with the current thread.
- rollback() - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- rollback() - Method in class org.jboss.narayana.jta.jms.SessionProxy
- rollback(Xid) - Method in class org.jboss.narayana.jta.jms.JmsXAResourceRecoveryHelper
-
Delegates XAResource#rollback call to the connected JMS resource.
- ROLLBACK - com.arjuna.ats.jta.recovery.XAResourceOrphanFilter.Vote
- RollbackException - Exception in com.arjuna.ats.jta.exceptions
-
Thrown by TransactionSynchronizationRegistry implementation if the transaction has rolled back.
- RollbackException() - Constructor for exception com.arjuna.ats.jta.exceptions.RollbackException
-
Constructs a new exception with
nullas its detail message. - RollbackException(String) - Constructor for exception com.arjuna.ats.jta.exceptions.RollbackException
-
Constructs a new exception with the specified detail message.
- RollbackException(String, Throwable) - Constructor for exception com.arjuna.ats.jta.exceptions.RollbackException
-
Constructs a new exception with the specified detail message and cause.
- RollbackException(Throwable) - Constructor for exception com.arjuna.ats.jta.exceptions.RollbackException
-
Constructs a new exception with the specified cause and a detail message of
(cause==null ? null : cause.toString())(which typically contains the class and detail message ofcause). - rolledBack(Uid) - Method in interface com.arjuna.ats.arjuna.coordinator.listener.ReaperMonitor
-
The indicated transaction has been rolled back by the reaper.
- RPCCADAVER - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- RPCCALL - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- RPCINITIATE - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- RPCTERMINATE - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
-
Note that RPCTERMINATE is deliberately late in the list otherwise the server would be terminated BEFORE the user records were processed.
- run() - Method in class com.arjuna.ats.arjuna.coordinator.TxControl.Shutdown
- run() - Method in interface com.arjuna.ats.jta.cdi.RunnableWithException
- run() - Method in class org.jboss.narayana.jta.jms.SessionProxy
- RunnableWithException - Interface in com.arjuna.ats.jta.cdi
-
Functional interface for 'run' method that throws a checked exception.
- running() - Method in interface com.arjuna.ats.arjuna.coordinator.Reapable
- running() - Method in class com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator
- RUNNING - Static variable in class com.arjuna.ats.arjuna.coordinator.ActionStatus
S
- sameTransaction(Xid, Xid) - Static method in class com.arjuna.ats.jta.utils.XAHelper
-
Compares two Xid instances at the gtid level only.
- sameXID(Xid, Xid) - Static method in class com.arjuna.ats.jta.utils.XAHelper
-
Compares two Xid instances.
- save_state(OutputObjectState, int) - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
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).
- save_state(OutputObjectState, int) - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
Redefined version of save_state and restore_state from StateManager.
- save_state(OutputObjectState, int) - Method in class com.arjuna.ats.arjuna.StateManager
-
These methods must be used by a derived class.
- save_state(OutputObjectState, int) - Method in class com.arjuna.ats.txoj.Lock
-
Save the state of a lock object.
- savedIntentionList - Variable in class com.arjuna.ats.arjuna.coordinator.BasicAction
- SaxHandler - Class in com.arjuna.common.util.propertyservice
- SaxHandler() - Constructor for class com.arjuna.common.util.propertyservice.SaxHandler
- scan() - Method in interface com.arjuna.ats.arjuna.recovery.ExpiryScanner
-
perform a scan
- scan() - Method in class com.arjuna.ats.arjuna.recovery.RecoveryManager
-
Force a recovery scan now.
- scan(RecoveryScan) - Method in class com.arjuna.ats.arjuna.recovery.RecoveryManager
-
Force a recovery scan now.
- SCAN - Static variable in class com.arjuna.ats.arjuna.recovery.RecoveryDriver
- sec - Variable in class com.arjuna.ats.arjuna.common.Uid
- SerializableXAResourceDeserializer - Interface in com.arjuna.ats.jta.recovery
-
This is an additional recovery helper that allows clients of the transaction manager to provide a deserializer for their Serializable XAResources.
- Service - Interface in com.arjuna.ats.arjuna.recovery
-
a service is used to serve one or more requests from an input stream and post results on an output stream.
- SessionClosingSynchronization - Class in org.jboss.narayana.jta.jms
-
Synchronization to close JMS session at the end of the transaction.
- SessionClosingSynchronization(AutoCloseable) - Constructor for class org.jboss.narayana.jta.jms.SessionClosingSynchronization
- SessionProxy - Class in org.jboss.narayana.jta.jms
-
Proxy session to wrap around provided
XASession. - SessionProxy(XASession, TransactionHelper) - Constructor for class org.jboss.narayana.jta.jms.SessionProxy
- setAllowCheckedActionFactoryOverride(boolean) - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Can be enabled to allow the checked action factory to be overridden at runtime
- setAllowMultipleLastResources(boolean) - Method in class com.arjuna.ats.arjuna.common.CoreEnvironmentBean
-
Sets if multiple last (i.e.
- setAllowNestedLocking(boolean) - Method in class com.arjuna.ats.txoj.common.TxojEnvironmentBean
-
Sets if nested locking is allowed or not.
- setAllowRegistration(boolean) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.UidWrapper
-
Deprecated.
- setAlternativeRecordOrdering(boolean) - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Set whether or not to use the alternative abstract record ordering.
- setAsyncAfterSynchronization(boolean) - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Sets if asynchronous after completion behaviour should be enabled or not.
- setAsyncBeforeSynchronization(boolean) - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Sets if asynchronous before completion behaviour should be enabled or not.
- setAsyncCommit(boolean) - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Sets if asynchronous commit behaviour should be enabled or not.
- setAsyncCommitPoolSize(int) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Sets maximum size of a thread pool, used to execute asynchronous commits.
- setAsyncPrepare(boolean) - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Sets if asynchronous prepare behaviour should be enabled or not.
- setAsyncRollback(boolean) - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Sets if asynchronous rollback behaviour should be enabled or not.
- setAutoStart(boolean) - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- setBeforeCompletionWhenRollbackOnly(boolean) - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Sets if beforeCompletion should be called on transactions that are set rollback only.
- setBindName(String) - Method in class com.arjuna.ats.jta.utils.JNDIReferenceBindingBean
- setBranchUID(XID, Uid) - Static method in class com.arjuna.ats.jta.xa.XATxConverter
- setBuffer(byte[]) - Method in class com.arjuna.ats.arjuna.state.InputBuffer
-
Set the buffer to be used by this instance.
- setCacheStoreHash(int) - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- setCacheStoreHash(int) - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Sets the number of hash buskets used to store the cache work queue.
- setCacheStoreRemovedItems(int) - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- setCacheStoreRemovedItems(int) - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Sets the maximum number of removed items that may be held in the cache before being purged.
- setCacheStoreScanPeriod(int) - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- setCacheStoreScanPeriod(int) - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Sets the interval on which the cache will process outstanding work, in milliseconds.
- setCacheStoreSize(int) - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- setCacheStoreSize(int) - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Sets the maximum size, in bytes, of the in-memory object state cache.
- setCacheStoreSync(boolean) - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- setCacheStoreSync(boolean) - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Sets if writes to the store should be synched to disk or not.
- setCacheStoreWorkItems(int) - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- setCacheStoreWorkItems(int) - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Sets the maximum number of outstanding writes that may be held in the cache.
- setCheckedAction(CheckedAction) - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
Add the specified CheckedAction object to this transaction.
- setCheckedActionFactory(CheckedActionFactory) - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Sets the instance of CheckedActionFactory.
- setCheckedActionFactoryClassName(String) - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Sets the class name of the CheckedActionFactory implementation.
- setClassicPrepare(boolean) - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Sets if old style prepare handling should be used for PersistenceRecord.
- setClassName(String) - Method in class com.arjuna.ats.jta.utils.JNDIReferenceBindingBean
- setClientID(String) - Method in class org.jboss.narayana.jta.jms.ConnectionProxy
- setClientID(String) - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- setCommitMarkableResourceJNDINames(List<String>) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Set the list of JNDI names to apply a special LastResource algorithm that allows us to store data about the transaction in the resource manager to determine the outcome of the resource after crash/ If you change the list of jndinames you _can't_ change the JNDI name of the connections until they have been recovered.
- setCommitMarkableResourceRecordDeleteBatchSize(int) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Alter the default batch size or set to -1 to disable batch deletion of CommitMarkableResourceRecord from the database.
- setCommitMarkableResourceRecordDeleteBatchSizeMap(Map<String, Integer>) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Allow the default policy of a batch size to delete CommitMarkableResourceRecord from the database.
- setCommitMarkableResourceTableNameMap(Map<String, String>) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Set the name of the table to use for storing commit markable resources commit state notifiers in.
- setCommitOnePhase(boolean) - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Sets if one phase commit behaviour is enabled or not.
- setCommunicationStore(String) - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Deprecated.
- setCreateTable(boolean) - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- setCreateTable(boolean) - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Set whether to create the table.
- setDefaultCommitMarkableResourceTableName(String) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Set the name of the table to use for storing commit markable resources commit state notifiers in.
- setDefaultIsSameRMOverride(boolean) - Method in class com.arjuna.ats.jdbc.common.JDBCEnvironmentBean
-
Configure so all drivers attempt to support multiple connections.
- setDefaultTimeout(int) - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Sets the default lifetime after which a transaction may be considered for timeout, in seconds.
- setDefaultTimeout(int) - Static method in class com.arjuna.ats.arjuna.coordinator.TxControl
-
Set the timeout to be associated with a newly created transaction if there is no other timeout to be used.
- setDelegatePropertiesFactory(AbstractPropertiesFactory) - Static method in class com.arjuna.common.util.propertyservice.PropertiesFactory
-
Allow the properties factory delegate to be supplied externally.
- setDisableMultipleLastResourcesWarning(boolean) - Method in class com.arjuna.ats.arjuna.common.CoreEnvironmentBean
-
Sets if the per-transaction warning on enlistment of multiple last resource is disabled or not.
- setDropTable(boolean) - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- setDropTable(boolean) - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Set whether to drop the table.
- setDropTable(boolean) - Method in interface com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBeanMBean
-
Set whether to drop the table.
- setDynamic1PC(boolean) - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Sets if dynamic one phase commit behaviour is enabled or not.
- setEisName(XID, Integer) - Static method in class com.arjuna.ats.jta.xa.XATxConverter
- setEnabled(boolean) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.OSBTypeHandler
-
Deprecated.
- setEnableStatistics(boolean) - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Sets if transaction statistics should be recorded or not.
- setEnableStatistics(boolean) - Method in interface com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBeanMBean
- setExceptionListener(ExceptionListener) - Method in class org.jboss.narayana.jta.jms.ConnectionProxy
-
Delegate to
ConnectionProxy.xaConnection - setExceptionListener(ExceptionListener) - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- setExpiryScanInterval(int) - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Sets the interval on which the ObjectStore will be scanned for expired items, in hours.
- setExpiryScannerClassNames(List<String>) - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Sets the expiry scanners.
- setExpiryScanners(List<ExpiryScanner>) - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Sets the instances of ExpiryScanner.
- setExposeAllLogRecordsAsMBeans(boolean) - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- setExposeAllLogRecordsAsMBeans(boolean) - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Determine whether the ObjStoreBrowser should report basic information about all logs.
- setExposeAllRecordsAsMBeans(boolean) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ObjStoreBrowser
-
Deprecated.
- setExposeAllRecordsAsMBeans(boolean) - Method in interface com.arjuna.ats.arjuna.tools.osb.mbean.ObjStoreBrowserMBean
-
Deprecated.
- setFactory(String) - Method in class com.arjuna.ats.jta.utils.JNDIReferenceBindingBean
- setFactoryLocation(String) - Method in class com.arjuna.ats.jta.utils.JNDIReferenceBindingBean
- setFinalizeBasicActions(boolean) - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Sets whether or not to use finalizers for BasicActions (i.e.
- setHashedDirectories(int) - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- setHashedDirectories(int) - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Sets the number of directories over which the ObjectStore will be split.
- setHeuristicDecision(int) - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
WARNING: use with extreme care!
- setHierarchyRetry(int) - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- setHierarchyRetry(int) - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Sets the maximum number of attempts which may be made to create a direcory tree in the store.
- setHierarchyTimeout(int) - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- setHierarchyTimeout(int) - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Sets the time in milliseconds to wait between file creation retries.
- setIgnoreMBeanHeuristics(boolean) - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- setIgnoreMBeanHeuristics(boolean) - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Determine whether or not MBean operations that delete a transaction will delete participants that are still in a heuristic state
- setIsolationLevel(int) - Method in class com.arjuna.ats.jdbc.common.JDBCEnvironmentBean
-
Sets the default transaction isolation level for database operations.
- setJdbcAccess(String) - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- setJdbcAccess(String) - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Sets the instance of JDBCAccess
- setJdbcAccess(String) - Method in interface com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBeanMBean
-
Sets the instance of JDBCAccess
- setJmxToolingMBeanName(String) - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Set JMX name where the Narayana object store tooling MBean will be registered at.
- setJndiProperties(Hashtable) - Method in class com.arjuna.ats.jdbc.common.JDBCEnvironmentBean
-
Sets the JNDI properties used by transactional driver code.
- setLastResourceOptimisationInterface(Class) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Sets a Class to use as the marker interface for LastResource
- setLastResourceOptimisationInterfaceClassName(String) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Sets the class name of the marker interface used to indicate a LastResource.
- setLink(Lock) - Method in class com.arjuna.ats.txoj.Lock
-
Set the next lock in the chain.
- setLocalOSRoot(String) - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- setLocalOSRoot(String) - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Sets the local ObjectStore root directory name.
- setlock(Lock) - Method in class com.arjuna.ats.txoj.LockManager
- setlock(Lock, int) - Method in class com.arjuna.ats.txoj.LockManager
- setlock(Lock, int, int) - Method in class com.arjuna.ats.txoj.LockManager
- setLockStoreDir(String) - Method in class com.arjuna.ats.txoj.common.TxojEnvironmentBean
-
Deprecated.
- setLockStoreType(String) - Method in class com.arjuna.ats.txoj.common.TxojEnvironmentBean
-
Sets the name of the lock store implementation.
- setMaintainHeuristics(boolean) - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Sets if heuristics should be recorded or not.
- setMaxTwoPhaseCommitThreads(int) - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Sets maximum thread pool size for two phase commits.
- setMBeanServerConnection(MBeanServerConnection) - Method in class com.arjuna.ats.arjuna.tools.stats.TxPerfGraph
- setMessageListener(MessageListener) - Method in class org.jboss.narayana.jta.jms.SessionProxy
- setMultipleLockStore(String) - Method in class com.arjuna.ats.txoj.common.TxojEnvironmentBean
-
Deprecated.
- setName(String) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.UidWrapper
-
Deprecated.
- setNext(AbstractRecord) - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Set the next element in the list to the specified instance.
- setNodeIdentifier(String) - Method in class com.arjuna.ats.arjuna.common.CoreEnvironmentBean
-
Sets the node identifier.
- setNodeName(XID, String) - Static method in class com.arjuna.ats.jta.xa.XATxConverter
- setNotifyCommitMarkableResourceRecoveryModuleOfCompleteBranches(boolean) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Allow the default policy of whether to use a synchronization to remove the branch should be overriden.
- setObjectStoreDir(String) - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- setObjectStoreDir(String) - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Sets the ObjectStore directory path.
- setObjectStoreSync(boolean) - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- setObjectStoreSync(boolean) - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Sets if ObjectStore operations should be synched to disk or not.
- setObjectStoreType(String) - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- setObjectStoreType(String) - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Sets the symbolic name of the ObjectStore implementation.
- setOrphanSafetyInterval(int) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Set the amount of time to wait before deciding if the Xid is orphaned.
- setOutcome(int) - Method in class com.arjuna.ats.arjuna.coordinator.TwoPhaseOutcome
- setPerformImmediateCleanupOfCommitMarkableResourceBranches(boolean) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Notify the transaction manager to delete resource records immediately after a transaction commits.
- setPerformImmediateCleanupOfCommitMarkableResourceBranchesMap(Map<String, Boolean>) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Allow the default policy of whether to use a synchronization to remove the branch should be overriden.
- setPeriodicRecoveryInitilizationOffset(int) - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Set the period of time to wait before starting recovery.
- setPeriodicRecoveryPeriod(int) - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Sets the interval between recovery scans, in seconds.
- setPid(int) - Method in class com.arjuna.ats.arjuna.common.CoreEnvironmentBean
-
Sets the process id to use if ManualProcessId is selected.
- setPrevious(AbstractRecord) - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Set the previous element in the list to the specified instance.
- setProcess(Process) - Static method in class com.arjuna.ats.arjuna.utils.Utility
- setProcessImplementation(Process) - Method in class com.arjuna.ats.arjuna.common.CoreEnvironmentBean
-
Sets the instance of com.arjuna.ats.arjuna.utils.Process
- setProcessImplementationClassName(String) - Method in class com.arjuna.ats.arjuna.common.CoreEnvironmentBean
-
Sets the class name of the Process implementation to use.
- setPurgeTime(long) - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- setPurgeTime(long) - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Sets the purge interval for the LogStore, in milliseconds.
- setReadonlyOptimisation(boolean) - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Sets if handling of read only resources should be optimized.
- setRecordWrapperTypeName(String) - Static method in class com.arjuna.ats.arjuna.tools.osb.mbean.UidWrapper
-
Deprecated.
- setRecoveryActivatorClassNames(List<String>) - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Sets the recovery activators.
- setRecoveryActivators(List<RecoveryActivator>) - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Sets the instances of RecoveryActivator.
- setRecoveryAddress(String) - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Sets the hostname on which the recovery listener should bind.
- setRecoveryBackoffPeriod(int) - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Sets the interval between recovery phases, in seconds.
- setRecoveryInetAddress(InetAddress) - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Sets the InetAddress on which the recovery listener should bind.
- setRecoveryListener(boolean) - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Sets if the recovery system should listen on a network socket or not.
- setRecoveryModuleClassNames(List<String>) - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Sets the recovery modules.
- setRecoveryModules(List<RecoveryModule>) - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Sets the instances of RecoveryModule.
- setRecoveryPort(int) - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Sets the network port number on which the recovery listener should bind.
- setRollbackOnly() - Method in class com.arjuna.ats.jta.cdi.DelegatingTransactionManager
-
Irrevocably modifies the transaction associated with the current thread such that the only possible outcome is for it to roll back.
- setRollbackOnly() - Method in class com.arjuna.ats.jta.cdi.DelegatingTransactionSynchronizationRegistry
-
Sets the
rollbackOnlystatus of the transaction bound to the current thread at the time this method is called. - setScanZeroLengthFiles(boolean) - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- setScanZeroLengthFiles(boolean) - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Sets if zero length files should be returned by a recovery scan.
- setShare(int) - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- setShare(int) - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Sets the share mode of the ObjectStore This property is used by the following object store implementations: ActionStore, CacheStore, HashedActionStore, HashedStore, LogStore, NullActionStore, ShadowingStore, ShadowNoFileLockStore, TwoPhaseVolatileStore, VolatileStore.
- setSharedTransactionLog(boolean) - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Deprecated.
- setSingleLockStore(String) - Method in class com.arjuna.ats.txoj.common.TxojEnvironmentBean
-
Deprecated.
- setSocketProcessIdMaxPorts(int) - Method in class com.arjuna.ats.arjuna.common.CoreEnvironmentBean
-
Sets the maximum number of ports the socket process id implemention will try when searching to find one that is free.
- setSocketProcessIdPort(int) - Method in class com.arjuna.ats.arjuna.common.CoreEnvironmentBean
-
Sets the port on which the socket based process id implementation will listen.
- setStartDisabled(boolean) - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Sets if the transaction manager should be created in a disabled state or not.
- setStatus(int) - Method in class com.arjuna.ats.arjuna.StateManager
- setStatus(LogRecordWrapper, ParticipantStatus) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean
-
Deprecated.Request a change in status of a participant.
- setStatus(ParticipantStatus) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
Deprecated.
- setStatus(String) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
Deprecated.
- setStatus(String) - Method in interface com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapperMBean
-
Deprecated.
- setStrictJTA12DuplicateXAENDPROTOErr(boolean) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Sets if to not allow non-JTA 1.2 XAR to return XAER_PROTO out of duplicate XAR xa_end calls
- setSubordinateNodeName(XID, String) - Static method in class com.arjuna.ats.jta.xa.XATxConverter
- setSupportSubtransactions(boolean) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Sets if subtransactions should be allowed.
- setSynchronousRemoval(boolean) - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- setSynchronousRemoval(boolean) - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Sets if the LogStore should write removal records synchronously or not.
- setTablePrefix(String) - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- setTablePrefix(String) - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Set the table prefix
- setTablePrefix(String) - Method in interface com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBeanMBean
-
Set the table prefix
- setTimeoutFactor(int) - Method in class com.arjuna.ats.arjuna.common.CoreEnvironmentBean
- setTimeoutSocket(boolean) - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Sets the socket timeout behaviour of the Listener instances.
- setTimestamp(long) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.UidWrapper
-
Deprecated.
- setTransaction(Transaction) - Method in interface com.arjuna.ats.jta.xa.RecoverableXAConnection
-
Remember the transaction we are being used within.
- setTransactionManager(TransactionManager) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Sets the instance of javax.transaction.TransactionManager
- setTransactionManagerClassName(String) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Sets the class name of the javax.transaction.TransactionManager implementation.
- setTransactionManagerJNDIContext(String) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Sets the JNDI bind name for the implementation of TransactionManager.
- setTransactionStatusManagerAddress(String) - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Sets the hostname on which the transaction status manager should bind.
- setTransactionStatusManagerEnable(boolean) - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Sets if the transaction status manager service should be provided or not.
- setTransactionStatusManagerExpiryTime(int) - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Sets the time period after which items will be considered to have expired, in hours.
- setTransactionStatusManagerInetAddress(InetAddress) - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Sets the InetAddress on which the transaction status manager should bind.
- setTransactionStatusManagerPort(int) - Method in class com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
-
Sets the network port number on which the transaction status manager should bind.
- setTransactionSync(boolean) - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- setTransactionSync(boolean) - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Sets if transaction log operations should be synched to disk or not.
- setTransactionSynchronizationRegistry(TransactionSynchronizationRegistry) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Sets the instance of javax.transaction.TransactionSynchronizationRegistry
- setTransactionSynchronizationRegistryClassName(String) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Sets the class name of the javax.transaction.TransactionSynchronizationRegistry implementation.
- setTransactionSynchronizationRegistryJNDIContext(String) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Sets tje JNDI bind name for the implementation of TransactionSynchronizationRegistry.
- setTransactionTimeout(int) - Method in class com.arjuna.ats.jta.cdi.DelegatingTransactionManager
-
Sets the timeout value that is associated with transactions started by the current thread with the
DelegatingTransactionManager.begin()method. - setTransactionTimeout(int) - Method in class org.jboss.narayana.jta.jms.JmsXAResourceRecoveryHelper
-
Delegates XAResource#setTransactionTimeout call to the connected JMS resource.
- setTransactionToThreadListenersEnabled(boolean) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Define if transaction to thread associtaion listeners should be enabled.
- setTxLogSize(long) - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- setTxLogSize(long) - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Sets the default size of the LogStore, in bytes.
- setTxReaperCancelFailWaitPeriod(long) - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Sets the delay to allow an interrupted cancel to be cleaned up.
- setTxReaperCancelWaitPeriod(long) - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Sets the delay to allow a cancel to be processed before interrupting it.
- setTxReaperMode(String) - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Sets the operating mode of the transaction timeout processing system.
- setTxReaperTimeout(long) - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Sets the timeout interval of the transaction reaper.
- setTxReaperTraceGracePeriod(long) - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Sets the delay after a transaction is started, before it is eligible for periodic tracing.
- setTxReaperTraceInterval(long) - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Sets the interval between stack trace snapshots.
- setTxReaperZombieMax(int) - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Sets the threshold number of zombie threads at which errors will start to be reported.
- setType(String, String) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ObjStoreBrowser
-
Deprecated.Tell the object browser which beans to use for particular Object Store Action type
- setTypes(Map<String, String>) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ObjStoreBrowser
-
Deprecated.
- setupStore() - Method in class com.arjuna.ats.arjuna.StateManager
-
Make sure the object store is set up, if required.
- setupStore(String) - Method in class com.arjuna.ats.arjuna.StateManager
- setupStore(String, int) - Static method in class com.arjuna.ats.arjuna.objectstore.StoreManager
- setupStore(String, String) - Method in class com.arjuna.ats.arjuna.StateManager
-
Make sure the object store is set up, if required.
- setUserTransaction(UserTransaction) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Sets the instance of javax.transaction.UserTransaction
- setUserTransactionAvailable(boolean) - Method in class com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorBase
- setUserTransactionClassName(String) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Sets the class name of the javax.transaction.UserTransaction implementation.
- setUserTransactionJNDIContext(String) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Sets the JNDI bind name for the implementation of UserTransaction.
- setUserTransactionOperationsProviderClassName(String) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Setting of class name that defines
UserTransactionOperationsProvider. - setValid(boolean) - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.ObjectStateWrapper
- setValue(Object) - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
- setVarDir(String) - Method in class com.arjuna.ats.arjuna.common.CoreEnvironmentBean
-
Sets the 'var' directory path
- setVolatileStoreSupportAllObjUids(boolean) - Method in class com.arjuna.ats.arjuna.common.MetaObjectStoreEnvironmentBean
- setVolatileStoreSupportAllObjUids(boolean) - Method in class com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
-
Indicate whether or not the volatile store types
VolatileStoreandTwoPhaseVolatileStoreshould support theRecoveryStore.allObjUids(java.lang.String, com.arjuna.ats.arjuna.state.InputObjectState, int)andRecoveryStore.allTypes(com.arjuna.ats.arjuna.state.InputObjectState)API methods - setWriteOptimisation(boolean) - Method in class com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
-
Sets if write optimization protocol should be used for PersistenceRecord.
- setXaAssumeRecoveryComplete(boolean) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Sets if XAResources that can't be recovered should be assumed to have completed.
- setXANodeName(String) - Static method in class com.arjuna.ats.arjuna.coordinator.TxControl
- setXaRecoveryNodes(List<String>) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Sets the node identifiers for which recovery will be performed.
- setXaResourceIsSameRMClassNames(List<String>) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Sets the class names of the XAResource types whose isSameRM method is overridden to return false.
- setXaResourceMapClassNames(List<String>) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Sets the names of the XAResourceMap classes used for XAException handling.
- setXaResourceMaps(List<XAResourceMap>) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Sets the instances of XAResourceMap.
- setXaResourceOrphanFilterClassNames(List<String>) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Sets the class names of XAResourceOrphanFilter implementations.
- setXaResourceOrphanFilters(List<XAResourceOrphanFilter>) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Sets the instances of XAResourceOrphanFilter.
- setXAResourceRecordWrappingPlugin(XAResourceRecordWrappingPlugin) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Sets the instance of XAResourceRecordWrappingPlugin
- setXaResourceRecordWrappingPluginClassName(String) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Sets the class name of the XAResourceRecordWrappingPlugin implementation.
- setXaResourceRecoveries(List<XAResourceRecovery>) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Sets the instances of XAResourceRecovery.
- setXaResourceRecoveryClassNames(List<String>) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Sets the class names of the XAResourceRecovery implementations that will be used, each optionally including trailing configuration data.
- setXaRollbackOptimization(boolean) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Sets if failed resources should be cleaned up during prepare or during phase two.
- setXaTransactionTimeoutEnabled(boolean) - Method in class com.arjuna.ats.jta.common.JTAEnvironmentBean
-
Sets if the transaction timeout should be passed to the enlisted XAResource or not.
- shareState() - Method in class com.arjuna.ats.arjuna.objectstore.ObjectStore
- shareStatus - Variable in class com.arjuna.ats.arjuna.objectstore.ObjectStore
- shouldAdd(AbstractRecord) - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Should we add the record presented to the intentions list?
- shouldAlter(AbstractRecord) - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Should we alter the current record with the one presented?
- shouldMerge(AbstractRecord) - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Should we merge the current record with the one presented?
- shouldReplace(AbstractRecord) - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Should we replace the record presented with the current record?
- shutdown() - Static method in class com.arjuna.ats.arjuna.objectstore.StoreManager
- shutdown() - Method in class com.arjuna.ats.arjuna.recovery.TransactionStatusManager
- Shutdown() - Constructor for class com.arjuna.ats.arjuna.coordinator.TxControl.Shutdown
- SINGLE - Static variable in class com.arjuna.ats.arjuna.ObjectModel
-
In the SINGLE model, it is assumed that only a single instance of the object will exist within a single JVM, and that it will be shared between threads.
- size() - Method in class com.arjuna.ats.arjuna.coordinator.RecordList
- size() - Method in interface com.arjuna.ats.arjuna.state.ByteBuffer
- size() - Method in class com.arjuna.ats.arjuna.state.InputObjectState
- size() - Method in class com.arjuna.ats.arjuna.state.OutputObjectState
- sneakyThrow(Throwable) - Static method in class com.arjuna.ats.jta.cdi.SneakyThrow
-
This method can be used in
throwstatement such as:throw sneakyThrow(exception);. - SneakyThrow - Class in com.arjuna.ats.jta.cdi
-
An utility class which makes possible to throw any exception as a
RuntimeException. - start() - Method in class com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator
- start() - Method in interface com.arjuna.ats.arjuna.objectstore.BaseStore
- start() - Method in class com.arjuna.ats.arjuna.objectstore.ObjectStore
- start() - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.BaseStoreBean
-
life cycle method for registering the MBean
- start() - Method in interface com.arjuna.ats.arjuna.tools.osb.api.mbeans.BaseStoreMBean
- start() - Method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.TxLogProxy
- start() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ObjStoreBrowser
-
Deprecated.Initialise the MBean
- start() - Method in class org.jboss.narayana.jta.jms.ConnectionProxy
-
Delegate to
ConnectionProxy.xaConnection - start() - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- start(BasicAction) - Method in class com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator
- start(Xid, int) - Method in class org.jboss.narayana.jta.jms.JmsXAResourceRecoveryHelper
-
Delegates XAResource#start call to the connected JMS resource.
- startElement(String, String, String, Attributes) - Method in class com.arjuna.common.util.propertyservice.SaxHandler
-
Handles open tag, if its name is
entryand has attributekey. - startRCservice() - Method in interface com.arjuna.ats.arjuna.recovery.RecoveryActivator
-
Called to create appropriate instance(s), specific to a standard transaction protocol, able to receive inquiries for recovery
- startRecoveryManagerThread() - Method in class com.arjuna.ats.arjuna.recovery.RecoveryManager
-
Start the recovery manager thread.
- startServerConnector(String) - Static method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.StoreManagerProxy
-
Helper method for remote clients to connect to an MBean Server
- StartXAResource - Interface in com.arjuna.ats.jta.resources
-
Deprecated.This interface is replaced by org.jboss.tm.FirstResource in the SPI
- stateLoaded - Variable in class com.arjuna.ats.txoj.LockManager
- StateManager - Class in com.arjuna.ats.arjuna
-
The root of the Arjuna class hierarchy.
- StateManager() - Constructor for class com.arjuna.ats.arjuna.StateManager
- StateManager(int) - Constructor for class com.arjuna.ats.arjuna.StateManager
- StateManager(int, int) - Constructor for class com.arjuna.ats.arjuna.StateManager
- StateManager(Uid) - Constructor for class com.arjuna.ats.arjuna.StateManager
-
Create object with specific uid.
- StateManager(Uid, int) - Constructor for class com.arjuna.ats.arjuna.StateManager
- StateManager(Uid, int, int) - Constructor for class com.arjuna.ats.arjuna.StateManager
- StateManagerWrapper - Class in com.arjuna.ats.arjuna.tools.osb.mbean
-
Deprecated.as of 5.0.5.Final In a subsequent release we will change packages names in order to provide a better separation between public and internal classes.
- StateManagerWrapper(RecoveryStore, Uid, String) - Constructor for class com.arjuna.ats.arjuna.tools.osb.mbean.StateManagerWrapper
-
Deprecated.
- StateStatus - Class in com.arjuna.ats.arjuna.objectstore
-
The status of states in the ObjectStore.
- stateStatusString(int) - Static method in class com.arjuna.ats.arjuna.objectstore.StateStatus
- StateType - Class in com.arjuna.ats.arjuna.objectstore
-
The type of the state in the ObjectStore.
- stateTypeString(int) - Static method in class com.arjuna.ats.arjuna.objectstore.StateType
- stateUid() - Method in class com.arjuna.ats.arjuna.state.InputObjectState
- stateUid() - Method in class com.arjuna.ats.arjuna.state.OutputObjectState
- status() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
- status() - Method in class com.arjuna.ats.arjuna.StateManager
- stop() - Method in interface com.arjuna.ats.arjuna.objectstore.BaseStore
- stop() - Method in class com.arjuna.ats.arjuna.objectstore.ObjectStore
- stop() - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.BaseStoreBean
-
life cycle method for un-registering the MBean
- stop() - Method in interface com.arjuna.ats.arjuna.tools.osb.api.mbeans.BaseStoreMBean
- stop() - Method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.TxLogProxy
- stop() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ObjStoreBrowser
-
Deprecated.Unregister all MBeans representing objects in the ObjectStore represented by this MBean
- stop() - Method in class org.jboss.narayana.jta.jms.ConnectionProxy
-
Delegate to
ConnectionProxy.xaConnection - stop() - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- stopServerConnector() - Static method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.StoreManagerProxy
- storeDir() - Method in class com.arjuna.ats.arjuna.objectstore.ObjectStore
- StoreManager - Class in com.arjuna.ats.arjuna.objectstore
-
Single point of control for the management of storage instances.
- StoreManager(ObjectStoreAPI, ObjectStoreAPI, ObjectStoreAPI) - Constructor for class com.arjuna.ats.arjuna.objectstore.StoreManager
- StoreManagerProxy - Class in com.arjuna.ats.arjuna.tools.osb.api.proxy
-
Miscellaneous methods for obtaining remote proxies to the JBossTS Recovery and Participant stores
- storeRoot() - Method in class com.arjuna.ats.arjuna.objectstore.ObjectStore
- stringForm() - Method in class com.arjuna.ats.arjuna.common.Uid
- stringForm(int) - Static method in class com.arjuna.ats.arjuna.coordinator.ActionStatus
- stringForm(int) - Static method in class com.arjuna.ats.arjuna.coordinator.ActionType
- stringForm(int) - Static method in class com.arjuna.ats.arjuna.coordinator.TwoPhaseOutcome
- stringForm(int) - Static method in class com.arjuna.ats.arjuna.ObjectModel
- stringForm(int) - Static method in class com.arjuna.ats.jta.utils.JTAHelper
- stringForm(int) - Static method in class com.arjuna.ats.jta.utils.XARecoveryResourceHelper
- stringForm(int) - Static method in class com.arjuna.ats.txoj.ConflictType
- stringForm(int) - Static method in class com.arjuna.ats.txoj.LockMode
- stringForm(int) - Static method in class com.arjuna.ats.txoj.LockResult
- StringPropertyReplacer - Class in com.arjuna.common.util.propertyservice
-
A utility class for replacing properties in strings.
- StringPropertyReplacer() - Constructor for class com.arjuna.common.util.propertyservice.StringPropertyReplacer
- submitJob(Runnable) - Static method in class com.arjuna.ats.arjuna.coordinator.TwoPhaseCommitThreadPool
- submitJob(Callable<Integer>) - Static method in class com.arjuna.ats.arjuna.coordinator.TwoPhaseCommitThreadPool
- subordinate - Variable in class com.arjuna.ats.arjuna.coordinator.BasicAction
- supressEntry(String) - Method in class com.arjuna.ats.arjuna.objectstore.ObjectStore
-
Suppress directories of the specified type from allTypes etc?
- suspend() - Static method in class com.arjuna.ats.arjuna.AtomicAction
-
Suspend all transaction association from the invoking thread.
- suspend() - Method in class com.arjuna.ats.jta.cdi.DelegatingTransactionManager
-
Suspends the transaction currently associated with the calling thread and returns a
Transactionthat represents the transaction context being suspended, ornullif the calling thread is not associated with a transaction. - suspend(boolean) - Method in class com.arjuna.ats.arjuna.recovery.RecoveryManager
-
Suspend the recovery manager.
- sync() - Method in class com.arjuna.ats.arjuna.objectstore.ObjectStore
-
Some object store implementations may be running with automatic sync disabled.
- sync() - Method in interface com.arjuna.ats.arjuna.objectstore.TxLog
-
Some object store implementations may be running with automatic sync disabled.
- sync() - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.TxLogBean
- sync() - Method in interface com.arjuna.ats.arjuna.tools.osb.api.mbeans.TxLogBeanMBean
- sync() - Method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.TxLogProxy
- SynchronizationRecord - Interface in com.arjuna.ats.arjuna.coordinator
- synchronousScan() - Method in class com.arjuna.ats.arjuna.recovery.RecoveryDriver
- synchronousScan(int, int) - Method in class com.arjuna.ats.arjuna.recovery.RecoveryDriver
- synchronousVerboseScan() - Method in class com.arjuna.ats.arjuna.recovery.RecoveryDriver
- synchronousVerboseScan(int, int) - Method in class com.arjuna.ats.arjuna.recovery.RecoveryDriver
- systemKey - Variable in class com.arjuna.ats.txoj.LockManager
T
- terminate() - Method in class com.arjuna.ats.arjuna.recovery.RecoveryManager
-
Terminate and cleanup the recovery manager.
- terminate() - Method in class com.arjuna.ats.arjuna.StateManager
-
The following function checks to see if the object is going out of scope while an action is still running.
- terminate() - Method in class com.arjuna.ats.txoj.LockManager
-
This method *must* be called in the finalizer of every object.
- terminate(boolean) - Static method in class com.arjuna.ats.arjuna.coordinator.TransactionReaper
-
Terminate the transaction reaper.
- terminate(boolean) - Method in class com.arjuna.ats.arjuna.recovery.RecoveryManager
-
Terminate and cleanup the recovery manager.
- threadStackTraceHistoryList - Variable in class com.arjuna.ats.arjuna.coordinator.BasicAction
- ThreadUtil - Class in com.arjuna.ats.arjuna.utils
-
Provides utilities to manage thread ids.
- ThreadUtil() - Constructor for class com.arjuna.ats.arjuna.utils.ThreadUtil
- toBeUsed() - Method in interface com.arjuna.ats.arjuna.recovery.ExpiryScanner
-
Is this scanner to be used.
- TOP_LEVEL - Static variable in class com.arjuna.ats.arjuna.coordinator.ActionType
- topLevelAbort() - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
A rollback of a top-level transaction has occurred.
- topLevelAction() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
- TopLevelAction - Class in com.arjuna.ats.arjuna
-
This class provides a (nested) top-level transaction.
- TopLevelAction() - Constructor for class com.arjuna.ats.arjuna.TopLevelAction
- topLevelActionUid() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
The following function returns the Uid of the top-level atomic action.
- topLevelCleanup() - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Cleanup is called if a top-level action is detected to be an orphan.
- topLevelCommit() - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
A commit of a top-level transaction has occurred.
- topLevelOnePhaseCommit() - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Perform a top-level one phase commit.
- topLevelPrepare() - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
A prepare for a top-level transaction has occurred.
- toString() - Method in class com.arjuna.ats.arjuna.common.Uid
-
Same as stringForm()
- toString() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
Overloads Object.toString()
- toString() - Method in class com.arjuna.ats.arjuna.coordinator.RecordList
- toString() - Method in class com.arjuna.ats.arjuna.state.InputObjectState
- toString() - Method in class com.arjuna.ats.arjuna.state.OutputObjectState
- toString() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.UidWrapper
-
Deprecated.
- toString() - Method in class com.arjuna.ats.jta.xa.XidImple
- toString() - Method in class com.arjuna.ats.txoj.Lock
-
Overrides Object.toString()
- toString(int) - Static method in class com.arjuna.ats.arjuna.ObjectStatus
- toString(int) - Static method in class com.arjuna.ats.arjuna.ObjectType
- toString(String, StringBuilder) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean.GenericAtomicActionWrapper
-
Deprecated.
- toString(String, StringBuilder) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean
-
Deprecated.
- toString(String, StringBuilder) - Method in interface com.arjuna.ats.arjuna.tools.osb.mbean.ActionBeanWrapperInterface
-
Deprecated.
- toString(String, StringBuilder) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
Deprecated.
- toString(String, StringBuilder) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBean
-
Deprecated.
- toString(String, StringBuilder) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.UidWrapper
-
Deprecated.
- trace_JDBCImple_previouslycommitteddeleted(int) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- Transaction - Interface in com.arjuna.ats.jta.transaction
- TRANSACTION_NOT_PREPARED - Static variable in interface com.arjuna.ats.jta.recovery.XARecoveryResource
- TransactionalDriver - Class in com.arjuna.ats.jdbc
-
Transactional JDBC 2.0 driver.
- TransactionalDriver() - Constructor for class com.arjuna.ats.jdbc.TransactionalDriver
- TransactionalInterceptorBase - Class in com.arjuna.ats.jta.cdi.transactional
- TransactionalInterceptorBase(boolean) - Constructor for class com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorBase
- TransactionalInterceptorMandatory - Class in com.arjuna.ats.jta.cdi.transactional
- TransactionalInterceptorMandatory() - Constructor for class com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorMandatory
- TransactionalInterceptorNever - Class in com.arjuna.ats.jta.cdi.transactional
- TransactionalInterceptorNever() - Constructor for class com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorNever
- TransactionalInterceptorNotSupported - Class in com.arjuna.ats.jta.cdi.transactional
- TransactionalInterceptorNotSupported() - Constructor for class com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorNotSupported
- TransactionalInterceptorRequired - Class in com.arjuna.ats.jta.cdi.transactional
- TransactionalInterceptorRequired() - Constructor for class com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorRequired
- TransactionalInterceptorRequiresNew - Class in com.arjuna.ats.jta.cdi.transactional
- TransactionalInterceptorRequiresNew() - Constructor for class com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorRequiresNew
- TransactionalInterceptorSupports - Class in com.arjuna.ats.jta.cdi.transactional
- TransactionalInterceptorSupports() - Constructor for class com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorSupports
- TransactionContext - Class in com.arjuna.ats.jta.cdi
- TransactionContext() - Constructor for class com.arjuna.ats.jta.cdi.TransactionContext
-
Deprecated.Please use the
TransactionContext(Supplier, Supplier)constructor instead. - TransactionContext(Supplier<TransactionManager>, Supplier<TransactionSynchronizationRegistry>) - Constructor for class com.arjuna.ats.jta.cdi.TransactionContext
-
Creates a new
TransactionContext. - TransactionExtension - Class in com.arjuna.ats.jta.cdi
- TransactionExtension() - Constructor for class com.arjuna.ats.jta.cdi.TransactionExtension
- TransactionHandler - Class in com.arjuna.ats.jta.cdi
- TransactionHandler() - Constructor for class com.arjuna.ats.jta.cdi.TransactionHandler
- TransactionHelper - Interface in org.jboss.narayana.jta.jms
-
Utility class to make transaction status checking and resources registration easier.
- TransactionHelperImpl - Class in org.jboss.narayana.jta.jms
- TransactionHelperImpl(TransactionManager) - Constructor for class org.jboss.narayana.jta.jms.TransactionHelperImpl
- transactionLifetime() - Static method in class com.arjuna.ats.arjuna.coordinator.TransactionReaper
- transactionManager() - Static method in class com.arjuna.ats.jta.TransactionManager
-
Retrieve the singleton transaction manager reference.
- transactionManager(InitialContext) - Static method in class com.arjuna.ats.jta.TransactionManager
-
Retrieve a reference to the transaction manager from the passed in JNDI initial context.
- TransactionManager - Class in com.arjuna.ats.jta
- TransactionManager() - Constructor for class com.arjuna.ats.jta.TransactionManager
- TransactionMonitor - Class in com.arjuna.ats.arjuna.tools
- TransactionMonitor() - Constructor for class com.arjuna.ats.arjuna.tools.TransactionMonitor
- transactionReaper() - Static method in class com.arjuna.ats.arjuna.coordinator.TransactionReaper
-
Starting with 4.8, this method will always return an instance, will never return null.
- TransactionReaper - Class in com.arjuna.ats.arjuna.coordinator
-
Class to record transactions with non-zero timeout values, and class to implement a transaction reaper thread which terminates these transactions once their timeout elapses.
- TransactionScopeCleanup<T> - Class in com.arjuna.ats.jta.cdi
- TransactionScopeCleanup(TransactionContext, Transaction) - Constructor for class com.arjuna.ats.jta.cdi.TransactionScopeCleanup
- TransactionStatusConnectionManager - Class in com.arjuna.ats.arjuna.recovery
- TransactionStatusConnectionManager() - Constructor for class com.arjuna.ats.arjuna.recovery.TransactionStatusConnectionManager
-
Gets a reference to the Object Store.
- TransactionStatusManager - Class in com.arjuna.ats.arjuna.recovery
- TransactionStatusManager() - Constructor for class com.arjuna.ats.arjuna.recovery.TransactionStatusManager
- TransactionStatusManager(int) - Constructor for class com.arjuna.ats.arjuna.recovery.TransactionStatusManager
- TransactionStatusManager(String) - Constructor for class com.arjuna.ats.arjuna.recovery.TransactionStatusManager
- TransactionStatusManager(String, int) - Constructor for class com.arjuna.ats.arjuna.recovery.TransactionStatusManager
- TransactionTypeManager - Class in com.arjuna.ats.arjuna.tools.log
- TransactionTypeManager.TransactionTypeMap - Interface in com.arjuna.ats.arjuna.tools.log
-
Only allows the movement of heuristic participants to the prepared list.
- tryHandleAsynchronously(TransactionManager, Transaction, Transactional, AtomicReference, Class<?>, RunnableWithException) - Static method in class com.arjuna.ats.jta.cdi.async.ContextPropagationAsyncHandler
-
Tries to handle asynchronously the returned type from the @
Transactionalcall. - tryLockMutex() - Method in class com.arjuna.ats.arjuna.StateManager
- trySuspend(boolean) - Method in class com.arjuna.ats.arjuna.recovery.RecoveryManager
- tsLogger - Class in com.arjuna.ats.arjuna.logging
- tsLogger() - Constructor for class com.arjuna.ats.arjuna.logging.tsLogger
- TwoPhaseCommitThreadPool - Class in com.arjuna.ats.arjuna.coordinator
- TwoPhaseCommitThreadPool() - Constructor for class com.arjuna.ats.arjuna.coordinator.TwoPhaseCommitThreadPool
- TwoPhaseCoordinator - Class in com.arjuna.ats.arjuna.coordinator
-
Adds support for synchronizations to BasicAction.
- TwoPhaseCoordinator() - Constructor for class com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator
- TwoPhaseCoordinator(int) - Constructor for class com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator
- TwoPhaseCoordinator(Uid) - Constructor for class com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator
- TwoPhaseCoordinator(Uid, int) - Constructor for class com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator
- TwoPhaseOutcome - Class in com.arjuna.ats.arjuna.coordinator
-
The outcomes which can be generated when a transaction attempts to prepare/commit/rollback.
- TwoPhaseOutcome(int) - Constructor for class com.arjuna.ats.arjuna.coordinator.TwoPhaseOutcome
- TX_INTERCEPTOR - Static variable in class com.arjuna.ats.jta.cdi.TransactionExtension
- TxControl - Class in com.arjuna.ats.arjuna.coordinator
-
Transaction configuration object.
- TxControl() - Constructor for class com.arjuna.ats.arjuna.coordinator.TxControl
- TxControl.Shutdown - Class in com.arjuna.ats.arjuna.coordinator
- TxLog - Interface in com.arjuna.ats.arjuna.objectstore
-
All transaction logs MUST implement this interface.
- TXLOG_PERSISTENCE - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- TxLogBean - Class in com.arjuna.ats.arjuna.tools.osb.api.mbeans
-
abstract implementation of the TxLog MBean
- TxLogBean(TxLog) - Constructor for class com.arjuna.ats.arjuna.tools.osb.api.mbeans.TxLogBean
- TxLogBeanMBean - Interface in com.arjuna.ats.arjuna.tools.osb.api.mbeans
- TxLogProxy - Class in com.arjuna.ats.arjuna.tools.osb.api.proxy
-
Remote proxy to a TxLog Store
- TxLogProxy(TxLogBeanMBean) - Constructor for class com.arjuna.ats.arjuna.tools.osb.api.proxy.TxLogProxy
- TxojEnvironmentBean - Class in com.arjuna.ats.txoj.common
-
A JavaBean containing configuration properties for the transactional object system.
- TxojEnvironmentBean() - Constructor for class com.arjuna.ats.txoj.common.TxojEnvironmentBean
- TxojEnvironmentBeanMBean - Interface in com.arjuna.ats.txoj.common
-
A JMX MBean interface containing configuration for the transactional object system.
- txojI18NLogger - Interface in com.arjuna.ats.txoj.logging
-
i18n log messages for the txoj module.
- txojLogger - Class in com.arjuna.ats.txoj.logging
- txojLogger() - Constructor for class com.arjuna.ats.txoj.logging.txojLogger
- txojPropertyManager - Class in com.arjuna.ats.txoj.common
-
Property manager wrapper for the TXOJ module.
- txojPropertyManager() - Constructor for class com.arjuna.ats.txoj.common.txojPropertyManager
- TxPerfGraph - Class in com.arjuna.ats.arjuna.tools.stats
- TxPerfGraph(JFrame) - Constructor for class com.arjuna.ats.arjuna.tools.stats.TxPerfGraph
-
Creates new form TxPerfGraph
- TxPerfPlugin - Class in com.arjuna.ats.arjuna.tools.stats
- TxPerfPlugin() - Constructor for class com.arjuna.ats.arjuna.tools.stats.TxPerfPlugin
- TxStats - Class in com.arjuna.ats.arjuna.coordinator
-
This class is used to maintain statistics on transactions that have been created.
- TxStatsMBean - Interface in com.arjuna.ats.arjuna.coordinator
-
MBean interface for monitoring transaction statistics.
- type() - Method in class com.arjuna.ats.arjuna.AtomicAction
-
The type of the class is used to locate the state of the transaction log in the object store.
- type() - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Re-implementation of abstract methods inherited from base class.
- type() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
Overloads StateManager.type()
- type() - Method in class com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator
-
Overloads BasicAction.type()
- type() - Method in class com.arjuna.ats.arjuna.state.InputObjectState
- type() - Method in class com.arjuna.ats.arjuna.state.OutputObjectState
- type() - Method in class com.arjuna.ats.arjuna.StateManager
-
The object's type.
- type() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBean
-
Deprecated.
- type() - Method in interface com.arjuna.ats.jta.recovery.XARecoveryResource
- type() - Method in interface com.arjuna.ats.jta.recovery.XARecoveryResourceManager
- type() - Method in class com.arjuna.ats.txoj.Lock
-
Overrides StateManager.type()
- type() - Method in class com.arjuna.ats.txoj.LockManager
-
Overload StateManager.type()
- typeIs() - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
- typeOfAction() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
- typeToClass(int) - Static method in class com.arjuna.ats.arjuna.coordinator.RecordType
U
- Uid - Class in com.arjuna.ats.arjuna.common
-
Implements a unique identity class.
- Uid() - Constructor for class com.arjuna.ats.arjuna.common.Uid
-
Create a new instance.
- Uid(byte[]) - Constructor for class com.arjuna.ats.arjuna.common.Uid
- Uid(long[], int, int, int) - Constructor for class com.arjuna.ats.arjuna.common.Uid
- Uid(Uid) - Constructor for class com.arjuna.ats.arjuna.common.Uid
-
Create a copy of the specified identifier.
- Uid(String) - Constructor for class com.arjuna.ats.arjuna.common.Uid
-
Create Uid from string representation.
- Uid(String, boolean) - Constructor for class com.arjuna.ats.arjuna.common.Uid
-
Create Uid from string representation.
- UID_SIZE - Static variable in class com.arjuna.ats.arjuna.common.Uid
- UidWrapper - Class in com.arjuna.ats.arjuna.tools.osb.mbean
-
Deprecated.as of 5.0.5.Final In a subsequent release we will change packages names in order to provide a better separation between public and internal classes.
- UidWrapper(Uid) - Constructor for class com.arjuna.ats.arjuna.tools.osb.mbean.UidWrapper
-
Deprecated.
- UidWrapper(ObjStoreBrowser, String, String, String, Uid) - Constructor for class com.arjuna.ats.arjuna.tools.osb.mbean.UidWrapper
-
Deprecated.
- UidWrapper(ObjStoreBrowser, String, String, String, Uid, boolean) - Constructor for class com.arjuna.ats.arjuna.tools.osb.mbean.UidWrapper
-
Deprecated.
- unbind() - Method in class com.arjuna.ats.jta.utils.JNDIReferenceBindingBean
- unbind(InitialContext) - Method in class com.arjuna.ats.jta.utils.JNDIReferenceBindingBean
- unbindJTATransactionManagerImplementation() - Static method in class com.arjuna.ats.jta.utils.JNDIManager
-
Unbind the transaction manager from the default JNDI context.
- unbindJTATransactionManagerImplementation(InitialContext) - Static method in class com.arjuna.ats.jta.utils.JNDIManager
-
Unbind the transaction manager from the provided JNDI context.
- unbindJTATransactionSynchronizationRegistryImplementation() - Static method in class com.arjuna.ats.jta.utils.JNDIManager
-
Unbind the TSR from the default JNDI context.
- unbindJTATransactionSynchronizationRegistryImplementation(InitialContext) - Static method in class com.arjuna.ats.jta.utils.JNDIManager
-
Unbind the TSR from the provided JNDI context.
- unexpected_state_type(int) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- UnexpectedConditionException - Exception in com.arjuna.ats.jta.exceptions
-
Exception may be thrown under certain circumstances when we are forced to throw a SystemException but want to give more information.
- UnexpectedConditionException() - Constructor for exception com.arjuna.ats.jta.exceptions.UnexpectedConditionException
- UnexpectedConditionException(String) - Constructor for exception com.arjuna.ats.jta.exceptions.UnexpectedConditionException
- UNKNOWN - com.arjuna.ats.arjuna.tools.osb.mbean.HeuristicStatus
-
Deprecated.
- UNKNOWN_STATUS - Static variable in class com.arjuna.ats.arjuna.ObjectStatus
- UNKNOWN_TYPE - Static variable in class com.arjuna.ats.arjuna.ObjectType
- UNKNOWN_XA_ERROR_CODE - Static variable in enum com.arjuna.ats.arjuna.tools.osb.mbean.HeuristicStatus
-
Deprecated.
- unloadState() - Method in class com.arjuna.ats.txoj.LockManager
- unlock() - Method in class com.arjuna.ats.arjuna.utils.FileLock
- unlockMutex() - Method in class com.arjuna.ats.arjuna.StateManager
- unpack(InputBuffer) - Method in class com.arjuna.ats.arjuna.coordinator.ActionHierarchy
-
CAREFULLY unpack the 'new' hierarchy.
- unpack(InputObjectState) - Method in interface com.arjuna.ats.arjuna.coordinator.OnePhaseResource
- unpack(InputObjectState) - Static method in class com.arjuna.ats.jta.xa.XidImple
- unpackBoolean() - Method in class com.arjuna.ats.arjuna.state.InputBuffer
-
Unpack a boolean from the stream.
- unpackByte() - Method in class com.arjuna.ats.arjuna.state.InputBuffer
-
Unpack a byte from the stream.
- unpackBytes() - Method in class com.arjuna.ats.arjuna.state.InputBuffer
-
Unpack the next byte array from the stream.
- unpackChar() - Method in class com.arjuna.ats.arjuna.state.InputBuffer
-
Unpack a character from the stream.
- unpackDouble() - Method in class com.arjuna.ats.arjuna.state.InputBuffer
-
Unpack a double from the stream.
- unpackFloat() - Method in class com.arjuna.ats.arjuna.state.InputBuffer
-
Unpack a float from the stream.
- unpackFrom(InputBuffer) - Method in class com.arjuna.ats.arjuna.state.InputBuffer
-
Unpack a buffer from the provided buffer, and initialise this instance with it.
- unpackFrom(InputBuffer) - Method in class com.arjuna.ats.arjuna.state.InputObjectState
- unpackFrom(InputObjectState) - Method in interface com.arjuna.ats.jta.xa.RecoverableXAConnection
- unpackFrom(InputObjectState) - Method in class com.arjuna.ats.jta.xa.XidImple
- unpackHeader(InputObjectState) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.HeaderStateReader
-
Deprecated.
- unpackHeader(InputObjectState, Header) - Method in class com.arjuna.ats.arjuna.StateManager
-
Unpack the crash recovery state header information and return it.
- unpackInt() - Method in class com.arjuna.ats.arjuna.state.InputBuffer
-
Unpack an integer from the stream.
- unpackLong() - Method in class com.arjuna.ats.arjuna.state.InputBuffer
-
Unpack a long from the stream.
- unpackShort() - Method in class com.arjuna.ats.arjuna.state.InputBuffer
-
Unpack a short from the stream.
- unpackString() - Method in class com.arjuna.ats.arjuna.state.InputBuffer
-
Unpack a String from the stream.
- unregister() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean
-
Deprecated.unregister this bean (and its participants) with the MBeanServer
- unregister() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBean
-
Deprecated.
- unregister() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.UidWrapper
-
Deprecated.
- unregister(String) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBean
-
Deprecated.
- unregisterMBean(String) - Method in class com.arjuna.ats.arjuna.tools.osb.util.JMXServer
-
Deprecated.
- unregisterMBeans() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ObjStoreBrowser
-
Deprecated.
- unsubscribe(String) - Method in class org.jboss.narayana.jta.jms.JMSContextProxy
- unsubscribe(String) - Method in class org.jboss.narayana.jta.jms.SessionProxy
- UNTYPED - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- updateHeuristic(int, boolean) - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
- updateState() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
- updateTransactions() - Method in class com.arjuna.ats.arjuna.tools.OTM
- updateTSMI() - Method in class com.arjuna.ats.arjuna.recovery.TransactionStatusConnectionManager
-
Examine the Object Store for any new TrasactionStatusManagerItem objects, and add to local hash table.
- UPGRADE - Static variable in class com.arjuna.ats.txoj.LockMode
- USER_DEF_FIRST0 - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
-
The following values are provided for user-defined records that should have operations invoked BEFORE the system records.
- USER_DEF_FIRST1 - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- USER_DEF_FIRST2 - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- USER_DEF_FIRST3 - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- USER_DEF_FIRST4 - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- USER_DEF_FIRST5 - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- USER_DEF_FIRST6 - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- USER_DEF_FIRST7 - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- USER_DEF_FIRST8 - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- USER_DEF_FIRST9 - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- USER_DEF_LAST0 - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
-
The following values are provided for user-defined records that should have operations invoked AFTER the system records.
- USER_DEF_LAST1 - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- USER_DEF_LAST2 - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- USER_DEF_LAST3 - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- USER_DEF_LAST4 - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- USER_DEF_LAST5 - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- USER_DEF_LAST6 - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- USER_DEF_LAST7 - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- USER_DEF_LAST8 - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- USER_DEF_LAST9 - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- userName - Static variable in class com.arjuna.ats.jdbc.TransactionalDriver
- userTransaction() - Static method in class com.arjuna.ats.jta.UserTransaction
-
Retrieve the singleton UserTransaction reference.
- userTransaction(InitialContext) - Static method in class com.arjuna.ats.jta.UserTransaction
-
Retrieve a reference to the user transaction.
- UserTransaction - Class in com.arjuna.ats.jta
- UserTransaction() - Constructor for class com.arjuna.ats.jta.UserTransaction
- usingActions - Variable in class com.arjuna.ats.arjuna.StateManager
- Utility - Class in com.arjuna.ats.arjuna.utils
-
Various useful functions that we wrap in a single class.
- Utility() - Constructor for class com.arjuna.ats.arjuna.utils.Utility
V
- valid() - Method in class com.arjuna.ats.arjuna.common.Uid
-
Is the Uid valid?
- valid() - Method in class com.arjuna.ats.arjuna.state.InputBuffer
-
Is the buffer valid?
- valid() - Method in class com.arjuna.ats.arjuna.state.OutputBuffer
-
Is the buffer valid?
- validatePortRange(int) - Static method in class com.arjuna.ats.arjuna.utils.Utility
- validTransaction(Transaction) - Method in interface com.arjuna.ats.jta.xa.RecoverableXAConnection
-
Is this the same transaction?
- value() - Method in class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
If this abstract record caused a heuristic then it should return an object which implements
HeuristicInformation - value() - Method in annotation type com.arjuna.ats.arjuna.tools.osb.annotation.MXBeanDescription
-
Deprecated.
- value() - Method in annotation type com.arjuna.ats.arjuna.tools.osb.annotation.MXBeanPropertyDescription
-
Deprecated.
- valueOf(String) - Static method in enum com.arjuna.ats.arjuna.tools.osb.mbean.HeuristicStatus
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arjuna.ats.arjuna.tools.osb.mbean.ParticipantStatus
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arjuna.ats.jta.recovery.XAResourceOrphanFilter.Vote
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.arjuna.ats.arjuna.tools.osb.mbean.HeuristicStatus
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.arjuna.ats.arjuna.tools.osb.mbean.ParticipantStatus
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.arjuna.ats.jta.recovery.XAResourceOrphanFilter.Vote
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VERBOSE_ASYNC_SCAN - Static variable in class com.arjuna.ats.arjuna.recovery.RecoveryDriver
- VERBOSE_SCAN - Static variable in class com.arjuna.ats.arjuna.recovery.RecoveryDriver
- viewSubordinateAtomicActions(boolean) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ObjStoreBrowser
-
Deprecated.
- viewSubordinateAtomicActions(boolean) - Method in interface com.arjuna.ats.arjuna.tools.osb.mbean.ObjStoreBrowserMBean
-
Deprecated.
W
- waitForTermination() - Method in class com.arjuna.ats.arjuna.recovery.RecoveryManager
-
wait for the recovery thread to be shutdown.
- waitForWork() - Method in class com.arjuna.ats.arjuna.coordinator.TransactionReaper
- WAITING_FOR_RECOVERY - Static variable in interface com.arjuna.ats.jta.recovery.XARecoveryResource
- waitTotalTimeout - Static variable in class com.arjuna.ats.txoj.LockManager
-
By default, threads which call setlock with conflicting locks will spin for the specified (or default) number of timeout and retry attempts, and then return failure if the lock could not be acquired.
- warn_abstractrecords_smf1(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_abstractrecords_smf2(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_abstractrecords_smf3(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_ActivationRecord_1() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_ActivationRecord_2(String, Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_ats_atomicaction_1(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_CadaverRecord_1(Uid, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_cant_create_xid_of_branch(Uid, Boolean, Integer, Exception) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_cant_create_xid_of_xid(Xid, Boolean, Integer, Exception) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_cant_pack_into_output_object_state(OutputObjectState, Exception) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_common_ClassloadingUtility_1() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_common_ClassloadingUtility_1() - Method in interface com.arjuna.common.logging.commonI18NLogger
- warn_common_ClassloadingUtility_2(String, Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_common_ClassloadingUtility_2(String, Throwable) - Method in interface com.arjuna.common.logging.commonI18NLogger
- warn_common_ClassloadingUtility_3(String, String, Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_common_ClassloadingUtility_3(String, String, Throwable) - Method in interface com.arjuna.common.logging.commonI18NLogger
- warn_common_ClassloadingUtility_4(String, Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_common_ClassloadingUtility_4(String, Throwable) - Method in interface com.arjuna.common.logging.commonI18NLogger
- warn_common_ClassloadingUtility_5(String, Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_common_ClassloadingUtility_5(String, Throwable) - Method in interface com.arjuna.common.logging.commonI18NLogger
- warn_common_ClassloadingUtility_6(String, Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_common_ClassloadingUtility_6(String, Throwable) - Method in interface com.arjuna.common.logging.commonI18NLogger
- warn_common_Mutex_2() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_common_Uid_1() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_common_Uid_3(String, Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_common_Uid_6() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_common_Uid_bytes(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_common_Uid_getbytes(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_common_Uid_npe(String, Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_AbstractRecord_create_failure(Integer, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_AbstractRecord_npe(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_1(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_2(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_21(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_24() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_29(Uid, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_3(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_30(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_31(Uid, Uid, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_33(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_34(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_35(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_36(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_37(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_38() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_39(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_40(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_41(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_42(Uid, String, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_43(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_44() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_45(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_46(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_47(Uid, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_49(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_5(Uid, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_50(Uid, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_52(Uid, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_53(Uid, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_54(Uid, String, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_55(Uid, String, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_56(Uid, Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_57(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_58(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_59(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_5a(Uid, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_60(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_61(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_62(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_64() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_65() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_68() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_BasicAction_70(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_CheckedAction_1(Uid, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_CheckedAction_2(Uid, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_norecordfound(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_notrunning() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_toolong(Integer) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_TransactionReaper_10(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_TransactionReaper_11(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_TransactionReaper_12(Uid, Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_TransactionReaper_13(String, Uid, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_TransactionReaper_14(String, Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_TransactionReaper_15(String, Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_TransactionReaper_16(String, Uid, Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_TransactionReaper_18(Uid, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_TransactionReaper_19() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_TransactionReaper_6(String, Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_TransactionReaper_7(String, Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_TransactionReaper_8(String, Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_TransactionReaper_9(String, Uid, Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_TwoPhaseCoordinator_1() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_TwoPhaseCoordinator_2(String, Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_TwoPhaseCoordinator_3() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_TwoPhaseCoordinator_4(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_TwoPhaseCoordinator_4a(String, Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_TwoPhaseCoordinator_4b(String, Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_TxControl_1(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_TxControl_2(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_coordinator_TxControl_3(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_could_not_access_object_store(Exception) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_could_not_activate_type_at_object_store(String, ParticipantStore, Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_could_not_close_transaction_listener_connection(Socket, Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_could_not_close_transaction_listener_socket(ServerSocket, Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_could_not_end_xar(XAResource, XAException) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_could_not_extract_array(Exception) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_could_not_find_config_file(URL) - Method in interface com.arjuna.common.logging.commonI18NLogger
- warn_could_not_find_manifest(String, Throwable) - Method in interface com.arjuna.common.logging.commonI18NLogger
- warn_could_not_handle_objectstore(ObjectStoreException) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_could_not_handle_objectstore_generic(Exception) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_could_not_recover_subordinate(Uid, Exception) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_DisposeRecord_2() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_DisposeRecord_3() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_DisposeRecord_5(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_drcdest(Throwable) - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- warn_failed_to_close_jms_connection(String, Exception) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_failed_to_close_jms_session(String, Exception) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_failed_to_create_jms_connection(Exception) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_failed_to_delist_xa_resource(Exception) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_failed_to_enlist_xa_resource(Exception) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_failed_to_enlist_xa_resource(XAResource, Exception) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_failed_to_get_transaction(Exception) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_failed_to_get_transaction_status(Exception) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_failed_to_register_synchronization(Exception) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_getmoderror(Throwable) - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- warn_hornetqobjectstore_remove_state_exception(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_intteruptedExceptionOnWaitingXARecoveryModuleLock(XARecoveryModule, String, InterruptedException) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_invalidObjStoreBrowser_type(String, Exception) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_isolationlevelfailset(String, Throwable) - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- warn_journal_load_error() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_lastResource_disableWarning() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_lastResource_disallow(String, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_lastResource_multipleWarning(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_lastResource_startupWarning() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_lmf1(Throwable) - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- warn_lmf2(Throwable) - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- warn_LockManager_1() - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- warn_LockManager_10(Uid, String) - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- warn_LockManager_11(String) - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- warn_LockManager_12(Uid, String) - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- warn_LockManager_13(Uid, String) - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- warn_LockManager_14(Throwable) - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- warn_LockManager_2() - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- warn_LockManager_3() - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- warn_LockManager_4() - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- warn_LockManager_5() - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- warn_LockManager_6() - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- warn_LockManager_7() - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- warn_LockManager_8() - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- warn_LockRecord_1() - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- warn_LockRecord_2(Uid) - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- warn_LockRecord_3() - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- warn_LockRecord_4() - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- warn_LockRecord_5(Uid) - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- warn_LockRecord_6() - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- warn_LockRecord_7(String, Uid) - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- warn_multiple_threads(Uid, String, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_not_asyncIO() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_not_closed(Throwable) - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- warn_objectstore_CacheStore_1(Uid, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_CacheStore_2(Uid, String, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_CacheStore_3(Uid, String, String, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_CacheStore_4(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_FileSystemStore_2(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_FileSystemStore_20(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_HashedStore_2(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_jdbc_oracle_1() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_jdbc_oracle_2(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_JDBCImple_1(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_JDBCImple_10(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_JDBCImple_11(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_JDBCImple_12(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_JDBCImple_13(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_JDBCImple_14(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_JDBCImple_15(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_JDBCImple_16(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_JDBCImple_18() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_JDBCImple_2(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_JDBCImple_3(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_JDBCImple_4(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_JDBCImple_5(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_JDBCImple_6(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_JDBCImple_7(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_JDBCImple_8(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_JDBCImple_9(String, Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_JDBCImple_nothingtocommit(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_JDBCImple_nothingtoinsert(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_JDBCImple_nothingtoupdate(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_JDBCImple_over_max_image_size(int, int) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_JDBCImple_readfailed() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_JDBCImple_readfailed_message() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_JDBCImple_writefailed(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_JDBCStore_3() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_ObjectStoreType_1(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_remove_state_exception(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_ShadowingStore_10(Uid, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_ShadowingStore_11(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_ShadowingStore_12(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_ShadowingStore_17(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_ShadowingStore_18(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_ShadowingStore_19(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_ShadowingStore_2(String, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_ShadowingStore_3(String, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_ShadowingStore_4(String, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_ShadowingStore_5(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_ShadowingStore_7() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_ShadowingStore_8(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_objectstore_ShadowingStore_9(Uid, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_OptimisticLockRecord_1(LockManager) - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- warn_OptimisticLockRecord_2(LockManager) - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- warn_osb_MBeanCtorFail(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_PersistenceRecord_10() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_PersistenceRecord_14() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_PersistenceRecord_15() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_PersistenceRecord_16() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_PersistenceRecord_19() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_PersistenceRecord_2(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_PersistenceRecord_20(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_PersistenceRecord_21(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_PersistenceRecord_3() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_PersistenceRecord_4(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_PersistenceRecord_5() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_PersistenceRecord_6() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_PersistenceRecord_7() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_PersistenceRecord_8() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_reading_from_object_store(RecoveryStore, Xid, Exception) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_recovery_ActionStatusService_2(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_recovery_ActionStatusService_3(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_recovery_ActionStatusService_5(Uid, Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_recovery_ActionStatusService_6(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_recovery_ActionStatusService_7() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_recovery_alluids() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_recovery_AtomicActionRecoveryModule_1(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_recovery_AtomicActionRecoveryModule_2(Uid, Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_recovery_AtomicActionRecoveryModule_3(Uid, Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_recovery_basic_initexp(Throwable) - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- warn_recovery_basic_xarec(String) - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- warn_recovery_cannotadd() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_recovery_Connection_1(IOException) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_recovery_Connection_2() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_recovery_constfail() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_recovery_ExpiredTransactionScanner_2(Uid, Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_recovery_ExpiredTransactionStatusManagerScanner_6(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_recovery_failedtorecover(String, String) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_recovery_forgetfailed(String, Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_recovery_generalrecoveryerror(String, Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_recovery_getxaresource(Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_recovery_objstoreerror(Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_recovery_periodicfirstpass(String, Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_recovery_PeriodicRecovery_9(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_recovery_periodicsecondpass(String, Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_recovery_RecoverAtomicAction_2(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_recovery_RecoverAtomicAction_4(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_recovery_RecoverAtomicAction_5(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_recovery_RecoveredTransactionalObject_10(Uid, Throwable) - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- warn_recovery_RecoveredTransactionalObject_6(Throwable) - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- warn_recovery_RecoveredTransactionalObject_8(Throwable) - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- warn_recovery_RecoveredTransactionalObject_9(Uid, Throwable) - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- warn_recovery_recoveryerror(Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_recovery_recoveryfailed(Uid, String) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_recovery_RecoveryManagerImple_2(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_recovery_TORecoveryModule_5(Throwable) - Method in interface com.arjuna.ats.txoj.logging.txojI18NLogger
- warn_recovery_transaction_id_and_branch_qualifier_are_null_wrong_format_id(String) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_recovery_TransactionStatusConnectionManager_1(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_recovery_TransactionStatusConnectionManager_2(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_recovery_TransactionStatusConnector_1() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_recovery_TransactionStatusConnector_2() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_recovery_TransactionStatusConnector_3() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_recovery_TransactionStatusManager_14(String, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_recovery_TransactionStatusManager_2() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_recovery_TransactionStatusManager_4(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_recovery_TransactionStatusManagerItem_1(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_recovery_TransactionStatusManagerItem_2(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_recovery_TransactionStatusManagerItem_3(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_recovery_TransactionStatusManagerItem_4(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_recovery_unexpectedrecoveryerror(Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_recovery_WorkerService_1(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_recovery_WorkerService_2(IOException) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_recovery_xa_initexp(Throwable) - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- warn_recovery_xarecovery1(String, String, Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_recovery_xarecovery2(String, Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_RecoveryRecord_1() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_RecoveryRecord_2() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_resources_arjunacore_classnotfound(String) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_resources_arjunacore_commitnulltx(String) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_resources_arjunacore_commitxaerror(String, String, String, Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_resources_arjunacore_norecoveryxa(String) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_resources_arjunacore_noresource(String) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_resources_arjunacore_opcerror(String, String, String, Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_resources_arjunacore_opcnulltx(String) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_resources_arjunacore_preparefailed(String, String, String, Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_resources_arjunacore_preparenulltx(String) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_resources_arjunacore_restorecrstateerror(String, String, Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_resources_arjunacore_restorestate(Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_resources_arjunacore_restorestateerror(String, String, Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_resources_arjunacore_rollbackerror(String, String, String, Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_resources_arjunacore_rollbacknulltx(String) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_resources_arjunacore_savestate() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_resources_arjunacore_savestateerror(String, String, Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_resources_arjunacore_setvalue(String) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_resources_arjunacore_SynchronizationImple(String, Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_resources_arjunacore_XAOnePhaseResource_rollbackexception(String, Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_rollbackerror(String) - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
- warn_StateManager_1() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_StateManager_10() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_StateManager_11(Uid, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_StateManager_12() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_StateManager_13() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_StateManager_2(Uid, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_StateManager_3(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_StateManager_4() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_StateManager_6(Uid) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_StateManager_7(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_StateManager_8() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_StateManager_9() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_tools_log_eaa1(Uid, String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_tools_log_eaa2() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_tools_osb_util_JMXServer_m_3(String, Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_tools_osb_util_JMXServer_m_5(String, Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_tools_osb_util_JMXServer_m_6(String, Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_transaction_arjunacore_delistgeneral(String, Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_transaction_arjunacore_delistresource(String, String, Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_transaction_arjunacore_endsuspendfailed1() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_transaction_arjunacore_enlisterror(String, String) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_transaction_arjunacore_enliststarterror(String, String, String, Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_transaction_arjunacore_lastResourceOptimisationInterface(String) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_transaction_arjunacore_markrollback(String, String) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_transaction_arjunacore_newtmerror(String, String, Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_transaction_arjunacore_notatomicaction() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_transaction_arjunacore_threadexception(Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_transaction_arjunacore_timeouterror(String, String, String, Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_transaction_arjunacore_unknownresource(String) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_transaction_arjunacore_xaenderror(Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_transaction_arjunacore_xastart(String, String, String, Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_TransactionManager_jndifailure(Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_unpacking_xid_state(Xid, RecoveryStore, String, Exception) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_UserTransaction_jndifailure(Throwable) - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
- warn_utils_ExecProcessId_5(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_utils_FileLock_4(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_utils_Utility_1() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- warn_utils_Utility_2() - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- wedged_reaperelement(String) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
- wrapContext(XAJMSContext, TransactionHelper) - Static method in class org.jboss.narayana.jta.jms.JMSContextProxy
- WRITE - Static variable in class com.arjuna.ats.txoj.LockMode
- write_committed(Uid, String, OutputObjectState) - Method in interface com.arjuna.ats.arjuna.objectstore.TxLog
-
Write a new copy of the object's committed state.
- write_committed(Uid, String, OutputObjectState) - Method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.TxLogProxy
- write_committed(Uid, String, OutputObjectState) - Method in class com.arjuna.ats.txoj.lockstore.LockStore
-
Write the state to the lock store.
- write_committed(Uid, String, OutputObjectStateWrapper) - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.TxLogBean
- write_committed(Uid, String, OutputObjectStateWrapper) - Method in interface com.arjuna.ats.arjuna.tools.osb.api.mbeans.TxLogBeanMBean
- write_uncommitted(Uid, String, OutputObjectState) - Method in interface com.arjuna.ats.arjuna.objectstore.ParticipantStore
-
Write a copy of the object's uncommitted state.
- write_uncommitted(Uid, String, OutputObjectState) - Method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.ParticipantStoreProxy
- write_uncommitted(Uid, String, OutputObjectStateWrapper) - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.ParticipantStoreBean
- write_uncommitted(Uid, String, OutputObjectStateWrapper) - Method in interface com.arjuna.ats.arjuna.tools.osb.api.mbeans.ParticipantStoreBeanMBean
X
- XACONNECTION - Static variable in interface com.arjuna.ats.jta.transaction.Transaction
- XADataSource - Static variable in class com.arjuna.ats.jdbc.TransactionalDriver
- XAHelper - Class in com.arjuna.ats.jta.utils
-
Some useful utility routines.
- XAHelper() - Constructor for class com.arjuna.ats.jta.utils.XAHelper
- XAModifier - Interface in com.arjuna.ats.jta.xa
-
Instances of this class enable us to work around problems in certain databases (specifically Oracle).
- XAMODIFIER - Static variable in interface com.arjuna.ats.jta.transaction.Transaction
- XARecoveryResource - Interface in com.arjuna.ats.jta.recovery
- XARecoveryResourceHelper - Class in com.arjuna.ats.jta.utils
- XARecoveryResourceHelper() - Constructor for class com.arjuna.ats.jta.utils.XARecoveryResourceHelper
- XARecoveryResourceManager - Interface in com.arjuna.ats.jta.recovery
- XAResourceConsumer - Interface in org.jboss.narayana.jta.jms
- XAResourceFunction<T> - Interface in org.jboss.narayana.jta.jms
- XAResourceMap - Interface in com.arjuna.ats.jta.resources
- XAResourceOrphanFilter - Interface in com.arjuna.ats.jta.recovery
-
Interface used by the XARecoveryModule to allow plugins to vote in the handling of in-doubt Xids.
- XAResourceOrphanFilter.Vote - Enum in com.arjuna.ats.jta.recovery
- XAResourceRecovery - Interface in com.arjuna.ats.jta.recovery
-
To perform recovery on arbitrary XAResources we may need to obtain new instances.
- XAResourceRecoveryHelper - Interface in com.arjuna.ats.jta.recovery
-
Interface to be implemented by external entities that instantiate and supply their own XAResources to the recovery system.
- xaStartParameters(int) - Method in interface com.arjuna.ats.jta.xa.XAModifier
-
Return the xa_start parameters for this level.
- XATxConverter - Class in com.arjuna.ats.jta.xa
- XATxConverter() - Constructor for class com.arjuna.ats.jta.xa.XATxConverter
- XidImple - Class in com.arjuna.ats.jta.xa
-
Implementation of javax.transaction.xa.Xid.
- XidImple() - Constructor for class com.arjuna.ats.jta.xa.XidImple
- XidImple(AtomicAction) - Constructor for class com.arjuna.ats.jta.xa.XidImple
- XidImple(Uid) - Constructor for class com.arjuna.ats.jta.xa.XidImple
- XidImple(Uid, boolean, Integer) - Constructor for class com.arjuna.ats.jta.xa.XidImple
- XidImple(XID) - Constructor for class com.arjuna.ats.jta.xa.XidImple
- XidImple(Xid) - Constructor for class com.arjuna.ats.jta.xa.XidImple
- XidImple(Xid, boolean, Integer) - Constructor for class com.arjuna.ats.jta.xa.XidImple
- xidToString(Xid) - Static method in class com.arjuna.ats.jta.utils.XAHelper
-
get a string representing anyones Xid similar too, but not the same as OTS_Transaction/xa/XID.toString()
- XTS_WSAT_RECORD - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
- XTS_WSBA_RECORD - Static variable in class com.arjuna.ats.arjuna.coordinator.RecordType
_
- _objectStoreRoot - Variable in class com.arjuna.ats.arjuna.objectstore.ObjectStore
- _theXid - Variable in class com.arjuna.ats.jta.xa.XidImple
- _timeout - Variable in class com.arjuna.ats.arjuna.AtomicAction
- _uidWrapper - Variable in class com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBean
-
Deprecated.
- _valid - Variable in class com.arjuna.ats.arjuna.state.InputBuffer
- _valid - Variable in class com.arjuna.ats.arjuna.state.OutputBuffer
All Classes All Packages