Class DelegatingJobXMLLoaderServiceImpl
- java.lang.Object
-
- com.ibm.jbatch.container.services.impl.DelegatingJobXMLLoaderServiceImpl
-
- All Implemented Interfaces:
IBatchServiceBase,IJobXMLLoaderService
public class DelegatingJobXMLLoaderServiceImpl extends Object implements IJobXMLLoaderService
-
-
Field Summary
Fields Modifier and Type Field Description protected static IJobXMLLoaderServicepreferredJobXmlLoaderstatic StringPREFIX
-
Constructor Summary
Constructors Constructor Description DelegatingJobXMLLoaderServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(IBatchConfig batchConfig)StringloadJSL(String id)voidshutdown()
-
-
-
Field Detail
-
preferredJobXmlLoader
protected static IJobXMLLoaderService preferredJobXmlLoader
-
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
-
-
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
-
-