Class SenderAction
java.lang.Object
org.frankframework.larva.actions.AbstractLarvaAction<ISender>
org.frankframework.larva.actions.SenderAction
- 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 TypeMethodDescriptionexecuteRead(Properties stepParameters) voidexecuteWrite(Message fileContent, String correlationId, Properties stepParameters) voidstart()voidstop()Methods inherited from class AbstractLarvaAction
close, configure, invokeSetters, isConfigured, isRunning, peekMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ConfigurableLifecycle
getPhase, isAutoStartupMethods inherited from interface org.springframework.context.SmartLifecycle
isPauseable, stop
-
Constructor Details
-
SenderAction
-
-
Method Details
-
start
public void start()- Specified by:
startin interfaceConfigurableLifecycle- Specified by:
startin interfaceorg.springframework.context.Lifecycle- Overrides:
startin classAbstractLarvaAction<ISender>
-
stop
public void stop()- Specified by:
stopin interfaceorg.springframework.context.Lifecycle- Overrides:
stopin classAbstractLarvaAction<ISender>
-
executeWrite
-
executeRead
- Throws:
SenderExceptionTimeoutException
-