Skip navigation links
A B C D E F G H I J L M N O P R S T U W X 

A

AbstractXPooledConnection<ConnectionType> - Class in com.atomikos.datasource.pool
Abstract superclass with generic support for XPooledConnection.
AbstractXPooledConnection(ConnectionPoolProperties) - Constructor for class com.atomikos.datasource.pool.AbstractXPooledConnection
 
afterInit() - Method in class com.atomikos.icatch.jta.JtaTransactionServicePlugin
 
afterShutdown() - Method in class com.atomikos.icatch.jta.JtaTransactionServicePlugin
 
availableSize() - Method in class com.atomikos.datasource.pool.ConnectionPool
The amount of pooled connections in state available.

B

beforeInit() - Method in class com.atomikos.icatch.jta.JtaTransactionServicePlugin
 
begin() - Method in class com.atomikos.icatch.jta.J2eeTransactionManager
 
begin() - Method in class com.atomikos.icatch.jta.J2eeUserTransaction
 
begin() - Method in class com.atomikos.icatch.jta.TransactionManagerImp
Creates a new transaction and associate it with the current thread.
begin(int) - Method in class com.atomikos.icatch.jta.TransactionManagerImp
Custom begin to guarantee a timeout value through an argument.
begin() - Method in class com.atomikos.icatch.jta.UserTransactionImp
 
begin() - Method in class com.atomikos.icatch.jta.UserTransactionManager
 
beginTransaction() - Method in class com.atomikos.icatch.jta.template.TransactionTemplate
 
borrowConnection() - Method in class com.atomikos.datasource.pool.ConnectionPool
Borrows a connection from the pool.
borrowConnection() - Method in class com.atomikos.datasource.pool.ConnectionPoolWithSynchronizedValidation
 

C

canBeRecycledForCallingThread() - Method in class com.atomikos.datasource.pool.AbstractXPooledConnection
 
canBeRecycledForCallingThread() - Method in interface com.atomikos.datasource.pool.XPooledConnection
Can the connection be recycled (if not available) for the calling thread?
CLIENT_DEMARCATION_PROPERTY_NAME - Static variable in class com.atomikos.icatch.jta.JtaTransactionServicePlugin
The name of the property indicating whether remote clients can start transactions on this service or not.
close() - Method in class com.atomikos.datasource.xa.jdbc.JdbcTransactionalResource
Overrides default close to include closing any open connections to the XADataSource.
close() - Method in class com.atomikos.datasource.xa.jms.JmsTransactionalResource
Overrides default close to include closing any open connections to the JMS infrastructure.
close() - Method in class com.atomikos.datasource.xa.XATransactionalResource
The default close operation.
close() - Method in class com.atomikos.icatch.jta.TransactionSynchronizationRegistryImp
 
close() - Method in class com.atomikos.icatch.jta.UserTransactionManager
Closes the transaction service, but only if it was implicitly started via this instance.
com.atomikos.datasource.pool - package com.atomikos.datasource.pool
 
com.atomikos.datasource.xa - package com.atomikos.datasource.xa
 
com.atomikos.datasource.xa.jdbc - package com.atomikos.datasource.xa.jdbc
 
com.atomikos.datasource.xa.jms - package com.atomikos.datasource.xa.jms
 
com.atomikos.datasource.xa.session - package com.atomikos.datasource.xa.session
 
com.atomikos.icatch.jta - package com.atomikos.icatch.jta
 
com.atomikos.icatch.jta.template - package com.atomikos.icatch.jta.template
 
com.atomikos.recovery.xa - package com.atomikos.recovery.xa
 
commit(boolean) - Method in class com.atomikos.datasource.xa.XAResourceTransaction
 
commit() - Method in class com.atomikos.icatch.jta.J2eeTransactionManager
 
commit() - Method in class com.atomikos.icatch.jta.J2eeUserTransaction
 
commit() - Method in class com.atomikos.icatch.jta.TransactionManagerImp
 
commit() - Method in class com.atomikos.icatch.jta.UserTransactionImp
 
commit() - Method in class com.atomikos.icatch.jta.UserTransactionManager
 
committed(CompositeTransaction) - Method in class com.atomikos.icatch.jta.ResumePreviousTransactionSubTxAwareParticipant
 
committed(CompositeTransaction) - Method in class com.atomikos.icatch.jta.TransactionManagerImp
 
ConnectionFactory<ConnectionType> - Interface in com.atomikos.datasource.pool
 
ConnectionPool<ConnectionType> - Class in com.atomikos.datasource.pool
 
ConnectionPool(ConnectionFactory<ConnectionType>, ConnectionPoolProperties) - Constructor for class com.atomikos.datasource.pool.ConnectionPool
 
ConnectionPoolException - Exception in com.atomikos.datasource.pool
Common superclass for all exceptions thrown by the pooling mechanism.
ConnectionPoolException() - Constructor for exception com.atomikos.datasource.pool.ConnectionPoolException
 
