A B C D E F G H I J L N O P R S T U V W X _

A

AbstractJtaUserTransactionService - Class in com.atomikos.icatch.jta
 
AbstractJtaUserTransactionService() - Constructor for class com.atomikos.icatch.jta.AbstractJtaUserTransactionService
 
AbstractXidFactory - Class in com.atomikos.datasource.xa
An abstract superclass for all XidFactory implementations.
AbstractXidFactory() - Constructor for class com.atomikos.datasource.xa.AbstractXidFactory
 
AbstractXPooledConnection - Class in com.atomikos.datasource.pool
Abstract superclass with generic support for XPooledConnection.
AbstractXPooledConnection(ConnectionPoolProperties) - Constructor for class com.atomikos.datasource.pool.AbstractXPooledConnection
 
AcceptAllXATransactionalResource - Class in com.atomikos.datasource.xa
This class is useful only for enlist via the JTA API.
AcceptAllXATransactionalResource(String) - Constructor for class com.atomikos.datasource.xa.AcceptAllXATransactionalResource
 
AcceptAllXATransactionalResource(String, XidFactory) - Constructor for class com.atomikos.datasource.xa.AcceptAllXATransactionalResource
 
acceptsAllXAResources() - Method in class com.atomikos.datasource.xa.jmx.XAResourceConfig
 
acceptsAllXAResources() - Method in class com.atomikos.datasource.xa.XATransactionalResource
 
addHeuristicMessage(HeuristicMessage) - Method in class com.atomikos.datasource.xa.XAResourceTransaction
 
availableSize() - Method in class com.atomikos.datasource.pool.ConnectionPool
The amount of pooled connections in state available.

B

begin(int) - Method in class com.atomikos.icatch.jta._UserTransactionServer_Stub
 
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.RemoteClientUserTransaction
 
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
 
begin(int) - Method in interface com.atomikos.icatch.jta.UserTransactionServer
Create a new transaction.
begin(int) - Method in class com.atomikos.icatch.jta.UserTransactionServerImp
 
begin(int) - Method in class com.atomikos.icatch.jta.UserTransactionServerImp_Stub
 
borrowConnection(HeuristicMessage) - Method in class com.atomikos.datasource.pool.ConnectionPool
Borrows a connection from the pool.
byteArrayToHexString(byte[]) - Static method in class com.atomikos.datasource.xa.StringUtils
 

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?
close() - Method in interface com.atomikos.datasource.pool.Reapable
 
close() - Method in class com.atomikos.datasource.xa.jca.JcaTransactionalResource
Overrides default close to include closing any open connections to the source.
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.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.pool.event - package com.atomikos.datasource.pool.event
 
com.atomikos.datasource.xa - package com.atomikos.datasource.xa
 
com.atomikos.datasource.xa.jca - package com.atomikos.datasource.xa.jca
 
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.jmx - package com.atomikos.datasource.xa.jmx
 
com.atomikos.datasource.xa.session - package com.atomikos.datasource.xa.session
 
com.atomikos.icatch.jta - package com.atomikos.icatch.jta
 
com.atomikos.icatch.standalone - package com.atomikos.icatch.standalone
 
commit(Xid, boolean) - Method in class com.atomikos.datasource.xa.LoggingXAResource
 
commit(boolean) - Method in class com.atomikos.datasource.xa.XAResourceTransaction
 
commit(String) - Method in class com.atomikos.icatch.jta._UserTransactionServer_Stub
 
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.RemoteClientUserTransaction
 
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
 
commit(String) - Method in interface com.atomikos.icatch.jta.UserTransactionServer
Commit the transaction.
commit(String) - Method in class com.atomikos.icatch.jta.UserTransactionServerImp
 
commit(String) - Method in class com.atomikos.icatch.jta.UserTransactionServerImp_Stub
 
committed(CompositeTransaction) - Method in class com.atomikos.icatch.jta.TransactionManagerImp
 
