Package com.sun.grid.jgdi.configuration

Examples of com.sun.grid.jgdi.configuration.JobReferenceImpl


    }
   
// [-hold_jid job_identifier_list]          define jobnet interdependencies
    @OptionAnnotation(value = "-hold_jid", extra = OptionAnnotation.MAX_ARG_VALUE)
    public void setJidPredecessor(final OptionInfo oi) throws JGDIException {
        job.addJidPredecessor(new JobReferenceImpl(Integer.parseInt(oi.getFirstArg())));
    }
View Full Code Here

TOP

Related Classes of com.sun.grid.jgdi.configuration.JobReferenceImpl

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.