Uses of Interface
org.jacorb.notification.engine.TaskExecutor

Packages that use TaskExecutor
org.jacorb.notification.engine   
 

Uses of TaskExecutor in org.jacorb.notification.engine
 

Classes in org.jacorb.notification.engine that implement TaskExecutor
 class DefaultTaskExecutor
           
 

Methods in org.jacorb.notification.engine that return TaskExecutor
 TaskExecutor DefaultTaskProcessor.getFilterTaskExecutor()
           
static TaskExecutor DefaultTaskExecutor.getDefaultExecutor()
           
protected  TaskExecutor AbstractTask.getTaskExecutor()
           
 TaskExecutor TaskProcessor.getFilterTaskExecutor()
           
 

Methods in org.jacorb.notification.engine with parameters of type TaskExecutor
protected  void AbstractTask.setTaskExecutor(TaskExecutor taskExecutor)
           
protected  void AbstractTask.schedule(TaskExecutor executor, boolean directRunAllowed)
          Run this Task on the provided Executor.
 

Constructors in org.jacorb.notification.engine with parameters of type TaskExecutor
FilterProxySupplierTask(TaskFactory taskFactory, TaskExecutor taskExecutor)
           
FilterConsumerAdminTask(TaskFactory taskFactory, TaskExecutor taskExecutor)
           
FilterSupplierAdminTask(TaskFactory taskFactory, TaskExecutor taskExecutor)
           
AbstractFilterTask(TaskFactory taskFactory, TaskExecutor taskExecutor)
           
FilterProxyConsumerTask(TaskFactory factory, TaskExecutor executor)