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

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

public class DelegatingJobXMLLoaderServiceImpl
extends Object
implements IJobXMLLoaderService


Field Summary
protected static IJobXMLLoaderService preferredJobXmlLoader
           
static String PREFIX
           
 
Constructor Summary
DelegatingJobXMLLoaderServiceImpl()
           
 
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

preferredJobXmlLoader

protected static IJobXMLLoaderService preferredJobXmlLoader

PREFIX

public static final String PREFIX
See Also:
Constant Field Values
Constructor Detail

DelegatingJobXMLLoaderServiceImpl

public DelegatingJobXMLLoaderServiceImpl()
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.