Class StartServiceRenderer
java.lang.Object
net.sf.basedb.clients.web.extensions.service.StartServiceRenderer
- All Implemented Interfaces:
Renderer<ServiceControllerAction>
public class StartServiceRenderer extends Object implements Renderer<ServiceControllerAction>
A renderer that starts the service of a
ServiceControllerAction
.- Version:
- 2.8
- Author:
- nicklas
- Last modified
- $Date: 2014-04-09 14:21:20 +0200 (on, 09 apr 2014) $
-
Field Summary
Fields Modifier and Type Field Description private static org.slf4j.Logger
log
-
Constructor Summary
Constructors Constructor Description StartServiceRenderer()
-
Method Summary
Modifier and Type Method Description void
render(ServiceControllerAction service)
CallsServiceControllerAction.start()
on theservice
.
-
Field Details
-
log
private static final org.slf4j.Logger log
-
-
Constructor Details
-
StartServiceRenderer
public StartServiceRenderer()
-
-
Method Details
-
render
CallsServiceControllerAction.start()
on theservice
.- Specified by:
render
in interfaceRenderer<ServiceControllerAction>
- Parameters:
service
- The action to render
-