public class OpenGridServiceFactory extends Object implements ActionFactory<ServiceControllerAction>
OpenGridService
. This
hooks into the BASE web client's "services" extension point making it
possible to start and stop the service from the web interface.
Do not use this class from other extensions.Modifier and Type | Class and Description |
---|---|
(package private) static class |
OpenGridServiceFactory.OpenGridServiceControllerAction |
Constructor and Description |
---|
OpenGridServiceFactory() |
Modifier and Type | Method and Description |
---|---|
ServiceControllerAction[] |
getActions(InvokationContext<? super ServiceControllerAction> context) |
boolean |
prepareContext(InvokationContext<? super ServiceControllerAction> context) |
public boolean prepareContext(InvokationContext<? super ServiceControllerAction> context)
prepareContext
in interface ActionFactory<ServiceControllerAction>
public ServiceControllerAction[] getActions(InvokationContext<? super ServiceControllerAction> context)
getActions
in interface ActionFactory<ServiceControllerAction>