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
protected  TaskExecutor AbstractTask.getTaskExecutor()
           
 

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)
          schedule this Task for execution.
 

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