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

Packages that use TaskExecutor
org.jacorb.notification.engine   
org.jacorb.notification.interfaces   
org.jacorb.notification.servant   
 

Uses of TaskExecutor in org.jacorb.notification.engine
 

Methods in org.jacorb.notification.engine that return TaskExecutor
static TaskExecutor TaskExecutor.getDefaultExecutor()
           
protected  TaskExecutor AbstractTask.getTaskExecutor()
           
protected  TaskExecutor AbstractDeliverTask.getTaskExecutor()
          override to use the TaskExecutor provided by the current MessageConsumer
 

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.
 

Uses of TaskExecutor in org.jacorb.notification.interfaces
 

Methods in org.jacorb.notification.interfaces that return TaskExecutor
 TaskExecutor MessageConsumer.getExecutor()
           
 

Uses of TaskExecutor in org.jacorb.notification.servant
 

Methods in org.jacorb.notification.servant that return TaskExecutor
 TaskExecutor AbstractProxySupplier.getExecutor()
           
 

Methods in org.jacorb.notification.servant with parameters of type TaskExecutor
 void AbstractProxySupplier.setTaskExecutor(TaskExecutor executor)
           
 void AbstractProxySupplier.setTaskExecutor(TaskExecutor executor, Disposable disposeTaskExecutor)