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.schedule(TaskExecutor executor, boolean directRunAllowed)
          schedule this Task for execution.
protected  void AbstractTask.setTaskExecutor(TaskExecutor taskExecutor)
           
 

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