Groovy Documentation

grails-app.services
Class BackgroundService

java.lang.Object
  grails-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

bgThreadManager

def bgThreadManager


transactional

boolean transactional


 
Constructor Detail

BackgroundService

BackgroundService()


 
Method Detail

execute

public def execute(java.lang.String name, groovy.lang.Closure toRun)


 

Groovy Documentation