ConnectionFactory - Interface in com.atomikos.datasource.pool
 
ConnectionPool - Class in com.atomikos.datasource.pool
 
ConnectionPool(ConnectionFactory, ConnectionPoolProperties) - Constructor for class com.atomikos.datasource.pool.ConnectionPool
 
ConnectionPoolEvent - Class in com.atomikos.datasource.pool.event
 
ConnectionPoolEvent(String) - Constructor for class com.atomikos.datasource.pool.event.ConnectionPoolEvent
 
ConnectionPoolException - Exception in com.atomikos.datasource.pool
Common superclass for all exceptions thrown by the pooling mechanism.
ConnectionPoolException(String, Exception) - Constructor for exception com.atomikos.datasource.pool.ConnectionPoolException
 
ConnectionPoolException(String) - Constructor for exception com.atomikos.datasource.pool.ConnectionPoolException
 
ConnectionPoolException() - Constructor for exception com.atomikos.datasource.pool.ConnectionPoolException
 
ConnectionPoolExhaustedEvent - Class in com.atomikos.datasource.pool.event
 
ConnectionPoolExhaustedEvent(String) - Constructor for class com.atomikos.datasource.pool.event.ConnectionPoolExhaustedEvent
 
ConnectionPoolProperties - Interface in com.atomikos.datasource.pool
This interface describes connection pool properties.
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(HeuristicMessage) - Method in class com.atomikos.datasource.pool.AbstractXPooledConnection
 
createConnectionProxy(HeuristicMessage) - 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.
createTSInitInfo() - Static method in class com.atomikos.icatch.standalone.StandAloneConfiguration
Deprecated. Create a TSInitInfo object for this configuration.
createXid(String, String) - Method in class com.atomikos.datasource.xa.AbstractXidFactory
 
createXid(String) - Method in class com.atomikos.datasource.xa.XATransactionalResource
Create an XID for the given tx.
createXid(String, String) - Method in interface com.atomikos.datasource.xa.XidFactory
Creates a new Xid instance for a given composite transaction id and resource name.

D

deactivate() - Method in class com.atomikos.icatch.jta._UserTransactionServerImp_Tie
 
DEFAULT_MAINTENANCE_INTERVAL - Static variable in class com.atomikos.datasource.pool.ConnectionPool
 
DEFAULT_PROPERTIES_FILE_NAME - Static variable in class com.atomikos.icatch.standalone.StandAloneConfiguration
Deprecated. The default standalone properties file name, assumed to be in the current directory and to be used in case the property FILE_PATH_PROPERTY_NAME is not set.
DefaultXidFactory - Class in com.atomikos.datasource.xa
A default Xid factory.
DefaultXidFactory() - Constructor for class com.atomikos.datasource.xa.DefaultXidFactory
 
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.
dispatch(Remote, RemoteCall, int, long) - Method in class com.atomikos.icatch.jta.UserTransactionServerImp_Skel
 
doCreateConnectionProxy(HeuristicMessage) - Method in class com.atomikos.datasource.pool.AbstractXPooledConnection
 

E

end(Xid, int) - Method in class com.atomikos.datasource.xa.LoggingXAResource
 
endRecovery() - Method in class com.atomikos.datasource.xa.AcceptAllXATransactionalResource
 
endRecovery() - Method in class com.atomikos.datasource.xa.XATransactionalResource
 
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.XID
 
ExtendedSystemException - Exception in com.atomikos.icatch.jta
A better system exception, containing nested errors in a stack.
ExtendedSystemException(String, Stack) - Constructor for exception com.atomikos.icatch.jta.ExtendedSystemException
 

F

FILE_PATH_PROPERTY_NAME - Static variable in class com.atomikos.icatch.standalone.StandAloneConfiguration
Deprecated. The System property name that holds the path to the standalone properties file, needed for default initialization of the standalone config.
fireOnXPooledConnectionTerminated() - Method in class com.atomikos.datasource.pool.AbstractXPooledConnection
 
