Class DirectoryJobXMLLoaderServiceImpl
- java.lang.Object
-
- com.ibm.jbatch.container.services.impl.DirectoryJobXMLLoaderServiceImpl
-
- All Implemented Interfaces:
IBatchServiceBase,IJobXMLLoaderService
public class DirectoryJobXMLLoaderServiceImpl extends Object implements IJobXMLLoaderService
-
-
Field Summary
Fields Modifier and Type Field Description static StringJOB_XML_DIR_PROPstatic StringJOB_XML_PATH
-
Constructor Summary
Constructors Constructor Description DirectoryJobXMLLoaderServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(IBatchConfig batchConfig)StringloadJSL(String id)voidshutdown()
-
-
-
Field Detail
-
JOB_XML_DIR_PROP
public static final String JOB_XML_DIR_PROP
- See Also:
- Constant Field Values
-
JOB_XML_PATH
public static final String JOB_XML_PATH
-
-
Method Detail
-
loadJSL
public String loadJSL(String id)
- Specified by:
loadJSLin interfaceIJobXMLLoaderService
-
init
public void init(IBatchConfig batchConfig) throws BatchContainerServiceException
- Specified by:
initin interfaceIBatchServiceBase- Throws:
BatchContainerServiceException
-
shutdown
public void shutdown() throws BatchContainerServiceException- Specified by:
shutdownin interfaceIBatchServiceBase- Throws:
BatchContainerServiceException
-
-