Groovy Documentation

grails.plugin.concurrenttest
[Groovy] Class ConcurrentRunnerScheduler

java.lang.Object
  grails.plugin.concurrenttest.ConcurrentRunnerScheduler

class ConcurrentRunnerScheduler

Property Summary
static java.lang.String THREAD_FACTORY_NAME

java.util.concurrent.CompletionService completionService

java.util.concurrent.ExecutorService executorService

boolean implicit

java.util.Queue tasks

java.util.List tasksToBeRunSerially

 
Constructor Summary
ConcurrentRunnerScheduler(groovy.util.ConfigObject config, boolean implicit)

 
Method Summary
void finished()

void schedule(PossiblyConcurrentRunnable childStatement)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

THREAD_FACTORY_NAME

static final java.lang.String THREAD_FACTORY_NAME


completionService

java.util.concurrent.CompletionService completionService


executorService

java.util.concurrent.ExecutorService executorService


implicit

boolean implicit


tasks

java.util.Queue tasks


tasksToBeRunSerially

java.util.List tasksToBeRunSerially


 
Constructor Detail

ConcurrentRunnerScheduler

ConcurrentRunnerScheduler(groovy.util.ConfigObject config, boolean implicit)


 
Method Detail

finished

void finished()


schedule

void schedule(PossiblyConcurrentRunnable childStatement)


 

Groovy Documentation