forceRefreshXAConnection() - Method in class com.atomikos.datasource.xa.XAResourceTransaction
 
forget(Xid) - Method in class com.atomikos.datasource.xa.LoggingXAResource
 
forget() - Method in class com.atomikos.datasource.xa.XAResourceTransaction
 

G

getAcceptAllXAResources() - Method in class com.atomikos.datasource.xa.jmx.JmxTransactionalResource
 
getAcceptAllXAResources() - Method in interface com.atomikos.datasource.xa.jmx.JmxTransactionalResourceMBean
Test if all XAResources should be accepted.
getBorrowConnectionTimeout() - Method in interface com.atomikos.datasource.pool.ConnectionPoolProperties
Gets the borrow connection timeout.
getBranchQualifier() - Method in class com.atomikos.datasource.xa.XID
 
getCounter() - Static method in class com.atomikos.datasource.xa.AbstractXidFactory
 
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.
getErrors() - Method in exception com.atomikos.icatch.jta.ExtendedSystemException
Deprecated.  
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
 
getHeuristicMessages() - Method in class com.atomikos.datasource.xa.XAResourceTransaction
 
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.jmx.XAResourceConfig
 
getName() - Method in class com.atomikos.datasource.xa.XATransactionalResource
 
getName() - Method in class com.atomikos.icatch.jta.UserTransactionServerImp
Get the name on which this instance is listening in RMI.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class com.atomikos.icatch.jta.RemoteClientUserTransactionFactory
 
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
 
getOperations() - Method in class com.atomikos.icatch.jta.UserTransactionServerImp_Skel
 
getReapTimeout() - Method in interface com.atomikos.datasource.pool.ConnectionPoolProperties
Gets the reap timeout.
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.RemoteClientUserTransaction
 
getReference() - Method in class com.atomikos.icatch.jta.TransactionManagerImp
 
getReference() - Method in class com.atomikos.icatch.jta.UserTransactionImp
 
getReference() - Method in class com.atomikos.icatch.jta.UserTransactionManager
 
getResourceTransaction(CompositeTransaction) - Method in class com.atomikos.datasource.xa.XATransactionalResource
 
getSingleton() - Static method in class com.atomikos.icatch.jta.UserTransactionServerImp
 
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(String) - Method in class com.atomikos.icatch.jta._UserTransactionServer_Stub
 
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.RemoteClientUserTransaction
 
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
 
getStatus(String) - Method in interface com.atomikos.icatch.jta.UserTransactionServer
Get the status of the transaction.
getStatus(String) - Method in class com.atomikos.icatch.jta.UserTransactionServerImp
 
getStatus(String) - Method in class com.atomikos.icatch.jta.UserTransactionServerImp_Stub
 
getTarget() - Method in class com.atomikos.icatch.jta._UserTransactionServerImp_Tie
 
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
 
getTransactionManager() - Method in class com.atomikos.icatch.jta.AbstractJtaUserTransactionService
 
getTransactionManager() - Static method in class com.atomikos.icatch.jta.TransactionManagerImp
Gets the installed transaction manager, if any.
getTransactionTimeout() - Method in class com.atomikos.datasource.xa.LoggingXAResource
 
getTransactionTimeout() - Method in class com.atomikos.icatch.jta.TransactionManagerImp
 
getUniqueResourceName() - Method in interface com.atomikos.datasource.pool.ConnectionPoolProperties
Gets the unique resource name.
getURI() - Method in class com.atomikos.datasource.xa.XAResourceTransaction
 
getUserTransaction() - Method in class com.atomikos.icatch.jta.UserTransactionServerImp
Get a usertx for this server.
getUserTransactionService() - Static method in class com.atomikos.icatch.standalone.StandAloneConfiguration
Deprecated. Get the UserTransactionManager instance for the configuration.
getUserTransactionService(Properties) - Method in class com.atomikos.icatch.standalone.UserTransactionServiceFactory
Get the UserTransactionManager instance for the configuration.
getUseWeakCompare() - Method in class com.atomikos.datasource.xa.jmx.JmxTransactionalResource
 
