Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.javatools.parser.java.v2.write
Interface SourceTransactionListener


public interface SourceTransactionListener

Listens to state changes on a SourceTransaction.


Field Summary
static SourceTransactionListener[] EMPTY_ARRAY
           

 

Method Summary
 void changeUpdate(SourceTransaction transaction, SourceChange change)
          A source change has been executed.
 void closeUpdate(SourceTransaction transaction, boolean commit)
          This transaction has been closed.

 

Field Detail

EMPTY_ARRAY

static final SourceTransactionListener[] EMPTY_ARRAY

Method Detail

changeUpdate

void changeUpdate(SourceTransaction transaction,
                  SourceChange change)
A source change has been executed.
Parameters:
change - Not implemented yet. Null right now.

closeUpdate

void closeUpdate(SourceTransaction transaction,
                 boolean commit)
This transaction has been closed.
Parameters:
commit - True means this transaction was commited. False means this transaction was aborted.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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