Package org.alfresco.repo.transaction
package org.alfresco.repo.transaction
-
ClassDescriptionSimple concrete implementation of the base class.Repo Specific Helper class to manage transaction synchronization.A wrapper that checks that a transaction is present.Marker interface for the exceptions that should not trigger retries, regardless of the contained causal exceptions.Simple implementation of the transaction service that serve up entirely useless user transactions.A this advice wrapper around the
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.Callback interfaceThis interceptor gathers basic method call statistics and calls theresource managersfor further processing.An exception thrown byRetryingTransactionHelperwhen its maxExecutionMs property is set and there isn't enough capacity to execute / retry the transaction.Contract for a DAO to interact with a transaction.Utility class that ensures that a NodeDaoService has been registered with the current transaction.Helper class that will look up or create transactional resources.A transactionally-safe storage class for singleton objects.Listener for Alfresco-specific transaction callbacks.Deprecated.Default implementation of Transaction Service.Deprecated.Use aRetryingTransactionHelperinstanceTransactionUtil.TransactionWork<Result>Deprecated.
TransactionListenerAdapter