Skip navigation links 
 
oracle.jdeveloper.vcs.changelist
Class AsynchronousStatusTask
java.lang.Object
  
java.util.TimerTask
      
oracle.jdeveloper.vcs.changelist.AsynchronousStatusTask
- All Implemented Interfaces:
 
- java.lang.Runnable
 
- 
public abstract class AsynchronousStatusTask
 
- extends java.util.TimerTask
 
- Since:
 
- 11.1.1.0.0
 
 
  
 
 
| Methods inherited from class java.util.TimerTask | 
scheduledExecutionTime | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
AsynchronousStatusTask
protected AsynchronousStatusTask(ChangeList changeList,
                                 VCSThreadPool threadPool)
cancel
public boolean cancel()
- 
- Overrides:
 
cancel in class java.util.TimerTask 
 
run
public final void run()
- 
- Specified by:
 
run in interface java.lang.Runnable 
- Specified by:
 
run in class java.util.TimerTask 
 
isClientReady
protected boolean isClientReady()
populateStatusCacheMap
protected abstract void populateStatusCacheMap(java.util.Map<VCSHashURL,java.lang.Object> statusCacheMap,
                                               java.util.Collection<VCSHashURL> directoriesToQuery)
                                        throws java.lang.Exception
- 
- Throws:
 
java.lang.Exception 
 
isControlled
protected abstract boolean isControlled(java.net.URL directoryUrl)
getViewId
protected abstract java.lang.String getViewId()
isChangeListVisible
protected abstract boolean isChangeListVisible()
getThreadPool
protected VCSThreadPool getThreadPool()
canExit
protected boolean canExit()
Skip navigation links 
 
Copyright © 1997, 2014, Oracle. All rights reserved.