public class WorkflowDeployer.WorkflowDeployerTransactionListener extends TransactionListenerAdapter
| Constructor and Description |
|---|
WorkflowDeployerTransactionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterCommit()
Invoked after transaction commit.
|
afterRollback, beforeCommit, beforeCompletion, flushpublic 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 org.alfresco.util.transaction.TransactionListenerafterCommit in class TransactionListenerAdapterCopyright © 2005–2018 Alfresco Software. All rights reserved.