| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdeveloper.vcs.spi.VCSSingleSaveObserver
VCSSingleNodeObserver.
public class VCSSingleSaveObserver
Observer class to flush a status cache on file save notifications.
| Constructor Summary | |
|---|---|
VCSSingleSaveObserver(VCSStatusCache cache)
Deprecated. Constructor.  | 
|
| Method Summary | |
|---|---|
protected  void | 
clearStatusCache(java.net.URL url)
Deprecated. Clears the internal status cache for the given URL, and any parent directories.  | 
 VCSStatusCache | 
getStatusCache()
Deprecated. Gets the status cache of this save observer.  | 
protected  boolean | 
isStateChange(java.net.URL url)
Deprecated. Returns true if the specified url can change state due to a save operation.  | 
 void | 
update(java.lang.Object observed,
       UpdateMessage change)
Deprecated. Notification message.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public VCSSingleSaveObserver(VCSStatusCache cache)
cache - the status cache for the save observer.| Method Detail | 
|---|
public VCSStatusCache getStatusCache()
protected boolean isStateChange(java.net.URL url)
url - the url to check
protected void clearStatusCache(java.net.URL url)
url - the url to clear from the status cache.
public void update(java.lang.Object observed,
                   UpdateMessage change)
Observer
update in interface Observerobserved - the subject whose state has changed.change - what has changed.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||