|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.transaction.TransactionListenerAdapter
org.alfresco.repo.action.AsynchronousActionExecutionQueueImpl.CallbackTransactionListener
public class AsynchronousActionExecutionQueueImpl.CallbackTransactionListener
Transaction listener used to invoke callback policies
Constructor Summary | |
---|---|
AsynchronousActionExecutionQueueImpl.CallbackTransactionListener(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
Constructor |
Method Summary | |
---|---|
void |
afterCommit()
Invoked after transaction commit. |
Methods inherited from class org.alfresco.repo.transaction.TransactionListenerAdapter |
---|
afterRollback, beforeCommit, beforeCompletion, flush |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AsynchronousActionExecutionQueueImpl.CallbackTransactionListener(Action action, org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
action
- actionactionedUponNodeRef
- actioned upon node referenceMethod Detail |
---|
public void afterCommit()
TransactionListenerAdapter
Any exceptions generated here will cause the transaction to rollback.
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 TransactionListener
afterCommit
in class TransactionListenerAdapter
TransactionListenerAdapter.afterCommit()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |