|
|||||||||
| 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 reference| Method Detail |
|---|
public 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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||