getUseWeakCompare() - Method in interface com.atomikos.datasource.xa.jmx.JmxTransactionalResourceMBean
Get the weak comparison mode.
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.XID
 

I

incCounter() - Static method in class com.atomikos.datasource.xa.AbstractXidFactory
 
init(TSInitInfo) - Method in class com.atomikos.icatch.jta.AbstractJtaUserTransactionService
 
init() - Method in class com.atomikos.icatch.jta.UserTransactionManager
Performs initialization if necessary.
init(String, Properties) - Method in class com.atomikos.icatch.jta.UserTransactionServerImp
Initializes the server object.
installTransactionManager(CompositeTransactionManager, boolean) - Static method in class com.atomikos.icatch.jta.TransactionManagerImp
Install a transaction manager.
interpretErrorCode(String, String, Xid, int) - Static method in class com.atomikos.datasource.xa.XAResourceTransaction
 
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.TemporaryXATransactionalResource
 
isClosed() - Method in class com.atomikos.datasource.xa.XATransactionalResource
Test if the resource is closed.
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.
isSameRM(XAResource) - Method in class com.atomikos.datasource.xa.LoggingXAResource
 
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
 
JcaTransactionalResource - Class in com.atomikos.datasource.xa.jca
A TransactionalResource that works with the JCA architecture.
JcaTransactionalResource(String, ManagedConnectionFactory) - Constructor for class com.atomikos.datasource.xa.jca.JcaTransactionalResource
 
JcaTransactionalResource(String, ManagedConnectionFactory, XidFactory) - Constructor for class com.atomikos.datasource.xa.jca.JcaTransactionalResource
 
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.
JdbcTransactionalResource(String, XADataSource, XidFactory) - Constructor for class com.atomikos.datasource.xa.jdbc.JdbcTransactionalResource
Constructs a new instance with a given name and XADataSource, and an Xid factory to use.
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.
JmsTransactionalResource(String, XAConnectionFactory, XidFactory) - Constructor for class com.atomikos.datasource.xa.jms.JmsTransactionalResource
Create a new instance, but one that requires a specific Xid format.
JmxTransactionalResource - Class in com.atomikos.datasource.xa.jmx
JMX management bean for resources.
JmxTransactionalResource(XATransactionalResource, XAResourceConfig, String) - Constructor for class com.atomikos.datasource.xa.jmx.JmxTransactionalResource
 
JmxTransactionalResourceMBean - Interface in com.atomikos.datasource.xa.jmx
JMX interface for managing installed XATransactionalResources.
JTA - Class in com.atomikos.icatch.jta
A class with information about the jta package.
JTA() - Constructor for class com.atomikos.icatch.jta.JTA
 
JTA_PROPERTY_NAME - Static variable in class com.atomikos.icatch.jta.TransactionManagerImp
Transaction property name to indicate that the transaction is a JTA transaction.

L

LoggingXAResource - Class in com.atomikos.datasource.xa
A wrapper for an XAResource that enables logging to a PrintWriter.
LoggingXAResource(XAResource, PrintWriter) - Constructor for class com.atomikos.datasource.xa.LoggingXAResource
Create a new instance.

N

needsRefresh() - Method in class com.atomikos.datasource.xa.XATransactionalResource
Check if the XAResource needs to be refreshed.
NO_FILE_PROPERTY_NAME - Static variable in class com.atomikos.icatch.standalone.StandAloneConfiguration
Deprecated. The system property name that indicates that NO configuration file should be used.
notifyBeforeUse(CompositeTransaction, HeuristicMessage) - 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.

O

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

P

PooledConnectionCreatedEvent - Class in com.atomikos.datasource.pool.event
 