ConnectionPoolProperties - Interface in com.atomikos.datasource.pool
This interface describes connection pool properties.
ConnectionPoolWithConcurrentValidation<ConnectionType> - Class in com.atomikos.datasource.pool
 
ConnectionPoolWithConcurrentValidation(ConnectionFactory<ConnectionType>, ConnectionPoolProperties) - Constructor for class com.atomikos.datasource.pool.ConnectionPoolWithConcurrentValidation
 
ConnectionPoolWithSynchronizedValidation<ConnectionType> - Class in com.atomikos.datasource.pool
Copyright (C) 2000-2017 Atomikos LICENSE CONDITIONS See http://www.atomikos.com/Main/WhichLicenseApplies for details.
ConnectionPoolWithSynchronizedValidation(ConnectionFactory<ConnectionType>, ConnectionPoolProperties) - Constructor for class com.atomikos.datasource.pool.ConnectionPoolWithSynchronizedValidation
 
connections - Variable in class com.atomikos.datasource.pool.ConnectionPool
 
convertErrorCodeToVerboseMessage(int) - Static method in class com.atomikos.datasource.xa.XAExceptionHelper
 
CreateConnectionException - Exception in com.atomikos.datasource.pool
An exception to signal errors during the creation of connections.
CreateConnectionException(String, Exception) - Constructor for exception com.atomikos.datasource.pool.CreateConnectionException
 
CreateConnectionException(String) - Constructor for exception com.atomikos.datasource.pool.CreateConnectionException
 
createConnectionProxy() - Method in class com.atomikos.datasource.pool.AbstractXPooledConnection
 
createConnectionProxy() - Method in interface com.atomikos.datasource.pool.XPooledConnection
Create a disposable connection object that acts a controller for the pooled connection.
createPooledConnection() - Method in interface com.atomikos.datasource.pool.ConnectionFactory
Opens a new physical connection to the underlying resource and wraps it in a pooling-capable XPooledConnection.
createXid(String) - Method in class com.atomikos.datasource.xa.XATransactionalResource
Create an XID for the given tx.
createXid(String, String, String) - Method in interface com.atomikos.datasource.xa.XidFactory
Creates a new Xid instance for a given composite transaction id and branch identifier.

D

DEFAULT_BORROW_CONNECTION_TIMEOUT - Static variable in interface com.atomikos.datasource.pool.ConnectionPoolProperties
 
DEFAULT_ISOLATION_LEVEL_UNSET - Static variable in interface com.atomikos.datasource.pool.ConnectionPoolProperties
 
DEFAULT_JTA_TIMEOUT_PROPERTY_NAME - Static variable in class com.atomikos.icatch.jta.JtaTransactionServicePlugin
The name of the property that specifies the default timeout (in milliseconds) that is set for transactions when no timeout is specified.
DEFAULT_MAINTENANCE_INTERVAL - Static variable in interface com.atomikos.datasource.pool.ConnectionPoolProperties
 
DEFAULT_MAX_IDLE_TIME - Static variable in interface com.atomikos.datasource.pool.ConnectionPoolProperties
 
DEFAULT_MAX_LIFETIME - Static variable in interface com.atomikos.datasource.pool.ConnectionPoolProperties
 
DEFAULT_POOL_SIZE - Static variable in interface com.atomikos.datasource.pool.ConnectionPoolProperties
 
destroy() - Method in class com.atomikos.datasource.pool.AbstractXPooledConnection
 
destroy() - Method in class com.atomikos.datasource.pool.ConnectionPool
 
destroy() - Method in interface com.atomikos.datasource.pool.XPooledConnection
Destroy the pooled connection by closing the underlying physical connection.
destroyPooledConnection(XPooledConnection<ConnectionType>) - Method in class com.atomikos.datasource.pool.ConnectionPool
 
doCreateConnectionProxy() - Method in class com.atomikos.datasource.pool.AbstractXPooledConnection
 
doDestroy() - Method in class com.atomikos.datasource.pool.AbstractXPooledConnection
 

E

equals(Object) - Method in class com.atomikos.datasource.xa.XAResourceTransaction
Absolutely necessary for coordinator to work correctly
equals(Object) - Method in class com.atomikos.datasource.xa.XATransactionalResource
 
equals(Object) - Method in class com.atomikos.datasource.xa.XID
 
execute(Callable<T>) - Method in class com.atomikos.icatch.jta.template.TransactionTemplate
Defaults to required() strategy.
ExtendedSystemException - Exception in com.atomikos.icatch.jta
A better system exception, containing throwable cause.
ExtendedSystemException(String, Throwable) - Constructor for exception com.atomikos.icatch.jta.ExtendedSystemException
 

F

findXidsExpiredAt(long) - Method in class com.atomikos.recovery.xa.InMemoryPreviousXidRepository
 
