|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@StableMinor(version="4.1", sinceVersion="4.0") public interface ITransactionObserver
Observer that wants to be notificated about an ITransaction
's
events.
Instances of this interface that need to be stateful should not be shared between multiple transactions.
AbstractTransactionObserver
Method Summary | |
---|---|
void |
afterCommit()
Called by the observed transaction just after the commit operation. |
void |
afterRollback()
Called by the observed transaction just after the rollback operation. |
boolean |
beforeCommit()
Called by the observed transaction just before the commit operation. |
void |
beforeRollback()
Called by the observed transaction just before the rollback operation. |
Method Detail |
---|
boolean beforeCommit() throws PortalException
PortalException
void afterCommit() throws PortalException
PortalException
void beforeRollback() throws PortalException
PortalException
void afterRollback() throws PortalException
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |