Package com.sos.scheduler.engine.kernel.cppproxy

Examples of com.sos.scheduler.engine.kernel.cppproxy.Job_chainC


        return result;
    }


    public JobChain jobChainOrNull() {
        Job_chainC jobChainC = cppProxy.job_chain();
        return jobChainC == null? null : jobChainC.getSister();
    }
View Full Code Here

TOP

Related Classes of com.sos.scheduler.engine.kernel.cppproxy.Job_chainC

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.