| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdeveloper.java.provider.CachedFileProvider.SourceFileTracker
protected class CachedFileProvider.SourceFileTracker
The SourceFileTracker just listens to SourceFile instances that we create/cache, expiring them from our cache when they get modified outside of a transaction.
| Field Summary | 
|---|
| Fields inherited from interface oracle.javatools.parser.java.v2.write.SourceFileListener | 
|---|
| EMPTY_ARRAY | 
| Constructor Summary | |
|---|---|
| protected  | CachedFileProvider.SourceFileTracker(SourceFile sourceFile,
                                     java.net.URL sourceURL) | 
| Method Summary | |
|---|---|
|  void | changeUpdate(SourceFile file,
             SourceTransaction transaction)A transaction was committed against this source file. | 
|  void | expiredUpdate(SourceFile file)The originating SourceFile instance has expired and is now invalid. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
protected CachedFileProvider.SourceFileTracker(SourceFile sourceFile,
                                               java.net.URL sourceURL)
| Method Detail | 
|---|
public void expiredUpdate(SourceFile file)
SourceFileListener
expiredUpdate in interface SourceFileListener
public void changeUpdate(SourceFile file,
                         SourceTransaction transaction)
SourceFileListener
changeUpdate in interface SourceFileListenertransaction - A committed transaction.| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||