Examples of JobStateFilter


Examples of com.sun.grid.jgdi.monitoring.filter.JobStateFilter

                                          jobs with a start time in future or any combination only.
                                          h is an abbreviation for huhohshjha
                                          a is an abbreviation for prsh*/
    @OptionAnnotation(value = "-s", extra = OptionAnnotation.MAX_ARG_VALUE)
    public void showJobsInState(final OptionInfo oi) throws JGDIException {
        JobStateFilter jobStateFilter = JobStateFilter.parse(oi.getArgsAsString());
        System.out.println("JobStateFilter: " + jobStateFilter.getStateString());
        qiOptions.setJobStateFilter(jobStateFilter);
        oi.optionDone();
    }
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.