Celtix User APIs

Uses of Class
org.objectweb.celtix.workqueue.WorkQueueManager.ThreadingModel

Packages that use WorkQueueManager.ThreadingModel
org.objectweb.celtix.workqueue   
 

Uses of WorkQueueManager.ThreadingModel in org.objectweb.celtix.workqueue
 

Methods in org.objectweb.celtix.workqueue that return WorkQueueManager.ThreadingModel
 WorkQueueManager.ThreadingModel WorkQueueManager.getThreadingModel()
          Get the threading model.
static WorkQueueManager.ThreadingModel WorkQueueManager.ThreadingModel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WorkQueueManager.ThreadingModel[] WorkQueueManager.ThreadingModel.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.objectweb.celtix.workqueue with parameters of type WorkQueueManager.ThreadingModel
 void WorkQueueManager.setThreadingModel(WorkQueueManager.ThreadingModel model)
          Set the threading model.
 


Celtix User APIs