public class PostTxnCallbackScheduler extends Object
| Constructor and Description |
|---|
PostTxnCallbackScheduler() |
| Modifier and Type | Method and Description |
|---|---|
void |
scheduleRendition(RetryingTransactionHelper.RetryingTransactionCallback callback,
String uniqueId) |
void |
setTransactionService(TransactionService transactionService) |
public void setTransactionService(TransactionService transactionService)
public void scheduleRendition(RetryingTransactionHelper.RetryingTransactionCallback callback, String uniqueId)
callback - The callback to be scheduled in a post-commit phaseuniqueId - The unique id of the callback. Consecutive requests to schedule the callback with the same id
will overwrite the previously scheduled one.Copyright © 2005–2018 Alfresco Software. All rights reserved.