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