A B C D E F G H I L M N P R S T U V W

A

ABORTED - Static variable in class com.atomikos.icatch.TxState
 
ABORTING - Static variable in class com.atomikos.icatch.TxState
 
aborts_ - Variable in exception com.atomikos.icatch.HeurMixedException
 
ACTIVE - Static variable in class com.atomikos.icatch.TxState
 
add(Extent) - Method in interface com.atomikos.icatch.Extent
Merges another extent into this one.
add(Participant, int) - Method in interface com.atomikos.icatch.Extent
Adds a participant to the extent.
addExtent(Extent) - Method in interface com.atomikos.icatch.ExportingTransactionManager
Should be called after call returns successfully: adds the extent of the call to the current transaction.
addHeuristicMessage(HeuristicMessage) - Method in interface com.atomikos.datasource.ResourceTransaction
Adds heuristic resolution information.
addParticipant(Participant) - Method in interface com.atomikos.icatch.CompositeTransaction
 
addSubTxAwareParticipant(SubTxAwareParticipant) - Method in interface com.atomikos.icatch.CompositeTransaction
Resources that support lock inheritance can use this feature to be notified whenever a lock should be inherited.
addTSListener(TSListener) - Method in interface com.atomikos.icatch.TransactionService
Adds a listener to the transaction service.
AdminTransaction - Interface in com.atomikos.icatch.admin
An administration interface for a transaction.
afterCompletion(Object) - Method in interface com.atomikos.icatch.Synchronization
Called after the overall outcome is known.

B

beforeCompletion() - Method in interface com.atomikos.icatch.Synchronization
Called before prepare decision is made.

C

close() - Method in interface com.atomikos.datasource.RecoverableResource
Closes the resource for shutdown.
com.atomikos.datasource - package com.atomikos.datasource
 
com.atomikos.icatch - package com.atomikos.icatch
 
com.atomikos.icatch.admin - package com.atomikos.icatch.admin
 
com.atomikos.icatch.config - package com.atomikos.icatch.config
 
com.atomikos.icatch.event - package com.atomikos.icatch.event
 
com.atomikos.icatch.event.transaction - package com.atomikos.icatch.event.transaction
 
commit() - Method in interface com.atomikos.icatch.CompositeTerminator
Deprecated. Commit the composite transaction.
commit() - Method in interface com.atomikos.icatch.CompositeTransaction
Commits the composite transaction.
commit(boolean) - Method in interface com.atomikos.icatch.Participant
Commits the participant's work.
commits_ - Variable in exception com.atomikos.icatch.HeurMixedException
 
committed(CompositeTransaction) - Method in interface com.atomikos.icatch.SubTxAwareParticipant
Notification of termination.
COMMITTED - Static variable in class com.atomikos.icatch.TxState
 
COMMITTING - Static variable in class com.atomikos.icatch.TxState
 
CompositeCoordinator - Interface in com.atomikos.icatch
Represents the per-server work done as part of the same global (root) transaction scope.
CompositeTerminator - Interface in com.atomikos.icatch
Deprecated. This functionality is now available directly via the CompositeTransaction.
CompositeTransaction - Interface in com.atomikos.icatch
Represents a nested part of a global composite transaction.
CompositeTransactionManager - Interface in com.atomikos.icatch
This interface outlines the API for managing composite transactions in the local VM.
createCompositeTransaction(long) - Method in interface com.atomikos.icatch.CompositeTransactionManager
Starts a new (sub)transaction (not an activity) for the current thread.
createCompositeTransaction(long) - Method in interface com.atomikos.icatch.TransactionService
Starts a new transaction.
createSubTransaction() - Method in interface com.atomikos.icatch.CompositeTransaction
 
createSubTransaction() - Method in interface com.atomikos.icatch.TransactionControl
Deprecated. Create a subtx for this transaction.
createTSInitInfo() - Method in interface com.atomikos.icatch.config.UserTransactionService
Deprecated. Use the properties-based init method instead.
createTSInitInfo() - Method in class com.atomikos.icatch.config.UserTransactionServiceImp
 

D

DataSerializable - Interface in com.atomikos.icatch
Interface for logging typical Participant implementations to the transaction log.
DEFAULT_PROPERTIES_FILE_NAME - Static variable in class com.atomikos.icatch.config.UserTransactionServiceImp
The default file name for the transaction service's init parameters.
deregisterLogControl(LogControl) - Method in interface com.atomikos.icatch.admin.LogAdministrator
De-registers (removes) a LogControl instance from the administrator.

