| |
|
| java.lang.Object java.lang.ThreadGroup com.projity.job.JobQueue
Constructor Summary | |
public | JobQueue(String name, boolean documentBased) |
MAX_PROGRESS | final public static int MAX_PROGRESS(Code) | | |
criticalSectionMutex | protected Object criticalSectionMutex(Code) | | |
criticalSectionOwner | protected Job criticalSectionOwner(Code) | | |
documentBased | protected boolean documentBased(Code) | | |
JobQueue | public JobQueue(String name, boolean documentBased)(Code) | | |
addExecutingJob | public void addExecutingJob(Job job)(Code) | | |
beginCriticalSection | public void beginCriticalSection(Job job)(Code) | | |
cancel | public synchronized void cancel()(Code) | | |
enableComponent | protected void enableComponent(boolean enabled)(Code) | | |
endCriticalSection | public void endCriticalSection(Job job)(Code) | | |
executeCriticalSectionClosure | public boolean executeCriticalSectionClosure(Job job, Closure c, Object arg)(Code) | | |
fireProgressChanged | protected void fireProgressChanged(Object source, float progress)(Code) | | |
hasNext | public boolean hasNext()(Code) | | |
removeExecutingJob | public void removeExecutingJob(Job job)(Code) | | |
startNext | public synchronized void startNext()(Code) | | |
|
|
|