findXidsExpiredAt(long) - Method in interface com.atomikos.recovery.xa.PreviousXidRepository
 
fireOnXPooledConnectionTerminated() - Method in class com.atomikos.datasource.pool.AbstractXPooledConnection
 
forget() - Method in class com.atomikos.datasource.xa.XAResourceTransaction
 
forgetXidsExpiredAt(long) - Method in class com.atomikos.recovery.xa.InMemoryPreviousXidRepository
 
forgetXidsExpiredAt(long) - Method in interface com.atomikos.recovery.xa.PreviousXidRepository
 
formatLogMessage(String, XAException, String) - Static method in class com.atomikos.datasource.xa.XAExceptionHelper
 

G

getBorrowConnectionTimeout() - Method in class com.atomikos.datasource.pool.AbstractXPooledConnection
 
getBorrowConnectionTimeout() - Method in interface com.atomikos.datasource.pool.ConnectionPoolProperties
Gets the borrow connection timeout.
getBranchQualifier() - Method in class com.atomikos.datasource.xa.XID
 
getBranchQualifierAsString() - Method in class com.atomikos.datasource.xa.XID
 
getCreationTime() - Method in class com.atomikos.datasource.pool.AbstractXPooledConnection
 
getCreationTime() - Method in interface com.atomikos.datasource.pool.XPooledConnection
Get the moment when the connection was created.
getCurrentConnectionProxy() - Method in class com.atomikos.datasource.pool.AbstractXPooledConnection
 
getDefaultIsolationLevel() - Method in class com.atomikos.datasource.pool.AbstractXPooledConnection
 
getDefaultIsolationLevel() - Method in interface com.atomikos.datasource.pool.ConnectionPoolProperties
Gets the default isolation level preference.
getDefaultSerial() - Static method in class com.atomikos.icatch.jta.TransactionManagerImp
Gets the default mode for new txs.
getDefaultTimeout() - Static method in class com.atomikos.icatch.jta.TransactionManagerImp
Get the default timeout value.
getForceShutdown() - Method in class com.atomikos.icatch.jta.UserTransactionManager
 
getFormatId() - Method in class com.atomikos.datasource.xa.XID
 
getGlobalTransactionId() - Method in class com.atomikos.datasource.xa.XID
 
getGlobalTransactionIdAsString() - Method in class com.atomikos.datasource.xa.XID
 
getIgnoreJtaTransactions() - Method in interface com.atomikos.datasource.pool.ConnectionPoolProperties
Tests whether jta transactions are ignored or not.
getInstance() - Static method in class com.atomikos.recovery.xa.XARecoveryManager
 
getLastTimeAcquired() - Method in class com.atomikos.datasource.pool.AbstractXPooledConnection
 
getLastTimeAcquired() - Method in interface com.atomikos.datasource.pool.XPooledConnection
Get the last time the connection was acquired.
getLastTimeReleased() - Method in class com.atomikos.datasource.pool.AbstractXPooledConnection
 
getLastTimeReleased() - Method in interface com.atomikos.datasource.pool.XPooledConnection
Get the last time the connection was released, i.e.
getLocalTransactionMode() - Method in interface com.atomikos.datasource.pool.ConnectionPoolProperties
Tests whether local transactions are to be allowed or not.
getMaintenanceInterval() - Method in interface com.atomikos.datasource.pool.ConnectionPoolProperties
Gets the maintenance interval of the pool's maintenance thread.
getMaxIdleTime() - Method in interface com.atomikos.datasource.pool.ConnectionPoolProperties
Gets the max time in seconds a connection can stay idle before being closed.
getMaxLifetime() - Method in interface com.atomikos.datasource.pool.ConnectionPoolProperties
Gets the max time in seconds that a connection may be kept alive.
getMaxPoolSize() - Method in interface com.atomikos.datasource.pool.ConnectionPoolProperties
Gets the maximum pool size.
getMinPoolSize() - Method in interface com.atomikos.datasource.pool.ConnectionPoolProperties
Gets the minimum pool size.
getName() - Method in class com.atomikos.datasource.xa.XATransactionalResource
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class com.atomikos.icatch.jta.TransactionManagerFactory
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class com.atomikos.icatch.jta.UserTransactionFactory
 
getReference() - Method in class com.atomikos.icatch.jta.J2eeTransactionManager
 
getReference() - Method in class com.atomikos.icatch.jta.J2eeUserTransaction
 
getReference() - Method in class com.atomikos.icatch.jta.TransactionManagerImp
 
getReference() - Method in class com.atomikos.icatch.jta.TransactionSynchronizationRegistryImp
 
getReference() - Method in class com.atomikos.icatch.jta.UserTransactionImp
 
getReference() - Method in class com.atomikos.icatch.jta.UserTransactionManager
 