E

endRecovery() - Method in interface com.atomikos.datasource.RecoverableResource
Notifies the resource that recovery is ended.
equals(Object) - Method in class com.atomikos.icatch.TxState
 
Event - Class in com.atomikos.icatch.event
 
Event() - Constructor for class com.atomikos.icatch.event.Event
 
eventCreationTimestamp - Variable in class com.atomikos.icatch.event.Event
 
EventListener - Interface in com.atomikos.icatch.event
Observer interface for transaction-related domain events.
eventOccurred(Event) - Method in interface com.atomikos.icatch.event.EventListener
 
exec() - Method in interface com.atomikos.icatch.SubTxCode
The method that contains the subtransactional logic.
ExportingTransactionManager - Interface in com.atomikos.icatch
An interface for a TM that allows outgoing remote calls to be transactional.
Extent - Interface in com.atomikos.icatch
The extent carries the information about the 'size' of a propagation after it returns: the directly and indirectly invoked servers, and the orphan detection information for those.

F

FILE_PATH_PROPERTY_NAME - Static variable in class com.atomikos.icatch.config.UserTransactionServiceImp
The name of the system property whose value corresponds to the path towards the properties file for initialization of the transaction service.
forceCommit() - Method in interface com.atomikos.icatch.admin.AdminTransaction
Forces commit of the transaction.
forceForget() - Method in interface com.atomikos.icatch.admin.AdminTransaction
Forces the system to forget about the transaction.
forceRollback() - Method in interface com.atomikos.icatch.admin.AdminTransaction
Forces rollback of the transaction.
forget() - Method in interface com.atomikos.icatch.Participant
Indicates that a heuristic participant can forget about its work.

G

getAdminTransactions() - Method in interface com.atomikos.icatch.admin.LogControl
Gets a list of active transactions.
getAdminTransactions(String[]) - Method in interface com.atomikos.icatch.admin.LogControl
Gets the list of active transactions for a given set of transaction identifiers only.
getCompositeCoordinator() - Method in interface com.atomikos.icatch.CompositeTransaction
 
getCompositeCoordinator(String) - Method in interface com.atomikos.icatch.TransactionService
Gets a composite coordinator for the given root.
getCompositeTransaction() - Method in interface com.atomikos.icatch.CompositeTransactionManager
 
getCompositeTransaction(String) - Method in interface com.atomikos.icatch.CompositeTransactionManager
Gets the composite transaction with the given id.
getCompositeTransaction(String) - Method in interface com.atomikos.icatch.TransactionService
Gets the composite transaction with the given tid.
getCompositeTransactionManager() - Method in interface com.atomikos.icatch.config.UserTransactionService
Gets the composite transaction manager for the config.
getCompositeTransactionManager() - Method in class com.atomikos.icatch.config.UserTransactionServiceImp
 
getCoordinatorId() - Method in interface com.atomikos.icatch.CompositeCoordinator
 
getErrors() - Method in exception com.atomikos.icatch.SysException
Deprecated.  
getExportingTransactionManager() - Method in interface com.atomikos.icatch.config.UserTransactionService
Gets the ExportingTransactionManager instance
getExportingTransactionManager() - Method in class com.atomikos.icatch.config.UserTransactionServiceImp
 
getExtent() - Method in interface com.atomikos.icatch.CompositeTransaction
 
getExtent() - Method in interface com.atomikos.icatch.TransactionControl
Deprecated. Get the extent for the transaction.
getHeuristicCommitMessages() - Method in exception com.atomikos.icatch.HeurMixedException
 
getHeuristicMessages() - Method in exception com.atomikos.datasource.HeuristicException
 
getHeuristicMessages() - Method in interface com.atomikos.datasource.ResourceTransaction
 
getHeuristicMessages() - Method in interface com.atomikos.icatch.admin.AdminTransaction
Gets the HeuristicMessage detailed info for this transaction.
getHeuristicMessages(int) - Method in interface com.atomikos.icatch.admin.AdminTransaction
Gets the heuristic messages for work in the given state.
getHeuristicMessages() - Method in exception com.atomikos.icatch.HeurCommitException
 
getHeuristicMessages() - Method in exception com.atomikos.icatch.HeurHazardException
 
