com.ibm.batch.container.xjcl.impl
Class XJCLRepository
java.lang.Object
com.ibm.batch.container.xjcl.impl.XJCLRepository
public class XJCLRepository
- extends Object
This class is just a bunch of maps from xml id's to JAXB instances of the XJCL elements.
- Author:
- Kaushik
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XJCLRepository
public XJCLRepository()
getJobMap
public static Map<String,JSLJob> getJobMap()
getSplitMap
public static Map<String,Split> getSplitMap()
getFlowMap
public static Map<String,Flow> getFlowMap()
getStepMap
public static Map<String,Step> getStepMap()
getJobID
public static JSLJob getJobID(String jobID)
Copyright © 2013. All Rights Reserved.