Uses of Class
com.ibm.jbatch.jsl.model.JSLProperties

Packages that use JSLProperties
com.ibm.jbatch.container.jsl   
com.ibm.jbatch.container.jsl.impl   
com.ibm.jbatch.jsl.model   
com.ibm.jbatch.jsl.util   
 

Uses of JSLProperties in com.ibm.jbatch.container.jsl
 

Methods in com.ibm.jbatch.container.jsl that return JSLProperties
static JSLProperties CloneUtility.cloneJSLProperties(JSLProperties jslProps)
           
static JSLProperties CloneUtility.javaPropsTojslProperties(Properties javaProps)
          Creates a new JSLProperties list from a java.util.Properties object.
 

Methods in com.ibm.jbatch.container.jsl with parameters of type JSLProperties
static JSLProperties CloneUtility.cloneJSLProperties(JSLProperties jslProps)
           
static Properties CloneUtility.jslPropertiesToJavaProperties(JSLProperties xmlProperties)
          Creates a java.util.Properties map from a com.ibm.jbatch.jsl.model.Properties object.
 

Uses of JSLProperties in com.ibm.jbatch.container.jsl.impl
 

Methods in com.ibm.jbatch.container.jsl.impl with parameters of type JSLProperties
static boolean UnmarshalledJSLComparator.equals(JSLProperties jslprops1, JSLProperties jslprops2)
          Compare two elements and their contents.
 

Uses of JSLProperties in com.ibm.jbatch.jsl.model
 

Fields in com.ibm.jbatch.jsl.model declared as JSLProperties
protected  JSLProperties Collector.properties
           
protected  JSLProperties Analyzer.properties
           
protected  JSLProperties Step.properties
           
protected  JSLProperties PartitionMapper.properties
           
protected  JSLProperties Decision.properties
           
protected  JSLProperties ItemProcessor.properties
           
protected  JSLProperties ItemWriter.properties
           
protected  JSLProperties JSLJob.properties
           
protected  JSLProperties CheckpointAlgorithm.properties
           
protected  JSLProperties PartitionReducer.properties
           
protected  JSLProperties ItemReader.properties
           
protected  JSLProperties Batchlet.properties
           
protected  JSLProperties Listener.properties
           
 

Fields in com.ibm.jbatch.jsl.model with type parameters of type JSLProperties
protected  List<JSLProperties> PartitionPlan.properties
           
 

Methods in com.ibm.jbatch.jsl.model that return JSLProperties
 JSLProperties ObjectFactory.createJSLProperties()
          Create an instance of JSLProperties
 JSLProperties Collector.getProperties()
          Gets the value of the properties property.
 JSLProperties Analyzer.getProperties()
          Gets the value of the properties property.
 JSLProperties Step.getProperties()
          Gets the value of the properties property.
 JSLProperties PartitionMapper.getProperties()
          Gets the value of the properties property.
 JSLProperties Decision.getProperties()
          Gets the value of the properties property.
 JSLProperties ItemProcessor.getProperties()
          Gets the value of the properties property.
 JSLProperties ItemWriter.getProperties()
          Gets the value of the properties property.
 JSLProperties JSLJob.getProperties()
          Gets the value of the properties property.
 JSLProperties CheckpointAlgorithm.getProperties()
          Gets the value of the properties property.
 JSLProperties PartitionReducer.getProperties()
          Gets the value of the properties property.
 JSLProperties ItemReader.getProperties()
          Gets the value of the properties property.
 JSLProperties Batchlet.getProperties()
          Gets the value of the properties property.
 JSLProperties Listener.getProperties()
          Gets the value of the properties property.
 

Methods in com.ibm.jbatch.jsl.model that return types with arguments of type JSLProperties
 List<JSLProperties> PartitionPlan.getProperties()
          Gets the value of the properties property.
 

Methods in com.ibm.jbatch.jsl.model with parameters of type JSLProperties
 void Collector.setProperties(JSLProperties value)
          Sets the value of the properties property.
 void Analyzer.setProperties(JSLProperties value)
          Sets the value of the properties property.
 void Step.setProperties(JSLProperties value)
          Sets the value of the properties property.
 void PartitionMapper.setProperties(JSLProperties value)
          Sets the value of the properties property.
 void Decision.setProperties(JSLProperties value)
          Sets the value of the properties property.
 void ItemProcessor.setProperties(JSLProperties value)
          Sets the value of the properties property.
 void ItemWriter.setProperties(JSLProperties value)
          Sets the value of the properties property.
 void JSLJob.setProperties(JSLProperties value)
          Sets the value of the properties property.
 void CheckpointAlgorithm.setProperties(JSLProperties value)
          Sets the value of the properties property.
 void PartitionReducer.setProperties(JSLProperties value)
          Sets the value of the properties property.
 void ItemReader.setProperties(JSLProperties value)
          Sets the value of the properties property.
 void Batchlet.setProperties(JSLProperties value)
          Sets the value of the properties property.
 void Listener.setProperties(JSLProperties value)
          Sets the value of the properties property.
 

Uses of JSLProperties in com.ibm.jbatch.jsl.util
 

Methods in com.ibm.jbatch.jsl.util with parameters of type JSLProperties
static String PropertiesToStringHelper.getString(JSLProperties props)
           
 



Copyright © 2013. All Rights Reserved.