getHeuristicMessages() - Method in exception com.atomikos.icatch.HeurMixedException
Gets all heuristic messages.
getHeuristicMessages() - Method in exception com.atomikos.icatch.HeurRollbackException
 
getHeuristicMessages() - Method in interface com.atomikos.icatch.Participant
 
getHeuristicRollbackMessages() - Method in exception com.atomikos.icatch.HeurMixedException
 
getImportingTransactionManager() - Method in interface com.atomikos.icatch.config.UserTransactionService
Gets the ImportingTransactionManager instance.
getImportingTransactionManager() - Method in class com.atomikos.icatch.config.UserTransactionServiceImp
 
getJtaVersion() - Method in interface com.atomikos.icatch.config.TSMetaData
Deprecated.  
getLineage() - Method in interface com.atomikos.icatch.CompositeTransaction
 
getLineage() - Method in interface com.atomikos.icatch.Propagation
Gets the ancestor information as a stack.
getLocalSubTxCount() - Method in interface com.atomikos.icatch.CompositeTransaction
Deprecated. This should not matter outside the core.
getLocalSubTxCount() - Method in interface com.atomikos.icatch.TransactionControl
Deprecated. Get the number of subtxs that were locally started for this instance.
getLogAdministrators() - Method in interface com.atomikos.icatch.config.TSInitInfo
Deprecated. Do this through the UserTransactionService instead.
getLogAdministrators() - Method in interface com.atomikos.icatch.config.UserTransactionService
Gets the log administrators.
getLogAdministrators() - Method in class com.atomikos.icatch.config.UserTransactionServiceImp
 
getName() - Method in interface com.atomikos.datasource.RecoverableResource
Gets the name of the resource.
getName() - Method in interface com.atomikos.icatch.RecoveryService
 
getParticipant(String) - Method in interface com.atomikos.icatch.TransactionService
Gets a participant handle for the given root.
getParticipants() - Method in interface com.atomikos.icatch.Extent
 
getProductName() - Method in interface com.atomikos.icatch.config.TSMetaData
Deprecated. Get the full product name.
getPropagation() - Method in interface com.atomikos.icatch.ExportingTransactionManager
Gets the propagation info of the transaction for the calling thread.
getProperties() - Method in interface com.atomikos.icatch.CompositeTransaction
Gets all properties of this instance.
getProperties() - Method in interface com.atomikos.icatch.config.TSInitInfo
Deprecated. Get the configuration properties for the transaction service.
getProperty(String) - Method in interface com.atomikos.icatch.CompositeTransaction
Gets the specified metadata property.
getProperty(String) - Method in interface com.atomikos.icatch.config.TSInitInfo
Deprecated. Get the value of the given property.
getRecoveryCoordinator() - Method in interface com.atomikos.icatch.CompositeCoordinator
 
getReleaseVersion() - Method in interface com.atomikos.icatch.config.TSMetaData
Deprecated. Get the release version.
getRemoteParticipants() - Method in interface com.atomikos.icatch.Extent
 
getResources() - Method in interface com.atomikos.icatch.config.TSInitInfo
Deprecated. Do this through the UserTransactionService instead.
getResources() - Method in interface com.atomikos.icatch.config.UserTransactionService
Gets the resources registered.
getResources() - Method in class com.atomikos.icatch.config.UserTransactionServiceImp
 
getResourceTransaction(CompositeTransaction) - Method in interface com.atomikos.datasource.TransactionalResource
Gets or creates a ResourceTransaction.
getStackTrace() - Method in exception com.atomikos.icatch.SysException
Deprecated.  
getState() - Method in interface com.atomikos.icatch.admin.AdminTransaction
Gets the transaction's state.
getState() - Method in interface com.atomikos.icatch.CompositeTransaction
Gets the current state.
getStates() - Static method in class com.atomikos.icatch.TxState
 
getSuperiorRecoveryCoordinator(String) - Method in interface com.atomikos.icatch.TransactionService
Gets the superior recovery coordinator for a given root.
getTags() - Method in interface com.atomikos.icatch.admin.AdminTransaction
Gets the high-level heuristic comments.
getTags() - Method in interface com.atomikos.icatch.CompositeCoordinator
 
getTerminator() - Method in interface com.atomikos.icatch.TransactionControl
Deprecated. Get a terminator for this tx.
getTid() - Method in interface com.atomikos.icatch.admin.AdminTransaction
Gets the transaction identifier.
getTid() - Method in interface com.atomikos.icatch.CompositeTransaction
 
