public interface ManageableLifecycle extends Lifecycle
Lifecycle
methods manageable.Modifier and Type | Method and Description |
---|---|
boolean |
isRunning() |
void |
start() |
void |
stop() |
@ManagedOperation(description="Start the component") void start()
@ManagedOperation(description="Stop the component") void stop()
@ManagedAttribute(description="Is the component running?") boolean isRunning()