com.ibm.batch.container.xjcl.impl
Class XJCLRepository

java.lang.Object
  extended by 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

Constructor Summary
XJCLRepository()
           
 
Method Summary
static Map<String,Flow> getFlowMap()
           
static JSLJob getJobID(String jobID)
           
static Map<String,JSLJob> getJobMap()
           
static Map<String,Split> getSplitMap()
           
static Map<String,Step> getStepMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XJCLRepository

public XJCLRepository()
Method Detail

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.