getResource(Object) - Method in class com.atomikos.icatch.jta.TransactionSynchronizationRegistryImp
 
getResourceName() - Method in class com.atomikos.datasource.xa.XAResourceTransaction
 
getResourceTransaction(CompositeTransaction) - Method in class com.atomikos.datasource.xa.XATransactionalResource
 
getRollbackOnly() - Method in class com.atomikos.icatch.jta.TransactionSynchronizationRegistryImp
 
getStartupTransactionService() - Method in class com.atomikos.icatch.jta.UserTransactionManager
Returns true if the transaction service will be started if not already running.
getState() - Method in class com.atomikos.datasource.xa.XAResourceTransaction
 
getStatus() - Method in class com.atomikos.icatch.jta.J2eeTransactionManager
 
getStatus() - Method in class com.atomikos.icatch.jta.J2eeUserTransaction
 
getStatus() - Method in class com.atomikos.icatch.jta.TransactionManagerImp
 
getStatus() - Method in class com.atomikos.icatch.jta.UserTransactionImp
 
getStatus() - Method in class com.atomikos.icatch.jta.UserTransactionManager
 
getTestQuery() - Method in class com.atomikos.datasource.pool.AbstractXPooledConnection
 
getTestQuery() - Method in interface com.atomikos.datasource.pool.ConnectionPoolProperties
Gets the query used to test connections.
getTid() - Method in class com.atomikos.datasource.xa.XAResourceTransaction
 
getTransaction() - Method in class com.atomikos.icatch.jta.J2eeTransactionManager
 
getTransaction(String) - Method in class com.atomikos.icatch.jta.TransactionManagerImp
Gets any previous transaction with the given identifier.
getTransaction() - Method in class com.atomikos.icatch.jta.TransactionManagerImp
 
getTransaction() - Method in class com.atomikos.icatch.jta.UserTransactionManager
 
getTransactionKey() - Method in class com.atomikos.icatch.jta.TransactionSynchronizationRegistryImp
 
getTransactionManager() - Static method in class com.atomikos.icatch.jta.TransactionManagerImp
Gets the installed transaction manager, if any.
getTransactionStatus() - Method in class com.atomikos.icatch.jta.TransactionSynchronizationRegistryImp
 
getTransactionTimeout() - Method in class com.atomikos.icatch.jta.TransactionManagerImp
 
getUniqueResourceName() - Method in interface com.atomikos.datasource.pool.ConnectionPoolProperties
Gets the unique resource name.
getUniqueResourceName() - Method in class com.atomikos.datasource.xa.XID
 
getURI() - Method in class com.atomikos.datasource.xa.XAResourceTransaction
 
getXAResource() - Method in class com.atomikos.datasource.xa.XATransactionalResource
Get the XAResource instance that this instance is using.
getXid() - Method in class com.atomikos.datasource.xa.XAResourceTransaction
Get the Xid.
getXidFactory() - Method in class com.atomikos.datasource.xa.XATransactionalResource
Get the xidFactory for this instance.

H

hashCode() - Method in class com.atomikos.datasource.xa.XAResourceTransaction
Absolutely necessary for coordinator to work correctly
hashCode() - Method in class com.atomikos.datasource.xa.XATransactionalResource
 
hashCode() - Method in class com.atomikos.datasource.xa.XID
 
hasPendingParticipantsFromLastRecoveryScan() - Method in class com.atomikos.datasource.xa.XATransactionalResource
 
hasPendingXids(String) - Method in class com.atomikos.recovery.xa.XARecoveryManager
 

I

init() - Method in class com.atomikos.icatch.jta.TransactionSynchronizationRegistryImp
 
init() - Method in class com.atomikos.icatch.jta.UserTransactionManager
Performs initialization if necessary.
InMemoryPreviousXidRepository - Class in com.atomikos.recovery.xa
 
InMemoryPreviousXidRepository() - Constructor for class com.atomikos.recovery.xa.InMemoryPreviousXidRepository
 
installTransactionManager(CompositeTransactionManager) - Static method in class com.atomikos.icatch.jta.TransactionManagerImp
Install a transaction manager.
installXARecoveryManager(String) - Static method in class com.atomikos.recovery.xa.XARecoveryManager
 
InvalidSessionHandleStateException - Exception in com.atomikos.datasource.xa.session
Exception signaling that the state has been corrupted.
isActive() - Method in class com.atomikos.datasource.xa.XAResourceTransaction
Test if the restx is active (in use).
isActiveInTransaction(CompositeTransaction) - Method in class com.atomikos.datasource.xa.session.SessionHandleState
Tests if the session is active (enlisted) in the given transaction.
isAvailable() - Method in interface com.atomikos.datasource.pool.XPooledConnection
Is the connection available to be taken out of the pool ?
isClosed() - Method in class com.atomikos.datasource.xa.XATransactionalResource
Test if the resource is closed.
isEmpty() - Method in class com.atomikos.recovery.xa.InMemoryPreviousXidRepository
 
