Uses of Class
org.drools.concurrent.ExternalExecutorService.ObservableTask.TaskType

Packages that use ExternalExecutorService.ObservableTask.TaskType
org.drools.concurrent   
 

Uses of ExternalExecutorService.ObservableTask.TaskType in org.drools.concurrent
 

Methods in org.drools.concurrent that return ExternalExecutorService.ObservableTask.TaskType
 ExternalExecutorService.ObservableTask.TaskType ExternalExecutorService.ObservableTask.getType()
          Returns the type of this ObservableTask: either RUNNABLE or CALLABLE
 ExternalExecutorService.ObservableTask.TaskType ExternalExecutorService.ObservableRunnable.getType()
           
 ExternalExecutorService.ObservableTask.TaskType ExternalExecutorService.ObservableCallable.getType()
           
static ExternalExecutorService.ObservableTask.TaskType ExternalExecutorService.ObservableTask.TaskType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExternalExecutorService.ObservableTask.TaskType[] ExternalExecutorService.ObservableTask.TaskType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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