| Package | Description |
|---|---|
| org.alfresco.filesys.auth.cifs |
Provides authentication implementations for CIFS
|
| org.alfresco.filesys.auth.nfs | |
| org.alfresco.repo.search.impl.lucene | |
| org.alfresco.repo.transaction |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
CifsAuthenticatorBase.doInTransaction(RetryingTransactionHelper.RetryingTransactionCallback<T> callback)
Does work in a transaction.
|
| 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.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.