Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

oracle.jbo.server
Class BusLogicUnitBase

java.lang.Object
  extended by oracle.jbo.server.BusLogicUnitBase

public abstract class BusLogicUnitBase
extends java.lang.Object


Constructor Summary
BusLogicUnitBase()
           
 
Method Summary
 void afterCommit(Row row, TransactionEvent event)
           
 void afterPost(Row row, TransactionEvent event)
           
 void beforeCommit(Row row, TransactionEvent event)
           
 void beforePost(Row row, TransactionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusLogicUnitBase

public BusLogicUnitBase()
Method Detail

beforePost

public void beforePost(Row row,
                       TransactionEvent event)

afterPost

public void afterPost(Row row,
                      TransactionEvent event)

beforeCommit

public void beforeCommit(Row row,
                         TransactionEvent event)

afterCommit

public void afterCommit(Row row,
                        TransactionEvent event)

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

Copyright © 1997, 2011, Oracle. All rights reserved.