Package org.frankframework.ladybug
Class LadybugDebugger
java.lang.Object
org.frankframework.ladybug.LadybugDebugger
- All Implemented Interfaces:
EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationEventPublisherAware,org.springframework.context.ApplicationListener<DebuggerStatusChangedEvent>,org.wearefrank.ladybug.Debugger,org.wearefrank.ladybug.Rerunner
- Direct Known Subclasses:
Tibet2Debugger
public class LadybugDebugger
extends Object
implements org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<DebuggerStatusChangedEvent>, org.springframework.context.ApplicationEventPublisherAware, org.wearefrank.ladybug.Debugger, org.springframework.beans.factory.InitializingBean
- Author:
- Jaco de Groot
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTestTool can't be wired by name or type.voidrerun(String correlationId, org.wearefrank.ladybug.Report originalReport, org.wearefrank.ladybug.SecurityContext ingored, org.wearefrank.ladybug.run.ReportRunner reportRunner) booleanbooleanstubReplyListener(IListener<?> listener, String correlationId) Called by IbisDebuggerAdvice.booleanstubSender(ISender sender, String correlationId) Called by IbisDebuggerAdvice.voidupdateReportGeneratorStatus(boolean enabled) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContextMethods inherited from interface org.springframework.context.ApplicationEventPublisherAware
setApplicationEventPublisherMethods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
Field Details
-
ibisManager
-
inRerun
-
-
Constructor Details
-
LadybugDebugger
public LadybugDebugger()
-
-
Method Details
-
afterPropertiesSet
public void afterPropertiesSet()TestTool can't be wired by name or type. We must fetch it from a parent (SpringBoot) context.- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
rerun
public String rerun(String correlationId, org.wearefrank.ladybug.Report originalReport, org.wearefrank.ladybug.SecurityContext ingored, org.wearefrank.ladybug.run.ReportRunner reportRunner) - Specified by:
rerunin interfaceorg.wearefrank.ladybug.Rerunner
-
getStubStrategies
- Specified by:
getStubStrategiesin interfaceorg.wearefrank.ladybug.Debugger
-
getDefaultStubStrategy
- Specified by:
getDefaultStubStrategyin interfaceorg.wearefrank.ladybug.Debugger
-
stub
- Specified by:
stubin interfaceorg.wearefrank.ladybug.Debugger
-
stubSender
Called by IbisDebuggerAdvice. Verifies if the specifiedsendershould be stubbed or not. -
stubReplyListener
Called by IbisDebuggerAdvice. Verifies if the specifiedlistenershould be stubbed or not. -
updateReportGeneratorStatus
public void updateReportGeneratorStatus(boolean enabled) - Specified by:
updateReportGeneratorStatusin interfaceorg.wearefrank.ladybug.Debugger
-
onApplicationEvent
- Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<DebuggerStatusChangedEvent>
-