Package org.alfresco.repo.workflow
Class WorkflowDeployer.WorkflowDeployerTransactionListener
java.lang.Object
org.alfresco.repo.transaction.TransactionListenerAdapter
org.alfresco.repo.workflow.WorkflowDeployer.WorkflowDeployerTransactionListener
- All Implemented Interfaces:
TransactionListener,org.alfresco.util.transaction.TransactionListener
- Enclosing class:
- WorkflowDeployer
public class WorkflowDeployer.WorkflowDeployerTransactionListener
extends TransactionListenerAdapter
Workflow deployer transaction listener class.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.alfresco.repo.transaction.TransactionListenerAdapter
afterRollback, beforeCommit, beforeCompletion, flushMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.alfresco.util.transaction.TransactionListener
getCustomOrder
-
Constructor Details
-
WorkflowDeployerTransactionListener
public WorkflowDeployerTransactionListener()
-
-
Method Details
-
afterCommit
public void afterCommit()Description copied from class:TransactionListenerAdapterInvoked after transaction commit.Any 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.
- Specified by:
afterCommitin interfaceTransactionListener- Specified by:
afterCommitin interfaceorg.alfresco.util.transaction.TransactionListener- Overrides:
afterCommitin classTransactionListenerAdapter
-