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

E13403-07

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.

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

E13403-07

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