Overview  Package  Class   Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

Uses of Interface
org.alfresco.repo.transaction.RetryingTransactionHelper.RetryingTransactionCallback
Packages that use org.alfresco.repo.transaction.RetryingTransactionHelper.RetryingTransactionCallback
org.alfresco.repo.transaction
Uses of RetryingTransactionHelper.RetryingTransactionCallback in 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.

Overview  Package  Class   Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

Copyright © 2005–2018 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.