Package org.frankframework.util.flow
Class SpringContextFlowDiagramProvider
java.lang.Object
org.frankframework.util.flow.SpringContextFlowDiagramProvider
- All Implemented Interfaces:
IConfigurable,ConfigurableLifecycle,org.springframework.beans.factory.Aware,org.springframework.beans.factory.NamedBean,org.springframework.context.ApplicationContextAware,org.springframework.context.Lifecycle,org.springframework.context.Phased,org.springframework.context.SmartLifecycle
public class SpringContextFlowDiagramProvider
extends Object
implements ConfigurableLifecycle, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.NamedBean
Generate a flow over the digested
(and in case of an Adapter, an xPath on the LoadedConfiguration).
Adapter or Configuration.
Uses
invalid reference
Configuration#getLoadedConfiguration()
-
Field Summary
Fields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContextMethods inherited from interface org.frankframework.lifecycle.ConfigurableLifecycle
isAutoStartup, isConfiguredMethods inherited from interface org.springframework.context.SmartLifecycle
stop
-
Constructor Details
-
SpringContextFlowDiagramProvider
public SpringContextFlowDiagramProvider()
-
-
Method Details
-
getPhase
public int getPhase()- Specified by:
getPhasein interfaceConfigurableLifecycle- Specified by:
getPhasein interfaceorg.springframework.context.Phased- Specified by:
getPhasein interfaceorg.springframework.context.SmartLifecycle
-
start
public void start()- Specified by:
startin interfaceConfigurableLifecycle- Specified by:
startin interfaceorg.springframework.context.Lifecycle
-
stop
public void stop()- Specified by:
stopin interfaceorg.springframework.context.Lifecycle
-
isRunning
public boolean isRunning()- Specified by:
isRunningin interfaceorg.springframework.context.Lifecycle
-
configure
public void configure()Description copied from interface:IConfigurableConfigure this component.configure()is called once at startup of the framework in the configure method of the owner of thisIConfigurable. Purpose of this method is to check whether the static configuration of the object is correct. As much as possible class-instantiating should take place in theconfigure(), to improve performance.In the case of a container, this will propagate the configure signal to all components that apply.
- Specified by:
configurein interfaceIConfigurable
-
getBeanName
Returns `AdapterFlowGenerator` or `AdapterFlowGenerator`.- Specified by:
getBeanNamein interfaceorg.springframework.beans.factory.NamedBean
-