Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


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 Reference
11g Release 1 (11.1.1.9.0)

E52944-01


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