Package com.sos.scheduler.model.commands

Examples of com.sos.scheduler.model.commands.JSCmdJobChainModify


   * \created 09.02.2011 13:42:11 by oh
   */
  public JSCmdJobChainModify createJobChainModify() {
    @SuppressWarnings("unused")
    final String conMethodName = conClassName + "::createJobChainModify";
    JSCmdJobChainModify objJobChainModify = new JSCmdJobChainModify(this);
    return objJobChainModify;
  } // JSCmdJobChainModify createJobChainModify()
View Full Code Here

TOP

Related Classes of com.sos.scheduler.model.commands.JSCmdJobChainModify

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.