Groovy Documentation

grails.plugin.concurrenttest
[Groovy] Class PossiblyConcurrentRunnable

java.lang.Object
  grails.plugin.concurrenttest.PossiblyConcurrentRunnable

class PossiblyConcurrentRunnable

Property Summary
groovy.lang.Closure runClosure

java.lang.Class testClass

 
Constructor Summary
PossiblyConcurrentRunnable(groovy.lang.Closure runClosure, java.lang.Class testClass)

 
Method Summary
boolean getCanRunConcurrently()

boolean getCannotRunConcurrently()

void run()

 
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

runClosure

final groovy.lang.Closure runClosure


testClass

java.lang.Class testClass


 
Constructor Detail

PossiblyConcurrentRunnable

PossiblyConcurrentRunnable(groovy.lang.Closure runClosure, java.lang.Class testClass)


 
Method Detail

getCanRunConcurrently

boolean getCanRunConcurrently()


getCannotRunConcurrently

boolean getCannotRunConcurrently()


run

void run()


 

Groovy Documentation