Package org.frankframework.lifecycle
Class AbstractConfigurableLifecyle
java.lang.Object
org.frankframework.lifecycle.AbstractConfigurableLifecyle
- All Implemented Interfaces:
IConfigurable
,ConfigurableLifecycle
,org.springframework.context.Lifecycle
,org.springframework.context.Phased
,org.springframework.context.SmartLifecycle
- Direct Known Subclasses:
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
getPhase, isAutoStartup
Methods inherited from interface org.frankframework.core.IConfigurable
configure
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
-