Examples of PhaseMonitor


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
Copyright © 2018 www.massapi.com. 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.