org.eclipse.jdt.internal.compiler
Class ProcessTaskManager

java.lang.Object
  extended by org.eclipse.jdt.internal.compiler.ProcessTaskManager
All Implemented Interfaces:
Runnable

public class ProcessTaskManager
extends Object
implements Runnable


Field Summary
static int PROCESSED_QUEUE_SIZE
           
 
Constructor Summary
ProcessTaskManager(Compiler compiler)
           
 
Method Summary
 CompilationUnitDeclaration removeNextUnit()
           
 void run()
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROCESSED_QUEUE_SIZE

public static final int PROCESSED_QUEUE_SIZE
See Also:
Constant Field Values
Constructor Detail

ProcessTaskManager

public ProcessTaskManager(Compiler compiler)
Method Detail

removeNextUnit

public CompilationUnitDeclaration removeNextUnit()
                                          throws Error
Throws:
Error

run

public void run()
Specified by:
run in interface Runnable

shutdown

public void shutdown()


Copyright © 2012. All Rights Reserved.