public interface ServiceControllerAction extends Action
isRunning()
method should always return the same
value on both of them and invoking start()
or stop()
on one
controller should be immediately visible on the second controller.boolean isRunning()
void start()
void stop()