com.ibm.batch.container.services.impl
Class JSEBatchArtifactFactoryImpl

java.lang.Object
  extended by com.ibm.batch.container.services.impl.JSEBatchArtifactFactoryImpl
All Implemented Interfaces:
IBatchArtifactFactory, IBatchServiceBase, XMLStreamConstants

public class JSEBatchArtifactFactoryImpl
extends Object
implements IBatchArtifactFactory, XMLStreamConstants


Field Summary
 
Fields inherited from interface javax.xml.stream.XMLStreamConstants
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
 
Constructor Summary
JSEBatchArtifactFactoryImpl()
           
 
Method Summary
protected  InputStream getBatchXMLStreamFromClassLoader(ClassLoader loader)
           
 void init(IBatchConfig batchConfig)
           
 Object load(String batchId)
           
protected  com.ibm.batch.container.services.impl.JSEBatchArtifactFactoryImpl.ArtifactMap populateArtifactMapFromStream(com.ibm.batch.container.services.impl.JSEBatchArtifactFactoryImpl.ArtifactMap tempMap, InputStream is)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSEBatchArtifactFactoryImpl

public JSEBatchArtifactFactoryImpl()
Method Detail

load

public Object load(String batchId)
Specified by:
load in interface IBatchArtifactFactory
Parameters:
batchId - The value of a @ref attribute in a JSL element, e.g. 'batchlet'
Returns:
An object instance of the artifact.

getBatchXMLStreamFromClassLoader

protected InputStream getBatchXMLStreamFromClassLoader(ClassLoader loader)

populateArtifactMapFromStream

protected com.ibm.batch.container.services.impl.JSEBatchArtifactFactoryImpl.ArtifactMap populateArtifactMapFromStream(com.ibm.batch.container.services.impl.JSEBatchArtifactFactoryImpl.ArtifactMap tempMap,
                                                                                                                      InputStream is)

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.