isEmpty() - Method in interface com.atomikos.recovery.xa.PreviousXidRepository
 
isErroneous() - Method in interface com.atomikos.datasource.pool.XPooledConnection
Is the pooled connection broken ?
isErroneous() - Method in class com.atomikos.datasource.xa.session.SessionHandleState
Checks if the session has had any errors.
isInactiveInTransaction(CompositeTransaction) - Method in class com.atomikos.datasource.xa.session.SessionHandleState
Tests if the session is inactive (delisted) for the given transaction.
isJtaTransaction(CompositeTransaction) - Static method in class com.atomikos.icatch.jta.TransactionManagerImp
 
isSameRM(RecoverableResource) - Method in class com.atomikos.datasource.xa.XATransactionalResource
 
isTerminated() - Method in class com.atomikos.datasource.xa.session.SessionHandleState
Checks if the session handle is terminated (i.e., can be discarded) and the underlying vendor xa connection/session can be reused or destroyed.
isXaSuspended() - Method in class com.atomikos.datasource.xa.XAResourceTransaction
Test if the resource has been ended with TMSUSPEND.

J

J2eeTransactionManager - Class in com.atomikos.icatch.jta
An implementation of TransactionManager that should be used by J2EE applications.
J2eeTransactionManager() - Constructor for class com.atomikos.icatch.jta.J2eeTransactionManager
 
J2eeUserTransaction - Class in com.atomikos.icatch.jta
A J2EE UserTransaction implementation.
J2eeUserTransaction() - Constructor for class com.atomikos.icatch.jta.J2eeUserTransaction
 
JdbcTransactionalResource - Class in com.atomikos.datasource.xa.jdbc
A default XATransactionalResource implementation for JDBC.
JdbcTransactionalResource(String, XADataSource) - Constructor for class com.atomikos.datasource.xa.jdbc.JdbcTransactionalResource
Constructs a new instance with a given name and XADataSource.
JmsTransactionalResource - Class in com.atomikos.datasource.xa.jms
resource implementation for JMS queues.
JmsTransactionalResource(String, XAConnectionFactory) - Constructor for class com.atomikos.datasource.xa.jms.JmsTransactionalResource
Create a new instance.
JTA_PROPERTY_NAME - Static variable in class com.atomikos.icatch.jta.TransactionManagerImp
Transaction property name to indicate that the transaction is a JTA transaction.
JtaTransactionServicePlugin - Class in com.atomikos.icatch.jta
 
JtaTransactionServicePlugin() - Constructor for class com.atomikos.icatch.jta.JtaTransactionServicePlugin
 

L

logCurrentPoolSize() - Method in class com.atomikos.datasource.pool.ConnectionPool
 

M

mandatory() - Method in class com.atomikos.icatch.jta.template.TransactionTemplate
 
markAsBeingAcquiredIfAvailable() - Method in class com.atomikos.datasource.pool.AbstractXPooledConnection
 
markAsBeingAcquiredIfAvailable() - Method in interface com.atomikos.datasource.pool.XPooledConnection
Attempt to claim this connection for use.
markAsJtaTransaction(CompositeTransaction) - Static method in class com.atomikos.icatch.jta.TransactionManagerImp
 
maxLifetimeExceeded() - Method in class com.atomikos.datasource.pool.AbstractXPooledConnection
 

N

needsRefresh() - Method in class com.atomikos.datasource.xa.XATransactionalResource
Check if the XAResource needs to be refreshed.
nested() - Method in class com.atomikos.icatch.jta.template.TransactionTemplate
 
never() - Method in class com.atomikos.icatch.jta.template.TransactionTemplate
 