getTimeout() - Method in interface com.atomikos.icatch.CompositeTransaction
 
getTimeOut() - Method in interface com.atomikos.icatch.Propagation
 
getTimeout() - Method in interface com.atomikos.icatch.TransactionControl
Deprecated. Get the timeout in ms.
getTransactionControl() - Method in interface com.atomikos.icatch.CompositeTransaction
Deprecated. As from release 3.0, the methods in the TransactionControl interface have been moved to this one.
getURI() - Method in interface com.atomikos.icatch.Participant
 
getURI() - Method in interface com.atomikos.icatch.RecoveryCoordinator
Gets the URI identifier for this coordinator.
getUserTransactionService(Properties) - Method in interface com.atomikos.icatch.config.UserTransactionServiceFactory
Gets the user transaction service instance.

H

hashCode() - Method in class com.atomikos.icatch.TxState
 
HEUR_ABORTED - Static variable in class com.atomikos.icatch.TxState
 
HEUR_COMMITTED - Static variable in class com.atomikos.icatch.TxState
 
HEUR_HAZARD - Static variable in class com.atomikos.icatch.TxState
 
HEUR_MIXED - Static variable in class com.atomikos.icatch.TxState
 
HeurCommitException - Exception in com.atomikos.icatch
Exception signaling heuristic commit.
HeurCommitException(HeuristicMessage[]) - Constructor for exception com.atomikos.icatch.HeurCommitException
 
HeurHazardException - Exception in com.atomikos.icatch
Exception signaling that two-phase commit was not acknowledged by some participants.
HeurHazardException(HeuristicMessage[]) - Constructor for exception com.atomikos.icatch.HeurHazardException
 
HeuristicException - Exception in com.atomikos.datasource
 
HeuristicException(String) - Constructor for exception com.atomikos.datasource.HeuristicException
 
HeuristicException(HeuristicMessage[]) - Constructor for exception com.atomikos.datasource.HeuristicException
 
HeuristicMessage - Interface in com.atomikos.icatch
An application-level message to help resolving heuristic problem cases.
HeurMixedException - Exception in com.atomikos.icatch
An exception signaling that some participants have committed whereas others performed a rollback.
HeurMixedException(HeuristicMessage[]) - Constructor for exception com.atomikos.icatch.HeurMixedException
 
HeurMixedException(HeuristicMessage[], HeuristicMessage[]) - Constructor for exception com.atomikos.icatch.HeurMixedException
 
HeurRollbackException - Exception in com.atomikos.icatch
An exception signaling that the transaction's work has been rolled back heuristically.
HeurRollbackException(HeuristicMessage[]) - Constructor for exception com.atomikos.icatch.HeurRollbackException
 
HIDE_INIT_FILE_PATH_PROPERTY_NAME - Static variable in class com.atomikos.icatch.config.UserTransactionServiceImp
The name of the system property to disable printing 'Using init file...' messages.

I

ImportingTransactionManager - Interface in com.atomikos.icatch
Represents a handle to import a transaction from an incoming request, so that the work in this VM becomes part of the request's commit or rollback.
importTransaction(Propagation, boolean, boolean) - Method in interface com.atomikos.icatch.ImportingTransactionManager
Imports the transaction propagation obtained from an incoming request.
IN_DOUBT - Static variable in class com.atomikos.icatch.TxState
 
init(TSInitInfo) - Method in interface com.atomikos.icatch.config.UserTransactionService
Deprecated. Use the property-based init method instead.
init(Properties) - Method in interface com.atomikos.icatch.config.UserTransactionService
 
init(TSInitInfo) - Method in class com.atomikos.icatch.config.UserTransactionServiceImp
 
init() - Method in class com.atomikos.icatch.config.UserTransactionServiceImp
Convenience init method for DI containers like Spring.
init(Properties) - Method in class com.atomikos.icatch.config.UserTransactionServiceImp
 
init(Properties) - Method in interface com.atomikos.icatch.TransactionService
Initializes the TM, and recovers.
init(boolean, Properties) - Method in interface com.atomikos.icatch.TSListener
Called before and after initialization.
isAncestorOf(CompositeTransaction) - Method in interface com.atomikos.icatch.CompositeTransaction
 
isClosed() - Method in interface com.atomikos.datasource.RecoverableResource
Tests if the resource is closed.
isDescendantOf(CompositeTransaction) - Method in interface com.atomikos.icatch.CompositeTransaction
 
isLocal() - Method in interface com.atomikos.icatch.CompositeTransaction
 
isRecoverableWhileActive() - Method in interface com.atomikos.icatch.CompositeCoordinator
Checks whether the instance is recoverable in the active state.
isRelatedTransaction(CompositeTransaction) - Method in interface com.atomikos.icatch.CompositeTransaction
 
isRoot() - Method in interface com.atomikos.icatch.CompositeTransaction
 
isSameRM(RecoverableResource) - Method in interface com.atomikos.datasource.RecoverableResource
Tests if a resource is the same as another one.
isSameTransaction(CompositeTransaction) - Method in interface com.atomikos.icatch.CompositeTransaction
 
isSerial() - Method in interface com.atomikos.icatch.CompositeTransaction
Serial mode is an optimized way for lock inheritance: no locks among related transactions are necessary if all related transactions are executed serially with respect to each other.
isSerial() - Method in interface com.atomikos.icatch.Propagation
 

L

LOCALLY_DONE - Static variable in class com.atomikos.icatch.TxState
 
LogAdministrator - Interface in com.atomikos.icatch.admin
Representation of an administrator facility for log inspection and termination of active transactions.
LogControl - Interface in com.atomikos.icatch.admin
The system's admin interface that is exposed to LogAdministrators.

M

MARKED_ABORT - Static variable in class com.atomikos.icatch.TxState
 
msgs_ - Variable in exception com.atomikos.icatch.HeurCommitException
 
msgs_ - Variable in exception com.atomikos.icatch.HeurHazardException
 
msgs_ - Variable in exception com.atomikos.icatch.HeurMixedException
 
msgs_ - Variable in exception com.atomikos.icatch.HeurRollbackException
 
myMsgs - Variable in exception com.atomikos.datasource.HeuristicException
 

N

NO_FILE_PROPERTY_NAME - Static variable in class com.atomikos.icatch.config.UserTransactionServiceImp
Constant denoting the system property name that suggest NOT to use any configuration file for the transaction service's properties.

P

Participant - Interface in com.atomikos.icatch
A participant for (distributed) two-phase commit of composite transactions.
prepare() - Method in interface com.atomikos.icatch.Participant
Prepares the participant.
PREPARING - Static variable in class com.atomikos.icatch.TxState
 
printStackTrace() - Method in exception com.atomikos.icatch.SysException
 
Propagation - Interface in com.atomikos.icatch
Information about the transaction context that can be shipped along with remote request, to make the other side participate in the transaction present for the current thread in this VM.

R

READ_ONLY - Static variable in interface com.atomikos.icatch.Participant
Indicates that no commit/rollback is needed after prepare.
readData(DataInput) - Method in interface com.atomikos.icatch.DataSerializable
 
recover(Participant) - Method in interface com.atomikos.datasource.RecoverableResource
Recovers the partially reconstructed Participant.
recover() - Method in interface com.atomikos.icatch.Participant
Called by the transaction manager (TM) at recovery time, and this should reconstruct the internal state.
recover() - Method in interface com.atomikos.icatch.RecoveryService
Asks the TM to recover.
RecoverableResource - Interface in com.atomikos.datasource
A Recoverable Resource is the abstraction of a resource that supports recoverable work (i.e., that supports Participant instances).
RecoveryCoordinator - Interface in com.atomikos.icatch
A handle to contact by an indoubt participant on timeout or restart, to resolve the outcome.
RecoveryService - Interface in com.atomikos.icatch
A handle to the TM that resources can use to recover.
recreateCompositeTransaction(Propagation, boolean, boolean) - Method in interface com.atomikos.icatch.TransactionService
Recreates a composite transaction based on an imported context.
registerLogAdministrator(LogAdministrator) - Method in interface com.atomikos.icatch.config.TSInitInfo
Deprecated. Do this through the UserTransactionService instead.
registerLogAdministrator(LogAdministrator) - Method in interface com.atomikos.icatch.config.UserTransactionService
Registers a LogAdministrator instance for administration.
registerLogAdministrator(LogAdministrator) - Method in class com.atomikos.icatch.config.UserTransactionServiceImp
 
registerLogControl(LogControl) - Method in interface com.atomikos.icatch.admin.LogAdministrator
Registers (adds) a LogControl instance to the administrator.
registerResource(RecoverableResource) - Method in interface com.atomikos.icatch.config.TSInitInfo
Deprecated. Do this through the UserTransactionService instead.
registerResource(RecoverableResource) - Method in interface com.atomikos.icatch.config.UserTransactionService
Registers a new resource for recovery.
registerResource(RecoverableResource) - Method in class com.atomikos.icatch.config.UserTransactionServiceImp
 
registerSynchronization(Synchronization) - Method in interface com.atomikos.icatch.CompositeTransaction
 
registerTSListener(TSListener) - Method in interface com.atomikos.icatch.config.UserTransactionService
Registers a listener with the transaction service.
registerTSListener(TSListener) - Method in class com.atomikos.icatch.config.UserTransactionServiceImp
 
removeLogAdministrator(LogAdministrator) - Method in interface com.atomikos.icatch.config.UserTransactionService
Removes the given log administrator.
removeLogAdministrator(LogAdministrator) - Method in class com.atomikos.icatch.config.UserTransactionServiceImp
 
removeResource(RecoverableResource) - Method in interface com.atomikos.icatch.config.UserTransactionService
Removes the given resource.
removeResource(RecoverableResource) - Method in class com.atomikos.icatch.config.UserTransactionServiceImp
 
removeTSListener(TSListener) - Method in interface com.atomikos.icatch.config.UserTransactionService
Removes a listener from the transaction service.
removeTSListener(TSListener) - Method in class com.atomikos.icatch.config.UserTransactionServiceImp
 
removeTSListener(TSListener) - Method in interface com.atomikos.icatch.TransactionService
Removes a listener from the transaction service.
replayCompletion(Participant) - Method in interface com.atomikos.icatch.RecoveryCoordinator
Asks for a repetition of completion.
ResourceException - Exception in com.atomikos.datasource
Exception on the level of the resource manager.
ResourceException(String) - Constructor for exception com.atomikos.datasource.ResourceException
 
ResourceException(String, Stack) - Constructor for exception com.atomikos.datasource.ResourceException
Deprecated.  
ResourceException(Stack) - Constructor for exception com.atomikos.datasource.ResourceException
Deprecated.  
ResourceException(String, Throwable) - Constructor for exception com.atomikos.datasource.ResourceException
 
ResourceTransaction - Interface in com.atomikos.datasource
The notion of a local transaction executed on a resource.
resume() - Method in interface com.atomikos.datasource.ResourceTransaction
Resumes a previously suspended tx.
resume(CompositeTransaction) - Method in interface com.atomikos.icatch.CompositeTransactionManager
Re-maps the calling thread to the given transaction.
rollback() - Method in interface com.atomikos.icatch.CompositeTerminator
Deprecated. Rollback the current transaction.
rollback() - Method in interface com.atomikos.icatch.CompositeTransaction
Rollback of the current transaction.
rollback() - Method in interface com.atomikos.icatch.Participant
Rollback of the participant's work.
RollbackException - Exception in com.atomikos.icatch
An exception indicating that a transaction has already been rolled back.
RollbackException(String) - Constructor for exception com.atomikos.icatch.RollbackException
 
RollbackException(String, Throwable) - Constructor for exception com.atomikos.icatch.RollbackException
 
RollbackException() - Constructor for exception com.atomikos.icatch.RollbackException
 
rolledback(CompositeTransaction) - Method in interface com.atomikos.icatch.SubTxAwareParticipant
Notification that some transaction has been rolledback.

S