PooledConnectionCreatedEvent(String, XPooledConnection) - Constructor for class com.atomikos.datasource.pool.event.PooledConnectionCreatedEvent
 
PooledConnectionDestroyedEvent - Class in com.atomikos.datasource.pool.event
 
PooledConnectionDestroyedEvent(String, XPooledConnection) - Constructor for class com.atomikos.datasource.pool.event.PooledConnectionDestroyedEvent
 
PooledConnectionEvent - Class in com.atomikos.datasource.pool.event
 
PooledConnectionEvent(String, XPooledConnection) - Constructor for class com.atomikos.datasource.pool.event.PooledConnectionEvent
 
pooledConnectionId - Variable in class com.atomikos.datasource.pool.event.PooledConnectionEvent
 
PooledConnectionReapedEvent - Class in com.atomikos.datasource.pool.event
 
PooledConnectionReapedEvent(String, XPooledConnection) - Constructor for class com.atomikos.datasource.pool.event.PooledConnectionReapedEvent
 
PoolExhaustedException - Exception in com.atomikos.datasource.pool
Exception signaling pool exhaustion.
PoolExhaustedException(String) - Constructor for exception com.atomikos.datasource.pool.PoolExhaustedException
 
PoolExhaustedException() - Constructor for exception com.atomikos.datasource.pool.PoolExhaustedException
 
postDeregister() - Method in class com.atomikos.datasource.xa.jmx.JmxTransactionalResource
 
postRegister(Boolean) - Method in class com.atomikos.datasource.xa.jmx.JmxTransactionalResource
 
preDeregister() - Method in class com.atomikos.datasource.xa.jmx.JmxTransactionalResource
 
prepare(Xid) - Method in class com.atomikos.datasource.xa.LoggingXAResource
 
prepare() - Method in class com.atomikos.datasource.xa.XAResourceTransaction
 
preRegister(MBeanServer, ObjectName) - Method in class com.atomikos.datasource.xa.jmx.JmxTransactionalResource
 
printStackTrace() - Method in exception com.atomikos.icatch.jta.ExtendedSystemException
 

R

readData(DataInput) - Method in class com.atomikos.datasource.xa.XAResourceTransaction
 
readExternal(ObjectInput) - Method in class com.atomikos.datasource.xa.XAResourceTransaction
 
readExternal(ObjectInput) - Method in class com.atomikos.icatch.jta.RemoteClientUserTransaction
 
reap() - Method in class com.atomikos.datasource.pool.AbstractXPooledConnection
 
reap() - Method in interface com.atomikos.datasource.pool.Reapable
 
reap() - Method in interface com.atomikos.datasource.pool.XPooledConnection
Invalidates (i.e., forces close) of the current connection proxy This does not mean that the connection can be reused immediately: pending transactions may exist that need to terminate.
Reapable - Interface in com.atomikos.datasource.pool
 
reapPool() - Method in class com.atomikos.datasource.pool.ConnectionPool
 
recover() - Method in class com.atomikos.datasource.xa.AcceptAllXATransactionalResource
 
recover(int) - Method in class com.atomikos.datasource.xa.LoggingXAResource
 
recover() - Method in class com.atomikos.datasource.xa.XAResourceTransaction
 
recover(Participant) - Method in class com.atomikos.datasource.xa.XATransactionalResource
 
recover() - Method in class com.atomikos.datasource.xa.XATransactionalResource
Recover the contained XAResource, and retrieve the xid instances that start with our server's name.
recoveredXidMap_ - Variable in class com.atomikos.datasource.xa.XATransactionalResource
 
refresh() - Method in class com.atomikos.datasource.pool.ConnectionPool
 
refreshXAConnection() - Method in class com.atomikos.datasource.xa.AcceptAllXATransactionalResource
 
refreshXAConnection() - Method in class com.atomikos.datasource.xa.jca.JcaTransactionalResource
 
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.TemporaryXATransactionalResource
 
