Package org.frankframework.ladybug
Class LadybugReportGenerator
java.lang.Object
org.frankframework.ladybug.LadybugReportGenerator
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
public class LadybugReportGenerator
extends Object
implements org.springframework.beans.factory.InitializingBean
Interface between the AOP config and the Ladybug. Takes case of boilerplate code such as report name, checkpoint names, pipe descriptions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabortThread
(Object sourceObject, String correlationId, Throwable throwable) void
void
cancelThread
(Object sourceObject, String threadId, String correlationId) void
createThread
(Object sourceObject, String threadId, String correlationId) getEmptyInputReplacement
(String correlationId, Object replacementValue) getInputFromFixedValue
(String correlationId, Object fixedValue) getInputFromSessionKey
(String correlationId, String sessionKey, Object sessionValue) parameterResolvedTo
(IParameter parameter, String correlationId, Object value) <T> T
pipelineAbort
(PipeLine pipeLine, String correlationId, Throwable throwable) pipelineAbort
(PipeLine pipeLine, String correlationId, Message output) pipelineInput
(PipeLine pipeLine, String correlationId, Message input) pipelineOutput
(PipeLine pipeLine, String correlationId, Message output) <T> T
pipeOutput
(PipeLine pipeLine, IPipe pipe, String correlationId, T output) preserveInput
(String correlationId, Message input) replyListenerAbort
(IListener<?> listener, String correlationId, Throwable throwable) replyListenerInput
(IListener<?> listener, String correlationId, String input) <M> M
replyListenerOutput
(IListener<M> listener, String correlationId, M output) senderAbort
(ISender sender, String correlationId, Throwable throwable) <T> T
senderInput
(ISender sender, String correlationId, T input) <T> T
senderOutput
(ISender sender, String correlationId, T output) sessionInputPoint
(String correlationId, String sessionKey, Object result) sessionOutputPoint
(String correlationId, String sessionKey, Object result) void
setTestTool
(nl.nn.testtool.TestTool testTool) <T> T
showInputValue
(String correlationId, String label, T value) <T> T
showOutputValue
(String correlationId, String label, T value) startThread
(Object sourceObject, String threadId, String correlationId, Object input)
-
Constructor Details
-
LadybugReportGenerator
public LadybugReportGenerator()
-
-
Method Details
-
setTestTool
@Autowired public void setTestTool(nl.nn.testtool.TestTool testTool) -
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
-
pipelineInput
-
pipelineOutput
-
pipelineAbort
-
pipelineAbort
-
pipeInput
-
pipeOutput
-
pipeAbort
-
senderInput
-
senderOutput
-
senderAbort
-
replyListenerInput
-
replyListenerOutput
-
replyListenerAbort
-
createThread
-
cancelThread
-
startThread
-
endThread
-
abortThread
-
getInputFromSessionKey
-
getInputFromFixedValue
-
getEmptyInputReplacement
-
parameterResolvedTo
-
sessionOutputPoint
-
sessionInputPoint
-
showInputValue
-
showOutputValue
-
preserveInput
-