WebSphere Extended Deployment, Version 6.0.x     Operating Systems: AIX, HP-UX, Linux, Solaris, Windows, z/OS

数値計算ジョブの xJCL サンプル

以下は、数値計算のジョブの xJCL サンプルです。現在、 単一ステップの数値計算ジョブのみがサポートされています。

<?xml version="1.0" encoding="UTF-8"?>

<job name="SimpleCIEar" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
       <jndi-name>ejb/com/ibm/ws/ci/SimpleCIEJB</jndi-name>
       <job-step name="Step1">
            <classname>com.ibm.websphere.ci.samples.SimpleCIWork</classname>
            <props>
               <prop name="calculationTimeInSecs" value="30" />
               <prop name="outputFileName" value="SimpleCI_output_file" />
       </props>
  </job-step>
</job>



Related concepts
xJCL エレメント

Concept topic    

Terms of Use | Feedback Last updated: Mar 20, 2006 12:32:00 PM EST
http://publib.boulder.ibm.com/infocenter/wxdinfo/v6r0/index.jsp?topic=?topic=/com.ibm.websphere.xd.doc/info/scheduler/cxdbatchcij.html

© Copyright IBM 2005, 2006. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)