Celtix User APIs

org.objectweb.celtix.workqueue
Interface WorkQueueManager


public interface WorkQueueManager


Nested Class Summary
static class WorkQueueManager.ThreadingModel
           
 
Method Summary
 AutomaticWorkQueue getAutomaticWorkQueue()
           
 WorkQueueManager.ThreadingModel getThreadingModel()
           
 void run()
          Only returns after workqueue has been shutdown.
 void setThreadingModel(WorkQueueManager.ThreadingModel model)
           
 void shutdown(boolean processRemainingTasks)
           
 

Method Detail

getAutomaticWorkQueue

AutomaticWorkQueue getAutomaticWorkQueue()

getThreadingModel

WorkQueueManager.ThreadingModel getThreadingModel()

setThreadingModel

void setThreadingModel(WorkQueueManager.ThreadingModel model)

shutdown

void shutdown(boolean processRemainingTasks)

run

void run()
Only returns after workqueue has been shutdown.


Celtix User APIs