Subclass of AmbroseCascadingNotifier where cascading run inside. Stats are collected using by this class via InMemoryStatsService, which is what serves stats to ScriptStatusServer.
To use this class with cascading, start cascading as follows:
EmbeddedAmbroseCascadingNotifier server = new EmbeddedAmbroseCascadingNotifier(); FlowStepJob.setJobNotifier(server); flow.addListener(server); flow.complete();
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.