| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
AlfrescoRpcAuthenticator.doInTransaction(RetryingTransactionHelper.RetryingTransactionCallback<T> callback)
Does work in a transaction.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T2> T2 |
AbstractLuceneIndexerImpl.doInReadthroughTransaction(RetryingTransactionHelper.RetryingTransactionCallback<T2> callback) |
| Modifier and Type | Method and Description |
|---|---|
<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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PostTxnCallbackScheduler.scheduleRendition(RetryingTransactionHelper.RetryingTransactionCallback callback,
String uniqueId) |
Copyright © 2005–2018 Alfresco Software. All rights reserved.