com.ibm.batch.container.services.impl
Class JSEBatchArtifactFactoryImpl
java.lang.Object
com.ibm.batch.container.services.impl.JSEBatchArtifactFactoryImpl
- All Implemented Interfaces:
- IBatchArtifactFactory, IBatchServiceBase, XMLStreamConstants
public class JSEBatchArtifactFactoryImpl
- extends Object
- implements IBatchArtifactFactory, XMLStreamConstants
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSEBatchArtifactFactoryImpl
public JSEBatchArtifactFactoryImpl()
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.