refreshXAConnection() - Method in class com.atomikos.datasource.xa.XATransactionalResource
Utility method to establish and refresh the XAResource.
registerSessionHandleStateChangeListener(SessionHandleStateChangeListener) - Method in class com.atomikos.datasource.xa.session.SessionHandleState
 
registerXPooledConnectionEventListener(XPooledConnectionEventListener) - Method in class com.atomikos.datasource.pool.AbstractXPooledConnection
 
registerXPooledConnectionEventListener(XPooledConnectionEventListener) - Method in interface com.atomikos.datasource.pool.XPooledConnection
 
RemoteClientUserTransaction - Class in com.atomikos.icatch.jta
An implementation of a (remote) client's user transaction.
RemoteClientUserTransaction() - Constructor for class com.atomikos.icatch.jta.RemoteClientUserTransaction
No-argument constructor, as required by Externalizable interface.
RemoteClientUserTransaction(String, String, String) - Constructor for class com.atomikos.icatch.jta.RemoteClientUserTransaction
Preferred constructor.
RemoteClientUserTransactionFactory - Class in com.atomikos.icatch.jta
The factory for JNDI lookup of RemoteClientUserTransactionFactory objects.
RemoteClientUserTransactionFactory() - Constructor for class com.atomikos.icatch.jta.RemoteClientUserTransactionFactory
 
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
 
rollback(Xid) - Method in class com.atomikos.datasource.xa.LoggingXAResource
 
rollback() - Method in class com.atomikos.datasource.xa.XAResourceTransaction
 
rollback(String) - Method in class com.atomikos.icatch.jta._UserTransactionServer_Stub
 
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.RemoteClientUserTransaction
 
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
 
rollback(String) - Method in interface com.atomikos.icatch.jta.UserTransactionServer
Rollback the transaction.
rollback(String) - Method in class com.atomikos.icatch.jta.UserTransactionServerImp
 
rollback(String) - Method in class com.atomikos.icatch.jta.UserTransactionServerImp_Stub
 
rolledback(CompositeTransaction) - Method in class com.atomikos.icatch.jta.TransactionManagerImp
 
rootTransactionToSiblingMapperMap_ - Variable in class com.atomikos.datasource.xa.XATransactionalResource
 

S

servername_ - Variable in class com.atomikos.datasource.xa.XATransactionalResource
 
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
 
setAcceptAllXAResources(boolean) - Method in class com.atomikos.datasource.xa.jmx.JmxTransactionalResource
 
setAcceptAllXAResources(boolean) - Method in interface com.atomikos.datasource.xa.jmx.JmxTransactionalResourceMBean
Instruct this resource to accept all XAResource instances.This will practically disable shared branches! The instance uses this feature to determine the exact XID to be supplied during enlistment.
setAcceptAllXAResources(boolean) - Method in class com.atomikos.datasource.xa.jmx.XAResourceConfig
 
setAcceptAllXAResources(boolean) - Method in class com.atomikos.datasource.xa.XATransactionalResource
Specify whether to entirely shortcut the isSameRM method of the XAResource implementations, and always return true for usesXAResource.
setCascadeList(Dictionary) - 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
 
setName(ObjectName) - Method in class com.atomikos.datasource.xa.jmx.XAResourceConfig
 
setPassword(String) - Method in class com.atomikos.datasource.xa.jdbc.JdbcTransactionalResource
Optionally set the password with which to get connections for recovery.
setRecoveredXAResource(XAResource) - Method in class com.atomikos.datasource.xa.XAResourceTransaction
 
setRecoveryService(RecoveryService) - Method in class com.atomikos.datasource.xa.XATransactionalResource
 
setRollbackOnly(String) - Method in class com.atomikos.icatch.jta._UserTransactionServer_Stub
 
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.RemoteClientUserTransaction
 
setRollbackOnly() - Method in class com.atomikos.icatch.jta.TransactionManagerImp
 
setRollbackOnly() - Method in class com.atomikos.icatch.jta.UserTransactionImp
 
