public abstract class BusLogicUnitBase
extends java.lang.Object
| Constructor and Description | 
|---|
| BusLogicUnitBase() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | afterCommit(Row row,
           TransactionEvent event) | 
| void | afterPost(Row row,
         TransactionEvent event) | 
| void | beforeCommit(Row row,
            TransactionEvent event) | 
| void | beforePost(Row row,
          TransactionEvent event) | 
public void beforePost(Row row, TransactionEvent event)
public void afterPost(Row row, TransactionEvent event)
public void beforeCommit(Row row, TransactionEvent event)
public void afterCommit(Row row, TransactionEvent event)