Uses of Interface
uk.ac.manchester.spinnaker.alloc.web.BackgroundSupport.BackgroundAction
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.web |
The user-facing web interface to the new spalloc service.
|
-
Uses of BackgroundSupport.BackgroundAction in uk.ac.manchester.spinnaker.alloc.web
Methods in uk.ac.manchester.spinnaker.alloc.web with parameters of type BackgroundSupport.BackgroundAction Modifier and Type Method Description protected void
BackgroundSupport. bgAction(AsyncResponse response, Permit permit, BackgroundSupport.BackgroundAction action)
Run the action in the background and wrap it into the response when it completes.protected void
BackgroundSupport. bgAction(AsyncResponse response, BackgroundSupport.BackgroundAction action)
Run the action in the background and wrap it into the response when it completes.protected static void
BackgroundSupport. fgAction(AsyncResponse response, BackgroundSupport.BackgroundAction action)
Run the action immediately and wrap it into the response.