public class AsynchronousActionExecutionQueueImpl.CallbackTransactionListener extends TransactionListenerAdapter
| Constructor and Description |
|---|
AsynchronousActionExecutionQueueImpl.CallbackTransactionListener(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterCommit()
Invoked after transaction commit.
|
afterRollback, beforeCommit, beforeCompletion, flushpublic AsynchronousActionExecutionQueueImpl.CallbackTransactionListener(Action action, org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
action - actionactionedUponNodeRef - actioned upon node referencepublic void afterCommit()
TransactionListenerAdapterAny exceptions generated here will only be logged and will have no effect on the state of the transaction.
Although all transaction resources are still available, this method should be used only for cleaning up resources after a commit has occured.
afterCommit in interface TransactionListenerafterCommit in class TransactionListenerAdapterTransactionListenerAdapter.afterCommit()Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.