public abstract class AbstractSmartLifecycle extends Object implements org.springframework.context.SmartLifecycle
| Constructor and Description |
|---|
AbstractSmartLifecycle() |
public final void start()
start in interface org.springframework.context.Lifecyclepublic final void stop()
stop in interface org.springframework.context.Lifecyclepublic final void stop(Runnable callback)
stop in interface org.springframework.context.SmartLifecyclepublic int getPhase()
getPhase in interface org.springframework.context.Phasedpublic boolean isAutoStartup()
isAutoStartup in interface org.springframework.context.SmartLifecyclepublic abstract boolean isRunning()
isRunning in interface org.springframework.context.Lifecycleprotected abstract void doStart()
protected abstract void doStop()
Copyright © 2015 Molindo GmbH. All Rights Reserved.