Skip navigation links

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

E17493-04


Uses of Interface
oracle.javatools.parser.java.v2.write.SourceTransaction

Packages that use SourceTransaction
oracle.javatools.parser.java.v2.model The parser model API. 
oracle.javatools.parser.java.v2.write API involved with writing. 
oracle.jdeveloper.java.provider Public implementations of the JavaFileProvider interface. 

 

Uses of SourceTransaction in oracle.javatools.parser.java.v2.model

 

Methods in oracle.javatools.parser.java.v2.model that return SourceTransaction
 SourceTransaction SourceFile.beginTransaction()
          Locks (and implicitly pins) the text buffer and indicates a new transaction.
 SourceTransaction SourceFile.getTransaction()
          Gets the pending transaction, null if none.

 

Uses of SourceTransaction in oracle.javatools.parser.java.v2.write

 

Methods in oracle.javatools.parser.java.v2.write with parameters of type SourceTransaction
 void SourceFileListener.changeUpdate(SourceFile file, SourceTransaction transaction)
          A transaction was committed against this source file.
 void SourceTransactionListener.changeUpdate(SourceTransaction transaction, SourceChange change)
          A source change has been executed.
 void SourceTransactionListener.closeUpdate(SourceTransaction transaction, boolean commit)
          This transaction has been closed.

 

Uses of SourceTransaction in oracle.jdeveloper.java.provider

 

Methods in oracle.jdeveloper.java.provider with parameters of type SourceTransaction
 void CachedFileProvider.SourceFileTracker.changeUpdate(SourceFile file, SourceTransaction transaction)
           

 


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.