public class StartServiceRenderer extends java.lang.Object implements Renderer<ServiceControllerAction>
ServiceControllerAction
.Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
log |
Constructor and Description |
---|
StartServiceRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
render(ServiceControllerAction service)
Calls
ServiceControllerAction.start() on the service . |
public void render(ServiceControllerAction service)
ServiceControllerAction.start()
on the service
.render
in interface Renderer<ServiceControllerAction>
service
- The action to render