@StableMinor(version="12.5", sinceVersion="4.0") public interface ITransactionObserver
ITransaction
's
events.
Instances of this interface that need to be stateful should not be shared between multiple transactions.
AbstractTransactionObserver
Modifier and Type | Method and Description |
---|---|
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.
|
boolean beforeCommit() throws PortalException
PortalException
void afterCommit() throws PortalException
PortalException
void beforeRollback() throws PortalException
PortalException
void afterRollback() throws PortalException
PortalException
LumisXP 12.5.0.200928 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.