Interface | Description |
---|---|
DoNotRetryException |
Marker interface for the exceptions that should not trigger retries, regardless of
the contained causal exceptions.
|
RetryingTransactionHelper.RetryingTransactionCallback<Result> |
Callback interface
|
TransactionalDao |
Contract for a DAO to interact with a transaction.
|
TransactionListener |
Listener for Alfresco-specific transaction callbacks.
|
TransactionUtil.TransactionWork<Result> | Deprecated |
Class | Description |
---|---|
AlfrescoTransactionSupport |
Repo Specific Helper class to manage transaction synchronization.
|
CheckTransactionAdvice |
A wrapper that checks that a transaction is present.
|
DummyTransactionService |
Simple implementation of the transaction service that serve up
entirely useless user transactions.
|
RetryingTransactionAdvice |
A this advice wrapper around the
RetryingTransactionHelper . |
RetryingTransactionHelper |
A helper that runs a unit of work inside a UserTransaction,
transparently retrying the unit of work if the cause of
failure is an optimistic locking or deadlock condition.
|
RetryingTransactionInterceptor | |
SingleEntryTransactionResourceInterceptor |
This interceptor gathers basic method call statistics and calls the
resource managers for
further processing. |
TransactionalDaoInterceptor |
Utility class that ensures that a NodeDaoService has been registered
with the current transaction.
|
TransactionalResourceHelper |
Helper class that will look up or create transactional resources.
|
TransactionAwareSingleton<T> |
A transactionally-safe storage class for singleton objects.
|
TransactionListenerAdapter | Deprecated
Since 5.0, use
TransactionListenerAdapter |
TransactionServiceImpl |
Default implementation of Transaction Service.
|
TransactionUtil | Deprecated
Use a
RetryingTransactionHelper instance |
Enum | Description |
---|---|
AlfrescoTransactionSupport.TxnReadState |
Exception | Description |
---|---|
AlfrescoTransactionException |
Simple concrete implementation of the base class.
|
RetryingTransactionInterceptor.WrapperException | |
TooBusyException |
An exception thrown by
RetryingTransactionHelper when its maxExecutionMs property is set and there isn't
enough capacity to execute / retry the transaction. |
Copyright © 2005–2017 Alfresco Software. All rights reserved.