notifyBeforeUse(CompositeTransaction) - Method in class com.atomikos.datasource.xa.session.SessionHandleState
Notification that the session handle is about to be used in the current transaction context (i.e.
notifySessionBorrowed() - Method in class com.atomikos.datasource.xa.session.SessionHandleState
Notification that the session was gotten from the pool.
notifySessionClosed() - Method in class com.atomikos.datasource.xa.session.SessionHandleState
Notification that the session handle has been closed by the application.
notifySessionErrorOccurred() - Method in class com.atomikos.datasource.xa.session.SessionHandleState
Marks this session as erroneous.
notifyTransactionTerminated(CompositeTransaction) - Method in class com.atomikos.datasource.xa.session.SessionHandleState
Notifies the session that the transaction was terminated.
notSupported() - Method in class com.atomikos.icatch.jta.template.TransactionTemplate
 

O

onTerminated() - Method in interface com.atomikos.datasource.xa.session.SessionHandleStateChangeListener
fired when all contexts of the SessionHandleState changed to terminated state
onXPooledConnectionTerminated(XPooledConnection<ConnectionType>) - Method in class com.atomikos.datasource.pool.ConnectionPool
 
onXPooledConnectionTerminated(XPooledConnection<ConnectionType>) - Method in interface com.atomikos.datasource.pool.XPooledConnectionEventListener
fired when a connection changed its state to terminated

P

PoolExhaustedException - Exception in com.atomikos.datasource.pool
Exception signaling pool exhaustion.
PoolExhaustedException() - Constructor for exception com.atomikos.datasource.pool.PoolExhaustedException
 
prepare() - Method in class com.atomikos.datasource.xa.XAResourceTransaction
 
PreviousXidRepository - Interface in com.atomikos.recovery.xa
 
putResource(Object, Object) - Method in class com.atomikos.icatch.jta.TransactionSynchronizationRegistryImp
 

R

recover(long, Collection<PendingTransactionRecord>, Collection<PendingTransactionRecord>) - Method in class com.atomikos.datasource.xa.XATransactionalResource
 
recover(XAResource, long, Collection<PendingTransactionRecord>, Collection<PendingTransactionRecord>, String) - Method in class com.atomikos.recovery.xa.XARecoveryManager
 
recoverXids(XAResource, RecoveryScan.XidSelector) - Static method in class com.atomikos.datasource.xa.RecoveryScan
 
RecoveryScan - Class in com.atomikos.datasource.xa
 
RecoveryScan() - Constructor for class com.atomikos.datasource.xa.RecoveryScan
 
RecoveryScan.XidSelector - Interface in com.atomikos.datasource.xa
 
recycleConnectionIfPossible() - Method in class com.atomikos.datasource.pool.ConnectionPool
 
recycleConnectionIfPossible() - Method in class com.atomikos.datasource.pool.ConnectionPoolWithConcurrentValidation
 
recycleConnectionIfPossible() - Method in class com.atomikos.datasource.pool.ConnectionPoolWithSynchronizedValidation
 
refresh() - Method in class com.atomikos.datasource.pool.ConnectionPool
 
refreshXAConnection() - Method in class com.atomikos.datasource.xa.jdbc.JdbcTransactionalResource
Implements the functionality to get an XAResource handle.
refreshXAConnection() - Method in class com.atomikos.datasource.xa.jms.JmsTransactionalResource
Implements the functionality to get an XAResource handle.
refreshXAConnection() - Method in class com.atomikos.datasource.xa.XATransactionalResource
Utility method to establish and refresh the XAResource.
registerInterposedSynchronization(Synchronization) - Method in class com.atomikos.icatch.jta.TransactionSynchronizationRegistryImp
 
registerSessionHandleStateChangeListener(SessionHandleStateChangeListener) - Method in class com.atomikos.datasource.xa.session.SessionHandleState
 
registerXPooledConnectionEventListener(XPooledConnectionEventListener<ConnectionType>) - Method in class com.atomikos.datasource.pool.AbstractXPooledConnection
 
registerXPooledConnectionEventListener(XPooledConnectionEventListener<ConnectionType>) - Method in interface com.atomikos.datasource.pool.XPooledConnection
 
remember(XID, long) - Method in class com.atomikos.recovery.xa.InMemoryPreviousXidRepository
 
remember(XID, long) - Method in interface com.atomikos.recovery.xa.PreviousXidRepository
Remembers the given XID for later.
required() - Method in class com.atomikos.icatch.jta.template.TransactionTemplate
 
requiresNew() - Method in class com.atomikos.icatch.jta.template.TransactionTemplate
 
resume() - Method in class com.atomikos.datasource.xa.XAResourceTransaction
 
resume(Transaction) - Method in class com.atomikos.icatch.jta.J2eeTransactionManager
 
resume(Transaction) - Method in class com.atomikos.icatch.jta.TransactionManagerImp
 
resume(Transaction) - Method in class com.atomikos.icatch.jta.UserTransactionManager
 
ResumePreviousTransactionSubTxAwareParticipant - Class in com.atomikos.icatch.jta
A subtx aware participant that resumes a previous transaction upon termination of the (sub)transaction it is registered with.
ResumePreviousTransactionSubTxAwareParticipant(CompositeTransaction) - Constructor for class com.atomikos.icatch.jta.ResumePreviousTransactionSubTxAwareParticipant
 
retrieveFirstAvailableConnection() - Method in class com.atomikos.datasource.pool.ConnectionPool
 
retrieveFirstAvailableConnection() - Method in class com.atomikos.datasource.pool.ConnectionPoolWithConcurrentValidation
 
retrieveFirstAvailableConnection() - Method in class com.atomikos.datasource.pool.ConnectionPoolWithSynchronizedValidation
 
rollback() - Method in class com.atomikos.datasource.xa.XAResourceTransaction
 
rollback() - Method in class com.atomikos.icatch.jta.J2eeTransactionManager
 
rollback() - Method in class com.atomikos.icatch.jta.J2eeUserTransaction
 
rollback() - Method in class com.atomikos.icatch.jta.TransactionManagerImp
 
rollback() - Method in class com.atomikos.icatch.jta.UserTransactionImp
 
rollback() - Method in class com.atomikos.icatch.jta.UserTransactionManager
 
rolledback(CompositeTransaction) - Method in class com.atomikos.icatch.jta.ResumePreviousTransactionSubTxAwareParticipant
 
rolledback(CompositeTransaction) - Method in class com.atomikos.icatch.jta.TransactionManagerImp
 

S

selects(XID) - Method in interface com.atomikos.datasource.xa.RecoveryScan.XidSelector
 
SERIAL_JTA_TRANSACTIONS_PROPERTY_NAME - Static variable in class com.atomikos.icatch.jta.JtaTransactionServicePlugin
The name of the property that indicates whether JTA transactions are to be in serial mode or not.
SessionHandleState - Class in com.atomikos.datasource.xa.session
A reusable state tracker for XA session/connection handles.
SessionHandleState(XATransactionalResource, XAResource) - Constructor for class com.atomikos.datasource.xa.session.SessionHandleState
 
SessionHandleStateChangeListener - Interface in com.atomikos.datasource.xa.session
 
setCascadeList(Map<String, Integer>) - Method in class com.atomikos.datasource.xa.XAResourceTransaction
 
setDefaultSerial(boolean) - Static method in class com.atomikos.icatch.jta.TransactionManagerImp
Sets the default serial mode for new txs.
setDefaultTimeout(int) - Static method in class com.atomikos.icatch.jta.TransactionManagerImp
Set the default transaction timeout value.
setForceShutdown(boolean) - Method in class com.atomikos.icatch.jta.UserTransactionManager
Sets the force shutdown mode to use during close.
setGlobalSiblingCount(int) - Method in class com.atomikos.datasource.xa.XAResourceTransaction
 
setPassword(String) - Method in class com.atomikos.datasource.xa.jdbc.JdbcTransactionalResource
Optionally set the password with which to get connections for recovery.
setRecoveryService(RecoveryService) - Method in class com.atomikos.datasource.xa.XATransactionalResource
 
setRollbackOnly() - Method in class com.atomikos.icatch.jta.J2eeTransactionManager
 
setRollbackOnly() - Method in class com.atomikos.icatch.jta.J2eeUserTransaction
 
setRollbackOnly() - Method in class com.atomikos.icatch.jta.TransactionManagerImp
 
setRollbackOnly() - Method in class com.atomikos.icatch.jta.TransactionSynchronizationRegistryImp
 
setRollbackOnly() - Method in class com.atomikos.icatch.jta.UserTransactionImp
 
setRollbackOnly() - Method in class com.atomikos.icatch.jta.UserTransactionManager
 
setStartupTransactionService(boolean) - Method in class com.atomikos.icatch.jta.UserTransactionManager
Sets whether the transaction service should be started if not already running.
setTransactionTimeout(int) - Method in class com.atomikos.icatch.jta.J2eeTransactionManager
 
setTransactionTimeout(int) - Method in class com.atomikos.icatch.jta.J2eeUserTransaction
 
setTransactionTimeout(int) - Method in class com.atomikos.icatch.jta.TransactionManagerImp
 
setTransactionTimeout(int) - Method in class com.atomikos.icatch.jta.UserTransactionImp
 
setTransactionTimeout(int) - Method in class com.atomikos.icatch.jta.UserTransactionManager
 
setUser(String) - Method in class com.atomikos.datasource.xa.jdbc.JdbcTransactionalResource
Optionally set the user name with which to get connections for recovery.
setXAResource(XAResource) - Method in class com.atomikos.datasource.xa.XAResourceTransaction
Set the XAResource attribute.
setXidFactory(XidFactory) - Method in class com.atomikos.datasource.xa.XATransactionalResource
Set the XID factory, needed for online management tools.
supports() - Method in class com.atomikos.icatch.jta.template.TransactionTemplate
 
suspend() - Method in class com.atomikos.datasource.xa.XAResourceTransaction
 
suspend() - Method in class com.atomikos.icatch.jta.J2eeTransactionManager
 
suspend() - Method in class com.atomikos.icatch.jta.TransactionManagerImp
 
suspend() - Method in class com.atomikos.icatch.jta.UserTransactionManager
 

T

testOrRefreshXAResourceFor2PC() - Method in class com.atomikos.datasource.xa.XAResourceTransaction
 
testUnderlyingConnection() - Method in class com.atomikos.datasource.pool.AbstractXPooledConnection
 
toString() - Method in class com.atomikos.datasource.pool.ConnectionPool
 
toString() - Method in class com.atomikos.datasource.xa.session.SessionHandleState
 
toString() - Method in class com.atomikos.datasource.xa.XAResourceTransaction
 
toString() - Method in class com.atomikos.datasource.xa.XID
 
toString() - Method in class com.atomikos.recovery.xa.XARecoveryManager
 
totalSize() - Method in class com.atomikos.datasource.pool.ConnectionPool
The total amount of pooled connections in any state.
TransactionManagerFactory - Class in com.atomikos.icatch.jta
An Object factory for the Transaction Manager.
TransactionManagerFactory() - Constructor for class com.atomikos.icatch.jta.TransactionManagerFactory
 
TransactionManagerImp - Class in com.atomikos.icatch.jta
The main JTA transaction manager singleton.
TransactionSynchronizationRegistryImp - Class in com.atomikos.icatch.jta
 
TransactionSynchronizationRegistryImp() - Constructor for class com.atomikos.icatch.jta.TransactionSynchronizationRegistryImp
 
TransactionTemplate - Class in com.atomikos.icatch.jta.template
Template (builder-style) logic for light-weight transaction demarcation.
TransactionTemplate() - Constructor for class com.atomikos.icatch.jta.template.TransactionTemplate
 

U

unregisterSessionHandleStateChangeListener(SessionHandleStateChangeListener) - Method in class com.atomikos.datasource.xa.session.SessionHandleState
 
unregisterXPooledConnectionEventListener(XPooledConnectionEventListener<ConnectionType>) - Method in class com.atomikos.datasource.pool.AbstractXPooledConnection
 
unregisterXPooledConnectionEventListener(XPooledConnectionEventListener<ConnectionType>) - Method in interface com.atomikos.datasource.pool.XPooledConnection
 
updateLastTimeReleased() - Method in class com.atomikos.datasource.pool.AbstractXPooledConnection
 
UserTransactionFactory - Class in com.atomikos.icatch.jta
The factory for JNDI lookup of UserTransactionImp objects.
UserTransactionFactory() - Constructor for class com.atomikos.icatch.jta.UserTransactionFactory
 
UserTransactionImp - Class in com.atomikos.icatch.jta
Our UserTransaction implementation for J2SE transactions.
UserTransactionImp() - Constructor for class com.atomikos.icatch.jta.UserTransactionImp
No-argument constructor.
UserTransactionManager - Class in com.atomikos.icatch.jta
A straightforward, zero-setup implementation of a transaction manager.
UserTransactionManager() - Constructor for class com.atomikos.icatch.jta.UserTransactionManager
 
usesXAResource(XAResource) - Method in class com.atomikos.datasource.xa.XATransactionalResource
Test if the XAResource is used by this instance.
utm - Variable in class com.atomikos.icatch.jta.template.TransactionTemplate
 

W

withTimeout(int) - Method in class com.atomikos.icatch.jta.template.TransactionTemplate
 

X

XAExceptionHelper - Class in com.atomikos.datasource.xa
 
XAExceptionHelper() - Constructor for class com.atomikos.datasource.xa.XAExceptionHelper
 
XARecoveryManager - Class in com.atomikos.recovery.xa
 
XARecoveryManager(String) - Constructor for class com.atomikos.recovery.xa.XARecoveryManager
 
xares_ - Variable in class com.atomikos.datasource.xa.XATransactionalResource
 
XAResourceTransaction - Class in com.atomikos.datasource.xa
An implementation of ResourceTransaction for XA transactions.
xaResume() - Method in class com.atomikos.datasource.xa.XAResourceTransaction
Perform an xa resume
xaSuspend() - Method in class com.atomikos.datasource.xa.XAResourceTransaction
Perform an XA suspend.
XATransactionalResource - Class in com.atomikos.datasource.xa
An abstract XA implementation of a transactional resource.
XATransactionalResource(String) - Constructor for class com.atomikos.datasource.xa.XATransactionalResource
Construct a new instance with a default XidFactory.
XATransactionalResource(String, XidFactory) - Constructor for class com.atomikos.datasource.xa.XATransactionalResource
Construct a new instance with a custom XidFactory.
XID - Class in com.atomikos.datasource.xa
Our Xid class with correct equals and hashCode.
XID(String, String, String) - Constructor for class com.atomikos.datasource.xa.XID
Create a new instance with the resource name as branch.
XID(Xid) - Constructor for class com.atomikos.datasource.xa.XID
Copy constructor needed during recovery: if the data source returns inappropriate instances (that do not implement equals and hashCode) then we will need this constructor.
XidFactory - Interface in com.atomikos.datasource.xa
A factory for creating new Xid instances.
XPooledConnection<ConnectionType> - Interface in com.atomikos.datasource.pool
A pooling-capable object wrapping a physical connection to an underlying resource.
XPooledConnectionEventListener<ConnectionType> - Interface in com.atomikos.datasource.pool
 
A B C D E F G H I J L M N O P R S T U W X 
Skip navigation links

Copyright © 2023. All rights reserved.