|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
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.cmt | The Component Model Tool, an API for manipulating Java source code. |
oracle.jdeveloper.java | Public API for the java model. |
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.cmt |
---|
Methods in oracle.jdeveloper.cmt with parameters of type SourceTransaction | |
---|---|
boolean |
CmtPackages.commitTransaction(SourceTransaction trans, TransactionDescriptor descriptor) |
Uses of SourceTransaction in oracle.jdeveloper.java |
---|
Methods in oracle.jdeveloper.java that return SourceTransaction | |
---|---|
SourceTransaction |
JavaManager.beginTransaction(SourceFile sourceFile) Starts a transaction on the given sourceFile. |
Methods in oracle.jdeveloper.java with parameters of type SourceTransaction | |
---|---|
boolean |
JavaManager.commitTransaction(SourceTransaction openTransaction) Commit the specified open transaction. |
boolean |
JavaManager.commitTransaction(SourceTransaction openTransaction, java.lang.String undoText) Commit the specified open transaction. |
boolean |
JavaManager.commitTransaction(SourceTransaction openTransaction, TransactionDescriptor txnDescriptor) Commit the specified open transaction. |
boolean |
JavaManager.commitTransactionNoUndo(SourceTransaction openTransaction) Commit the specified open transaction. |
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) |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |