|
Packages that use org.alfresco.repo.transaction.RetryingTransactionHelper.RetryingTransactionCallback | ||
org.alfresco.repo.transaction |
Methods in org.alfresco.repo.transaction with parameters of type RetryingTransactionHelper.RetryingTransactionCallback | |
<R> R |
RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.RetryingTransactionCallback<R> cb) Execute a callback in a transaction until it succeeds, fails because of an error not the result of an optimistic locking failure, or a deadlock loser failure, or until a maximum number of retries have been attempted. |
<R> R |
RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.RetryingTransactionCallback<R> cb, boolean readOnly) Execute a callback in a transaction until it succeeds, fails because of an error not the result of an optimistic locking failure, or a deadlock loser failure, or until a maximum number of retries have been attempted. |
<R> R |
RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.RetryingTransactionCallback<R> cb, boolean readOnly, boolean requiresNew) Execute a callback in a transaction until it succeeds, fails because of an error not the result of an optimistic locking failure, or a deadlock loser failure, or until a maximum number of retries have been attempted. |
|