setRollbackOnly() - Method in class com.atomikos.icatch.jta.UserTransactionManager
 
setRollbackOnly(String) - Method in interface com.atomikos.icatch.jta.UserTransactionServer
Mark the transaction for rollback only.
setRollbackOnly(String) - Method in class com.atomikos.icatch.jta.UserTransactionServerImp
 
setRollbackOnly(String) - Method in class com.atomikos.icatch.jta.UserTransactionServerImp_Stub
 
setStartupTransactionService(boolean) - Method in class com.atomikos.icatch.jta.UserTransactionManager
Sets whether the transaction service should be started if not already running.
setTarget(Remote) - Method in class com.atomikos.icatch.jta._UserTransactionServerImp_Tie
 
setTransactionTimeout(int) - Method in class com.atomikos.datasource.xa.LoggingXAResource
 
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.RemoteClientUserTransaction
 
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.
setUseWeakCompare(boolean) - Method in class com.atomikos.datasource.xa.jmx.JmxTransactionalResource
 
setUseWeakCompare(boolean) - Method in interface com.atomikos.datasource.xa.jmx.JmxTransactionalResourceMBean
Set the weak comparison mode.
setUseWeakCompare(boolean) - Method in class com.atomikos.datasource.xa.jmx.XAResourceConfig
 
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.
shutdown(boolean) - Method in class com.atomikos.icatch.jta.AbstractJtaUserTransactionService
 
shutdown() - Method in class com.atomikos.icatch.jta.UserTransactionServerImp
Performs shutdown of the server.
StandAloneConfiguration - Class in com.atomikos.icatch.standalone
Deprecated. As from release 1.30, all of this is done through an instance of the bean class com.atomikos.icatch.UserTransactionServiceImp.
StandAloneConfiguration() - Constructor for class com.atomikos.icatch.standalone.StandAloneConfiguration
Deprecated.  
start(Xid, int) - Method in class com.atomikos.datasource.xa.LoggingXAResource
 
StringUtils - Class in com.atomikos.datasource.xa
 
StringUtils() - Constructor for class com.atomikos.datasource.xa.StringUtils
 
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

TemporaryXATransactionalResource - Class in com.atomikos.datasource.xa
A class for temporary resources.
TemporaryXATransactionalResource(XAResource) - Constructor for class com.atomikos.datasource.xa.TemporaryXATransactionalResource
 
testOrRefreshXAResourceFor2PC() - Method in class com.atomikos.datasource.xa.XAResourceTransaction
 
testUnderlyingConnection() - Method in class com.atomikos.datasource.pool.AbstractXPooledConnection
 
thisObject() - Method in class com.atomikos.icatch.jta._UserTransactionServerImp_Tie
 
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.icatch.jta.RemoteClientUserTransaction
Overrides the default behaviour, to allow retrieving the corresponding transaction at the server side.
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.

U

uniqueResourceName - Variable in class com.atomikos.datasource.pool.event.ConnectionPoolEvent
 
unregisterSessionHandleStateChangeListener(SessionHandleStateChangeListener) - Method in class com.atomikos.datasource.xa.session.SessionHandleState
 
unregisterXPooledConnectionEventListener(XPooledConnectionEventListener) - Method in class com.atomikos.datasource.pool.AbstractXPooledConnection
 
unregisterXPooledConnectionEventListener(XPooledConnectionEventListener) - Method in interface com.atomikos.datasource.pool.XPooledConnection
 
updateLastTimeAcquired() - Method in class com.atomikos.datasource.pool.AbstractXPooledConnection
 
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
 
UserTransactionServer - Interface in com.atomikos.icatch.jta
An RMI-based server interface that allows remote clients to do client-demarcated transaction management.
UserTransactionServerImp - Class in com.atomikos.icatch.jta
An implementation of the server-side UserTransaction infrastructure.
UserTransactionServerImp_Skel - Class in com.atomikos.icatch.jta
 
