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 TypeMethodDescriptionvoidConfigure this component.executeRead(Properties properties) voidvoidinvokeSetters(Properties properties) voidstart()voidstop()Methods inherited from class org.frankframework.larva.actions.AbstractLarvaAction
close, isConfigured, isRunning, peekMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.frankframework.lifecycle.ConfigurableLifecycle
getPhase, isAutoStartupMethods inherited from interface org.springframework.context.SmartLifecycle
stop
-
Constructor Details
-
LarvaPushingListenerAction
-
-
Method Details
-
getMessageHandler
-
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- Overrides:
configurein classAbstractLarvaAction<IPushingListener>- Throws:
ConfigurationException- in case it was not able to configure the component.
-
start
public void start()- Specified by:
startin interfaceConfigurableLifecycle- Specified by:
startin interfaceorg.springframework.context.Lifecycle- Overrides:
startin classAbstractLarvaAction<IPushingListener>
-
stop
public void stop()- Specified by:
stopin interfaceorg.springframework.context.Lifecycle- Overrides:
stopin classAbstractLarvaAction<IPushingListener>
-
invokeSetters
- Overrides:
invokeSettersin classAbstractLarvaAction<IPushingListener>
-
executeWrite
-
executeRead
- Throws:
TimeoutException
-