Package com.asakusafw.yaess.core

Examples of com.asakusafw.yaess.core.PhaseMonitor


            default:
                jobs = buildExecutionJobs(context, executions);
                handler = JobScheduler.STRICT;
                break;
            }
            PhaseMonitor monitor = obtainPhaseMonitor(context);
            try {
                scheduler.execute(monitor, context, jobs, handler);
            } finally {
                monitor.close();
            }
            YSLOG.info("I03001",
                    context.getBatchId(), context.getFlowId(), context.getExecutionId(), context.getPhase());
        } catch (ExitCodeException e) {
            YSLOG.error("E03001",
View Full Code Here

TOP

Related Classes of com.asakusafw.yaess.core.PhaseMonitor

Copyright © 2018 www.massapicom. All rights reserved.
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.