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

E17493-01

oracle.jdeveloper.vcs.changelist
Class ChangeListLocalStatusCache

java.lang.Object
  extended by java.util.Observable
      extended by oracle.jdeveloper.vcs.spi.VCSURLBasedCache
          extended by oracle.jdeveloper.vcs.changelist.ChangeListLocalStatusCache
All Implemented Interfaces:
java.util.Observer

Deprecated. not replaced. The use of this class is no longer required because the change list will create a local cache onto the global (extension-wide) cache. The global cache instance should now be passed through to ChangeList.setStatusCache(oracle.jdeveloper.vcs.spi.VCSStatusCache).

@Deprecated
public class ChangeListLocalStatusCache
extends VCSURLBasedCache
implements java.util.Observer


Constructor Summary
ChangeListLocalStatusCache(VCSURLBasedCache globalCache)
          Deprecated.  
 
Method Summary
 VCSURLBasedCache getGlobalCache()
          Deprecated.  
protected  void getValuesImpl(java.net.URL[] urls, java.lang.Object[] values)
          Deprecated.  
 void update(java.util.Observable o, java.lang.Object arg)
          Deprecated.  
 
Methods inherited from class oracle.jdeveloper.vcs.spi.VCSURLBasedCache
addCacheListener, callUnderWriteLock, clearValue, clearValues, clearValues, clearValues, clearValues, clearValuesInternal, createValueArray, dispose, getValue, getValueInternal, getValueInternal, getValues, getValuesImpl, isLocalCache, newLocalCache, putValueInternal, putValueInternal, removeCacheListener, runUnderWriteLock, searchValues
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeListLocalStatusCache

public ChangeListLocalStatusCache(VCSURLBasedCache globalCache)
Deprecated. 
Method Detail

getGlobalCache

public VCSURLBasedCache getGlobalCache()
Deprecated. 

getValuesImpl

protected void getValuesImpl(java.net.URL[] urls,
                             java.lang.Object[] values)
                      throws java.lang.Exception
Deprecated. 
Specified by:
getValuesImpl in class VCSURLBasedCache
Throws:
java.lang.Exception

update

public void update(java.util.Observable o,
                   java.lang.Object arg)
Deprecated. 
Specified by:
update in interface java.util.Observer

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

E17493-01

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