|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectgrails-app.services.BackgroundService
class BackgroundService
Property Summary | |
---|---|
def |
bgThreadManager
|
boolean |
transactional
|
Constructor Summary | |
BackgroundService()
|
Method Summary | |
---|---|
def
|
execute(java.lang.String name, groovy.lang.Closure toRun)
|
Methods inherited from class java.lang.Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
def bgThreadManager
boolean transactional
Constructor Detail |
---|
BackgroundService()
Method Detail |
---|
public def execute(java.lang.String name, groovy.lang.Closure toRun)
Groovy Documentation