Package org.frankframework.larva.actions
Class LarvaPushingListenerAction
java.lang.Object
org.frankframework.larva.actions.AbstractLarvaAction<IPushingListener>
org.frankframework.larva.actions.LarvaPushingListenerAction
- All Implemented Interfaces:
AutoCloseable
,IConfigurable
,LarvaScenarioAction
,ConfigurableLifecycle
,org.springframework.context.Lifecycle
,org.springframework.context.Phased
,org.springframework.context.SmartLifecycle
-
Field Summary
Fields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Configure this component.executeRead
(Properties properties) void
void
invokeSetters
(int defaultTimeout, Properties properties) void
start()
void
stop()
Methods inherited from class org.frankframework.larva.actions.AbstractLarvaAction
close, isRunning, peek
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.springframework.context.SmartLifecycle
stop
-
Constructor Details
-
LarvaPushingListenerAction
-
-
Method Details
-
getMessageHandler
-
configure
Description copied from interface:IConfigurable
Configure 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:
configure
in interfaceIConfigurable
- Overrides:
configure
in classAbstractLarvaAction<IPushingListener>
- Throws:
ConfigurationException
- in case it was not able to configure the component.
-
start
public void start()- Specified by:
start
in interfaceorg.springframework.context.Lifecycle
- Overrides:
start
in classAbstractLarvaAction<IPushingListener>
-
stop
public void stop()- Specified by:
stop
in interfaceorg.springframework.context.Lifecycle
- Overrides:
stop
in classAbstractLarvaAction<IPushingListener>
-
invokeSetters
- Overrides:
invokeSetters
in classAbstractLarvaAction<IPushingListener>
-
executeWrite
-
executeRead
- Throws:
TimeoutException
ListenerException
-