UserTransactionServerImp_Skel() - Constructor for class com.atomikos.icatch.jta.UserTransactionServerImp_Skel
 
UserTransactionServerImp_Stub - Class in com.atomikos.icatch.jta
 
UserTransactionServerImp_Stub() - Constructor for class com.atomikos.icatch.jta.UserTransactionServerImp_Stub
 
UserTransactionServerImp_Stub(RemoteRef) - Constructor for class com.atomikos.icatch.jta.UserTransactionServerImp_Stub
 
UserTransactionServiceFactory - Class in com.atomikos.icatch.standalone
The configuration (facade) class for the standalone version of the transaction manager.
UserTransactionServiceFactory() - Constructor for class com.atomikos.icatch.standalone.UserTransactionServiceFactory
 
usesWeakCompare() - Method in class com.atomikos.datasource.xa.jmx.XAResourceConfig
 
usesWeakCompare() - Method in class com.atomikos.datasource.xa.XATransactionalResource
Test if this instance uses weak compare mode.
usesXAResource(XAResource) - Method in class com.atomikos.datasource.xa.AcceptAllXATransactionalResource
Always returns true.
usesXAResource(XAResource) - Method in class com.atomikos.datasource.xa.jca.JcaTransactionalResource
 
usesXAResource(XAResource) - Method in class com.atomikos.datasource.xa.XATransactionalResource
Test if the XAResource is used by this instance.
useWeakCompare(boolean) - Method in class com.atomikos.datasource.xa.XATransactionalResource
Set this instance to use the weak compare mode setting.

V

version - Static variable in class com.atomikos.icatch.jta.JTA
A string representation of the version of the JTA specs that is implemented.

W

writeData(DataOutput) - Method in class com.atomikos.datasource.xa.XAResourceTransaction
 
writeExternal(ObjectOutput) - Method in class com.atomikos.datasource.xa.XAResourceTransaction
 
writeExternal(ObjectOutput) - Method in class com.atomikos.icatch.jta.RemoteClientUserTransaction
 

X

xares_ - Variable in class com.atomikos.datasource.xa.XATransactionalResource
 
XAResourceConfig - Class in com.atomikos.datasource.xa.jmx
A configuration class for XAResources.
XAResourceConfig() - Constructor for class com.atomikos.datasource.xa.jmx.XAResourceConfig
 
XAResourceTransaction - Class in com.atomikos.datasource.xa
An implementation of ResourceTransaction for XA transactions.
XAResourceTransaction() - Constructor for class com.atomikos.datasource.xa.XAResourceTransaction
 
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
An adaptor class for mapping a String to Xid type.
XID(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.
xidFact_ - Variable in class com.atomikos.datasource.xa.XATransactionalResource
 
XidFactory - Interface in com.atomikos.datasource.xa
A factory for creating new Xid instances.
XPooledConnection - Interface in com.atomikos.datasource.pool
A pooling-capable object wrapping a physical connection to an underlying resource.
XPooledConnectionEventListener - Interface in com.atomikos.datasource.pool
 

_

_ids() - Method in class com.atomikos.icatch.jta._UserTransactionServer_Stub
 
_ids() - Method in class com.atomikos.icatch.jta._UserTransactionServerImp_Tie
 
_invoke(String, InputStream, ResponseHandler) - Method in class com.atomikos.icatch.jta._UserTransactionServerImp_Tie
 
_UserTransactionServer_Stub - Class in com.atomikos.icatch.jta
 
_UserTransactionServer_Stub() - Constructor for class com.atomikos.icatch.jta._UserTransactionServer_Stub
 
_UserTransactionServerImp_Tie - Class in com.atomikos.icatch.jta
 
_UserTransactionServerImp_Tie() - Constructor for class com.atomikos.icatch.jta._UserTransactionServerImp_Tie
 

A B C D E F G H I J L N O P R S T U V W X _

Copyright © 2013. All Rights Reserved.