setCascadeList(Dictionary) - Method in interface com.atomikos.icatch.Participant
For cascading 2PC, this method sets the information needed to cascade.
setGlobalSiblingCount(int) - Method in interface com.atomikos.icatch.Participant
Set by the root coordinator: the total no of siblings detected.
setInitialLogAdministrators(List<LogAdministrator>) - Method in class com.atomikos.icatch.config.UserTransactionServiceImp
Dependency injection of all administrators to be added during init.
setInitialRecoverableResources(List<RecoverableResource>) - Method in class com.atomikos.icatch.config.UserTransactionServiceImp
Dependency injection of all resources to be added during init.
setInitialTSListeners(List<TSListener>) - Method in class com.atomikos.icatch.config.UserTransactionServiceImp
Dependency injection of all listeners to be added during init.
setProperties(Properties) - Method in interface com.atomikos.icatch.config.TSInitInfo
Deprecated. Sets the properties that the transaction service should use.
setProperty(String, String) - Method in interface com.atomikos.icatch.CompositeTransaction
Sets metadata property information on the transaction object.
setProperty(String, String) - Method in interface com.atomikos.icatch.config.TSInitInfo
Deprecated. Set the initialization property with the given name
setRecoverableWhileActive() - Method in interface com.atomikos.icatch.CompositeCoordinator
Sets this coordinator to be recoverable while active.
setRecoveryService(RecoveryService) - Method in interface com.atomikos.datasource.RecoverableResource
Initializes this resource with the recovery service.
setRollbackOnly() - Method in interface com.atomikos.icatch.CompositeTransaction
Marks the transaction so that the only possible termination is rollback.
setRollbackOnly() - Method in interface com.atomikos.icatch.TransactionControl
Deprecated. Marks the transaction so that the only possible termination is rollback.
setSerial() - Method in interface com.atomikos.icatch.CompositeTransaction
Sets the serial mode.
setSerial() - Method in interface com.atomikos.icatch.TransactionControl
Deprecated. Set serial mode for root.
setTag(HeuristicMessage) - Method in interface com.atomikos.icatch.CompositeTransaction
Sets the tag for this transaction.
setTag(HeuristicMessage) - Method in interface com.atomikos.icatch.TransactionControl
Deprecated. Sets the tag for this transaction.
shutdown(boolean) - Method in interface com.atomikos.icatch.config.UserTransactionService
Shuts down the core.
shutdown(boolean) - Method in class com.atomikos.icatch.config.UserTransactionServiceImp
 
shutdown(boolean) - Method in interface com.atomikos.icatch.TransactionService
Shuts down the server in a clean way.
shutdown(boolean) - Method in interface com.atomikos.icatch.TSListener
Called before and after shutdown.
shutdownForce() - Method in class com.atomikos.icatch.config.UserTransactionServiceImp
Convenience shutdown method for DI containers like Spring.
shutdownWait() - Method in class com.atomikos.icatch.config.UserTransactionServiceImp
Convenience shutdown method for DI containers like Spring.
STATE_ABORTING - Static variable in interface com.atomikos.icatch.admin.AdminTransaction
 
STATE_ACTIVE - Static variable in interface com.atomikos.icatch.admin.AdminTransaction
 
STATE_COMMITTING - Static variable in interface com.atomikos.icatch.admin.AdminTransaction
 
STATE_HEUR_ABORTED - Static variable in interface com.atomikos.icatch.admin.AdminTransaction
 
STATE_HEUR_COMMITTED - Static variable in interface com.atomikos.icatch.admin.AdminTransaction
 
STATE_HEUR_HAZARD - Static variable in interface com.atomikos.icatch.admin.AdminTransaction
 
STATE_HEUR_MIXED - Static variable in interface com.atomikos.icatch.admin.AdminTransaction
 
STATE_PREPARED - Static variable in interface com.atomikos.icatch.admin.AdminTransaction
 
STATE_PREPARING - Static variable in interface com.atomikos.icatch.admin.AdminTransaction
 
STATE_TERMINATED - Static variable in interface com.atomikos.icatch.admin.AdminTransaction
 
STATE_UNKNOWN - Static variable in interface com.atomikos.icatch.admin.AdminTransaction
 
string_ - Variable in class com.atomikos.icatch.StringHeuristicMessage
 
StringHeuristicMessage - Class in com.atomikos.icatch
A default heuristic message implementation.
StringHeuristicMessage(String) - Constructor for class com.atomikos.icatch.StringHeuristicMessage
 
SubTxAwareParticipant - Interface in com.atomikos.icatch
A participant that wants to be notified of local termination of a node in a nested transaction tree.
SubTxCode - Interface in com.atomikos.icatch
An interface for transactional threads.
supportsExport() - Method in interface com.atomikos.icatch.config.TSMetaData
Deprecated. Test if export of transactions is supported.
supportsImport() - Method in interface com.atomikos.icatch.config.TSMetaData
Deprecated. Test if import of transactions is supported.
suspend() - Method in interface com.atomikos.datasource.ResourceTransaction
Suspends the work, so that underlying resources can be used for a next (sibling) invocation.
suspend() - Method in interface com.atomikos.icatch.CompositeTransactionManager
Suspends the transaction context for the current thread.
SUSPENDED - Static variable in class com.atomikos.icatch.TxState
 
