@StableMinor(version="12.3", sinceVersion="4.0") public abstract class AbstractTransactionObserver extends Object implements ITransactionObserver
ITransactionObserver
that does not affect the
outrun of a transaction. Intended for making the implementation of
ITransactionObserver
easier by extending this class.Constructor and Description |
---|
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.
|
public void afterCommit() throws PortalException
ITransactionObserver
afterCommit
in interface ITransactionObserver
PortalException
public void afterRollback() throws PortalException
ITransactionObserver
afterRollback
in interface ITransactionObserver
PortalException
public boolean beforeCommit() throws PortalException
ITransactionObserver
beforeCommit
in interface ITransactionObserver
PortalException
public void beforeRollback() throws PortalException
ITransactionObserver
beforeRollback
in interface ITransactionObserver
PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.