Uses of Interface
org.drools.concurrent.ExternalExecutorService.TaskObserver

Packages that use ExternalExecutorService.TaskObserver
org.drools.concurrent   
 

Uses of ExternalExecutorService.TaskObserver in org.drools.concurrent
 

Classes in org.drools.concurrent that implement ExternalExecutorService.TaskObserver
protected static class ExternalExecutorService.TaskManager
          An implementation of the TaskObserver interface that keeps a map of submitted, but not executed tasks.
 

Constructors in org.drools.concurrent with parameters of type ExternalExecutorService.TaskObserver
ExternalExecutorService.ObservableCallable(Callable<V> delegate, ExternalExecutorService.TaskObserver handler)
           
ExternalExecutorService.ObservableRunnable(Runnable delegate, ExternalExecutorService.TaskObserver handler)
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.