Uses of Interface
uk.ac.manchester.spinnaker.alloc.web.BackgroundSupport.BackgroundAction
Packages that use BackgroundSupport.BackgroundAction
Package
Description
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.BackgroundActionModifier and TypeMethodDescriptionprotected void
BackgroundSupport.bgAction
(jakarta.ws.rs.container.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
(jakarta.ws.rs.container.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
(jakarta.ws.rs.container.AsyncResponse response, BackgroundSupport.BackgroundAction action) Run the action immediately and wrap it into the response.