com.ibm.jbatch.container.services.impl
Class DirectoryJobXMLLoaderServiceImpl

java.lang.Object
  extended by com.ibm.jbatch.container.services.impl.DirectoryJobXMLLoaderServiceImpl
All Implemented Interfaces:
IBatchServiceBase, IJobXMLLoaderService

public class DirectoryJobXMLLoaderServiceImpl
extends Object
implements IJobXMLLoaderService


Field Summary
static String JOB_XML_DIR_PROP
           
static String JOB_XML_PATH
           
 
Constructor Summary
DirectoryJobXMLLoaderServiceImpl()
           
 
Method Summary
 void init(IBatchConfig batchConfig)
           
 String loadJSL(String id)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

DirectoryJobXMLLoaderServiceImpl

public DirectoryJobXMLLoaderServiceImpl()
Method Detail

loadJSL

public String loadJSL(String id)
Specified by:
loadJSL in interface IJobXMLLoaderService

init

public void init(IBatchConfig batchConfig)
          throws BatchContainerServiceException
Specified by:
init in interface IBatchServiceBase
Throws:
BatchContainerServiceException

shutdown

public void shutdown()
              throws BatchContainerServiceException
Specified by:
shutdown in interface IBatchServiceBase
Throws:
BatchContainerServiceException


Copyright © 2013. All Rights Reserved.