- 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_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
-
- 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(Uid, String, int) - Constructor for class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Create a new instance with the specified parameters.
- AbstractRecord(Uid) - Constructor for class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Create a new instance with the specified paramaters.
- AbstractRecord() - Constructor for class com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Creates a 'blank' abstract record.
- acceptsURL(String) - Method in class com.arjuna.ats.jdbc.TransactionalDriver
-
- ActionBean - Class in com.arjuna.ats.arjuna.tools.osb.mbean
-
- 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
-
- ActionBeanWrapperInterface - Interface in com.arjuna.ats.arjuna.tools.osb.mbean
-
- 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(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() - Method in class com.arjuna.ats.arjuna.StateManager
-
This operation activates an object.
- activate(String) - 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.
- 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(RecordTypeMap) - Method in class com.arjuna.ats.arjuna.coordinator.abstractrecord.RecordTypeManager
-
- 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.
- 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
-
- 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, boolean) - Method in class com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator
-
Drive afterCompletion participants.
- afterCompletion(int) - Method in class com.arjuna.ats.jta.cdi.TransactionScopeCleanup
-
- 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, InputObjectState) - Method in class com.arjuna.ats.arjuna.objectstore.ObjectStore
-
- 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) - Method in interface com.arjuna.ats.arjuna.objectstore.RecoveryStore
-
- allObjUids(String, int) - Method in class com.arjuna.ats.arjuna.tools.osb.api.mbeans.RecoveryStoreBean
-
- allObjUids(String) - 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) - Method in interface com.arjuna.ats.arjuna.tools.osb.api.mbeans.RecoveryStoreBeanMBean
-
- allObjUids(String, InputObjectState, int) - Method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.RecoveryStoreProxy
-
- allObjUids(String, InputObjectState) - Method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.RecoveryStoreProxy
-
- allTypes(InputObjectState) - Method in interface com.arjuna.ats.arjuna.objectstore.RecoveryStore
-
Obtain all types of objects stored in the object store.
- 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 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
-
- 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
-
- 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(Uid) - Constructor for class com.arjuna.ats.arjuna.AtomicAction
-
AtomicAction constructor with a Uid.
- AtomicAction(int) - Constructor for class com.arjuna.ats.arjuna.AtomicAction
-
Create a new transaction of the specified type.
- AUTO_RECOVERY - Static variable in interface com.arjuna.ats.jta.xa.RecoverableXAConnection
-
- 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>, CreationalContext<T>) - Method in class com.arjuna.ats.jta.cdi.TransactionContext
-
- get(Contextual<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_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_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_enlistfailed() - Method in interface com.arjuna.ats.jdbc.logging.jdbcI18NLogger
-
- 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_expected_transactional_annotation() - 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) - 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_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_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_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_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() - Method in interface com.arjuna.ats.jta.logging.jtaI18NLogger
-
- 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
-
- 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.
- 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.
- 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.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.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.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.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.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
-
- 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.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.
- 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.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.
- 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.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.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.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.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.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
-
- 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.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
-
- 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.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.ObjectStoreEnvironmentBean
-
Returns the fully qualified class name for the ObjectStore implementation.
- getObjectStoreType() - Method in interface com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBeanMBean
-
- 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(NotificationListener) - 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.
- 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.
- 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 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
-
- getpid() - Method in interface com.arjuna.ats.arjuna.utils.Process
-
- getpid() - Static method in class com.arjuna.ats.arjuna.utils.Utility
-
- 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.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(String) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean.GenericAtomicActionWrapper
-
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.
- 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(NotificationListener) - 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.
- 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.
- getRemainingTimeoutMills() - Method in interface com.arjuna.ats.jta.transaction.Transaction
-
- getResource(Uid) - Method in interface com.arjuna.ats.jta.recovery.XARecoveryResourceManager
-
- getResource(Uid, XAResource) - Method in interface com.arjuna.ats.jta.recovery.XARecoveryResourceManager
-
- getResource() - Method in interface com.arjuna.ats.jta.xa.RecoverableXAConnection
-
- getResources() - Method in interface com.arjuna.ats.jta.transaction.Transaction
-
- 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.
- 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.
- 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
-
- 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
-
- getTimeout() - Method in class com.arjuna.ats.arjuna.AtomicAction
-
- 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.
- getTimeout() - Method in interface com.arjuna.ats.jta.transaction.Transaction
-
- 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
-
- getTransaction(String, Uid) - Method in class com.arjuna.ats.arjuna.tools.log.TransactionTypeManager
-
- getTransaction(Uid) - Method in interface com.arjuna.ats.arjuna.tools.log.TransactionTypeManager.TransactionTypeMap
-
- getTransactionManager() - Method in class com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorBase
-
- 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(String, String) - Method in class com.arjuna.ats.arjuna.recovery.ActionStatusService
-
Retrieve the transaction status for the specified Uid and
if available transaction type.
- 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.
- 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
-
- 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.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
-
- 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(Class<? extends AbstractRecord>) - Method in class com.arjuna.ats.arjuna.coordinator.abstractrecord.RecordTypeManager
-
- 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.
- 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(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() - 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(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
-
- 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
-
- 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.
- 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
-
- 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.
- 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_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_MBeanCtorFail(Throwable) - Method in interface com.arjuna.ats.arjuna.logging.arjunaI18NLogger
-
- 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_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.
- initialise(StringTokenizer) - Method in interface com.arjuna.ats.arjuna.objectstore.jdbc.JDBCAccess
-
This method can be used to pass additional information to the
implementation.
- 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() - Method in class com.arjuna.ats.txoj.LockManager
-
- 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(InputObjectState) - Constructor for class com.arjuna.ats.arjuna.state.InputObjectState
-
- InputObjectState(OutputObjectState) - Constructor for class com.arjuna.ats.arjuna.state.InputObjectState
-
- InputObjectState(Uid, String, byte[]) - 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.
- 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
-
- 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
-
- 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.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
-
- 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.
- 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.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.
- 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
-
- isSameTransaction(Xid) - Method in class com.arjuna.ats.jta.xa.XidImple
-
- 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
-
- 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.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
-
- 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.ObjectStoreEnvironmentBean
-
Returns true if transaction log operations should be synched to disk.
- isTransactionSync() - Method in interface com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBeanMBean
-
- 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
-
- 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.
- 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.
- parent() - Method in class com.arjuna.ats.arjuna.coordinator.BasicAction
-
- parent - Variable in class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
Deprecated.
- 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
-
- 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
-
- 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_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 - 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, 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) - Method in class com.arjuna.ats.arjuna.coordinator.RecordList
-
- 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) - 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, int) - Static method in class com.arjuna.ats.txoj.ConflictType
-
Print a human-readable form of the conflict type.
- 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.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(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() - 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.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.
- 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.
- putTxLocalResource(Object, Object) - Method in interface com.arjuna.ats.jta.transaction.Transaction
-
- 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
-
- 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
-
- 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.
- RECOVERABLE - Static variable in class com.arjuna.ats.arjuna.ObjectType
-
- recoverable() - Method in interface com.arjuna.ats.jta.recovery.XARecoveryResource
-
If we don't have an XAResource then we cannot recover at
this stage.
- 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(String) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBean
-
Deprecated.
- register() - 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(ObjectName, Object, boolean) - Static method in class com.arjuna.ats.arjuna.tools.osb.api.proxy.StoreManagerProxy
-
MBean registration helper method
- registerBean(Contextual<T>, CreationalContext<T>, T) - Method in class com.arjuna.ats.jta.cdi.TransactionScopeCleanup
-
- registerHandler(OSBTypeHandler) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ObjStoreBrowser
-
Deprecated.
- registerMBean(String, ObjStoreItemMBean) - Method in class com.arjuna.ats.arjuna.tools.osb.util.JMXServer
-
Deprecated.
- 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(RecordTypeMap) - Method in class com.arjuna.ats.arjuna.coordinator.abstractrecord.RecordTypeManager
-
- remove(Uid) - Method in class com.arjuna.ats.arjuna.coordinator.ActionManager
-
- remove(AbstractRecord) - Method in class com.arjuna.ats.arjuna.coordinator.RecordList
-
- remove(Object) - Method in class com.arjuna.ats.arjuna.coordinator.TransactionReaper
-
- remove(LogRecordWrapper) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean.GenericAtomicActionWrapper
-
Deprecated.
- remove() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean
-
Deprecated.
Remove this AtomicAction from the ObjectStore
- remove(LogRecordWrapper) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean
-
Deprecated.
remove the a participant
- remove() - Method in interface com.arjuna.ats.arjuna.tools.osb.mbean.ActionBeanMBean
-
Deprecated.
- remove(LogRecordWrapper) - Method in interface com.arjuna.ats.arjuna.tools.osb.mbean.ActionBeanWrapperInterface
-
Deprecated.
- remove(boolean) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
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(boolean) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBean
-
Deprecated.
- remove() - Method in interface com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBeanMBean
-
Deprecated.
- 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.
- 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.
- 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(AtomicAction) - Static method in class com.arjuna.ats.arjuna.AtomicAction
-
Resume transaction association on the current thread.
- resume() - Method in class com.arjuna.ats.arjuna.recovery.RecoveryManager
-
- 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.
- 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 null
as 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 of cause).
- 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
-
- RUNNING - Static variable in class com.arjuna.ats.arjuna.coordinator.ActionStatus
-
- running() - Method in interface com.arjuna.ats.arjuna.coordinator.Reapable
-
- running() - Method in class com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator
-
- 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 - Static variable in class com.arjuna.ats.arjuna.recovery.RecoveryDriver
-
- 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.
- 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.
- 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.
- 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.ObjectStoreEnvironmentBean
-
Sets the number of hash buskets used to store the cache work queue.
- 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.ObjectStoreEnvironmentBean
-
Sets the interval on which the cache will process outstanding work, in milliseconds.
- 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.ObjectStoreEnvironmentBean
-
Sets if writes to the store should be synched to disk or not.
- 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
-
- 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.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.
- 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.
- 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.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
-
- 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.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.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.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.ObjectStoreEnvironmentBean
-
Sets the time in milliseconds to wait between file creation retries.
- 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.ObjectStoreEnvironmentBean
-
Sets the instance of JDBCAccess
- setJdbcAccess(String) - Method in interface com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBeanMBean
-
Sets the instance of JDBCAccess
- 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.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
-
- 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.
- 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.ObjectStoreEnvironmentBean
-
Sets the ObjectStore directory path.
- 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.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.
- 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.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.
- 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.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(String) - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
Deprecated.
- setStatus(ParticipantStatus) - 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.
- 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.ObjectStoreEnvironmentBean
-
Sets if the LogStore should write removal records synchronously or not.
- 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.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.
- 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.
- 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 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(String, int) - Static method in class com.arjuna.ats.arjuna.objectstore.StoreManager
-
- 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, 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.
- 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.ObjectStoreEnvironmentBean
-
- 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.
- 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() - Constructor for class com.arjuna.ats.arjuna.coordinator.TxControl.Shutdown
-
- shutdown() - Static method in class com.arjuna.ats.arjuna.objectstore.StoreManager
-
- shutdown() - Method in class com.arjuna.ats.arjuna.recovery.TransactionStatusManager
-
- 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
-
- start() - Method in class com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator
-
- start(BasicAction) - 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
- startElement(String, String, String, Attributes) - Method in class com.arjuna.common.util.propertyservice.SaxHandler
-
Handles open tag, if its name is entry
and has attribute key
.
- 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
-
- stateLoaded - Variable in class com.arjuna.ats.txoj.LockManager
-
- StateManager - Class in com.arjuna.ats.arjuna
-
The root of the Arjuna class hierarchy.
- 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
-
- 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
-
- StateManagerWrapper - Class in com.arjuna.ats.arjuna.tools.osb.mbean
-
- 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
- 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(Callable<Integer>) - Static method in class com.arjuna.ats.arjuna.coordinator.TwoPhaseCommitThreadPool
-
- submitJob(Runnable) - Static method in class com.arjuna.ats.arjuna.coordinator.TwoPhaseCommitThreadPool
-
- 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(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
-
- systemKey - Variable in class com.arjuna.ats.txoj.LockManager
-
- terminate(boolean) - Static method in class com.arjuna.ats.arjuna.coordinator.TransactionReaper
-
Terminate the transaction reaper.
- terminate() - Method in class com.arjuna.ats.arjuna.recovery.RecoveryManager
-
Terminate and cleanup the recovery manager.
- terminate(boolean) - 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.
- 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(int) - Static method in class com.arjuna.ats.arjuna.ObjectStatus
-
- toString(int) - Static method in class com.arjuna.ats.arjuna.ObjectType
-
- toString() - Method in class com.arjuna.ats.arjuna.state.InputObjectState
-
- toString() - Method in class com.arjuna.ats.arjuna.state.OutputObjectState
-
- 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() - Method in class com.arjuna.ats.arjuna.tools.osb.mbean.UidWrapper
-
Deprecated.
- toString(String, StringBuilder) - 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()
- 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
-
- TransactionExtension - Class in com.arjuna.ats.jta.cdi
-
- TransactionExtension() - Constructor for class com.arjuna.ats.jta.cdi.TransactionExtension
-
- transactionLifetime() - Static method in class com.arjuna.ats.arjuna.coordinator.TransactionReaper
-
- TransactionManager - Class in com.arjuna.ats.jta
-
- TransactionManager() - Constructor for class com.arjuna.ats.jta.TransactionManager
-
- 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() - Static method in class com.arjuna.ats.jta.TransactionManager
-
Retrieve the singleton transaction manager reference.
- TransactionMonitor - Class in com.arjuna.ats.arjuna.tools
-
- TransactionMonitor() - Constructor for class com.arjuna.ats.arjuna.tools.TransactionMonitor
-
- 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.
- 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.
- 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.
- 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(Uid) - Constructor for class com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator
-
- TwoPhaseCoordinator(int) - 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
-
- 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
-