Package org.frankframework.larva.actions
Class PullingListenerAction
java.lang.Object
org.frankframework.larva.actions.AbstractLarvaAction<IPullingListener>
org.frankframework.larva.actions.PullingListenerAction
- 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 properties) voidvoidstart()voidstop()Methods inherited from class org.frankframework.larva.actions.AbstractLarvaAction
close, configure, invokeSetters, 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
-
PullingListenerAction
-
-
Method Details
-
start
public void start()- Specified by:
startin interfaceConfigurableLifecycle- Specified by:
startin interfaceorg.springframework.context.Lifecycle- Overrides:
startin classAbstractLarvaAction<IPullingListener>
-
stop
public void stop()- Specified by:
stopin interfaceorg.springframework.context.Lifecycle- Overrides:
stopin classAbstractLarvaAction<IPullingListener>
-
executeWrite
public void executeWrite(Message fileContent, String correlationId, Map<String, Object> parameters) throws ListenerException- Throws:
ListenerException
-
executeRead
- Throws:
ListenerException
-