Package org.frankframework.lifecycle
Class AbstractConfigurableLifecyle
java.lang.Object
org.frankframework.lifecycle.AbstractConfigurableLifecyle
- All Implemented Interfaces:
ConfigurableLifecycle
,org.springframework.context.Lifecycle
,org.springframework.context.Phased
,org.springframework.context.SmartLifecycle
- Direct Known Subclasses:
AdapterManager
,MonitorManager
,ScheduleManager
-
Field Summary
Fields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.frankframework.lifecycle.ConfigurableLifecycle
configure, getPhase, isAutoStartup
Methods inherited from interface org.springframework.context.Lifecycle
start, stop
Methods inherited from interface org.springframework.context.SmartLifecycle
stop
-
Field Details
-
log
protected final org.apache.logging.log4j.Logger log
-
-
Constructor Details
-
AbstractConfigurableLifecyle
public AbstractConfigurableLifecyle()
-
-
Method Details
-
getState
-
updateState
-
inState
-
isRunning
public boolean isRunning()- Specified by:
isRunning
in interfaceorg.springframework.context.Lifecycle
-