Interface | Description |
---|---|
ServiceControllerAction |
Action for controlling services installed under the extensions system.
|
Class | Description |
---|---|
DummyService |
A dummy service implementation that prints out the current
time on
System.out every x seconds (default = 10) when
the service is running. |
RestartServiceRenderer |
A renderer that restarts the service of a
ServiceControllerAction . |
Services |
Utility class for starting and stopping services.
|
ServicesEventHandler |
Event handler for managing services when new extension are added
or existing extension are updated or deleted.
|
StartServiceRenderer |
A renderer that starts the service of a
ServiceControllerAction . |
StopServiceRenderer |
A renderer that stops the service of a
ServiceControllerAction . |