Synchronization - Interface in com.atomikos.icatch
A synchronization inferface for transaction termination callbacks.
SysException - Exception in com.atomikos.icatch
An exception for unexpected system errors with nested information.
SysException(String) - Constructor for exception com.atomikos.icatch.SysException
 
SysException(String, Throwable) - Constructor for exception com.atomikos.icatch.SysException
 
SysException(String, Stack<Exception>) - Constructor for exception com.atomikos.icatch.SysException
Deprecated.  

T

terminated(boolean) - Method in interface com.atomikos.icatch.ImportingTransactionManager
Signals that the incoming request is done processing, in order to terminate the transaction context for the calling thread.
TERMINATED - Static variable in class com.atomikos.icatch.TxState
 
toString() - Method in interface com.atomikos.icatch.HeuristicMessage
 
toString() - Method in class com.atomikos.icatch.StringHeuristicMessage
 
toString() - Method in class com.atomikos.icatch.TxState
 
TransactionAbortedEvent - Class in com.atomikos.icatch.event.transaction
 
TransactionAbortedEvent(String) - Constructor for class com.atomikos.icatch.event.transaction.TransactionAbortedEvent
 
TransactionalResource - Interface in com.atomikos.datasource
Represents the abstraction of a data source that supports transactions and recovery.
TransactionCommittedEvent - Class in com.atomikos.icatch.event.transaction
 
TransactionCommittedEvent(String) - Constructor for class com.atomikos.icatch.event.transaction.TransactionCommittedEvent
 
TransactionControl - Interface in com.atomikos.icatch
Deprecated. As from release 3.0, the methods of this interface have been moved to the basic CompositeTransaction interface.
TransactionCreatedEvent - Class in com.atomikos.icatch.event.transaction
 
TransactionCreatedEvent(String) - Constructor for class com.atomikos.icatch.event.transaction.TransactionCreatedEvent
 
TransactionEvent - Class in com.atomikos.icatch.event.transaction
Domain event raised whenever something significant happens in the transaction life cycle.
TransactionEvent(String) - Constructor for class com.atomikos.icatch.event.transaction.TransactionEvent
 
TransactionHeuristicEvent - Class in com.atomikos.icatch.event.transaction
Signals heuristic outcomes.
TransactionHeuristicEvent(String) - Constructor for class com.atomikos.icatch.event.transaction.TransactionHeuristicEvent
 
transactionId - Variable in class com.atomikos.icatch.event.transaction.TransactionEvent
 
TransactionReadOnlyEvent - Class in com.atomikos.icatch.event.transaction
 
TransactionReadOnlyEvent(String) - Constructor for class com.atomikos.icatch.event.transaction.TransactionReadOnlyEvent
 
TransactionService - Interface in com.atomikos.icatch
This internal interface is the base interface for creating transactions.
TSInitInfo - Interface in com.atomikos.icatch.config
Deprecated. This interface has been replaced by regular properties on the UserTransactionService and UserTransactionServiceFactory classes.
TSListener - Interface in com.atomikos.icatch
A listener interface for transaction service startup and shutdown events.
TSMetaData - Interface in com.atomikos.icatch.config
Deprecated.  
TxState - Class in com.atomikos.icatch
A state implementation for a distributed transaction system.

U

UserTransactionService - Interface in com.atomikos.icatch.config
The user's (client program) view of the transaction manager's configuration, with all the information the client program needs.
UserTransactionServiceFactory - Interface in com.atomikos.icatch.config
A factory for UserTransactionService instances.
UserTransactionServiceImp - Class in com.atomikos.icatch.config
This is the main class for creating a UserTransactionService instance.
UserTransactionServiceImp() - Constructor for class com.atomikos.icatch.config.UserTransactionServiceImp
Default constructor.
UserTransactionServiceImp(Properties) - Constructor for class com.atomikos.icatch.config.UserTransactionServiceImp
Constructs a new instance and initializes it with the given properties.

V

valueOf(String) - Static method in class com.atomikos.icatch.TxState
 

W

wasCommitted() - Method in interface com.atomikos.icatch.admin.AdminTransaction
Tests if the transaction's 2PC outcome was commit.
writeData(DataOutput) - Method in interface com.atomikos.icatch.DataSerializable
 

A B C D E F G H I L M N P R S T U V W

Copyright © 2013. All Rights Reserved.