|
|||||||||
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.avm.wf.AVMSubmitTransactionListener
public class AVMSubmitTransactionListener
Gets callbacks at critical moments within a transaction (commit, rollback, etc.) to perform JMX update notifications to the virtualization server.
Constructor Summary | |
---|---|
AVMSubmitTransactionListener()
|
Method Summary | |
---|---|
void |
afterCommit()
Notify virtualization server that webapps in workflow sandbox are not longer needed, and possibly trigger a notification instrucing the virtualization server to reload staging and every virtual webapp that depends on it. |
void |
afterRollback()
Handle failed transaction. |
Methods inherited from class org.alfresco.repo.transaction.TransactionListenerAdapter |
---|
beforeCommit, beforeCompletion, flush |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AVMSubmitTransactionListener()
Method Detail |
---|
public void afterCommit()
afterCommit
in interface TransactionListener
afterCommit
in class TransactionListenerAdapter
public void afterRollback()
afterRollback
in interface TransactionListener
afterRollback
in class TransactionListenerAdapter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |