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

Packages that use Chunk
com.ibm.jbatch.container.jsl   
com.ibm.jbatch.container.jsl.impl   
com.ibm.jbatch.container.modelresolver   
com.ibm.jbatch.container.modelresolver.impl   
com.ibm.jbatch.jsl.model   
 

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

Methods in com.ibm.jbatch.container.jsl that return Chunk
static Chunk CloneUtility.cloneChunk(Chunk chunk)
           
 

Methods in com.ibm.jbatch.container.jsl with parameters of type Chunk
static Chunk CloneUtility.cloneChunk(Chunk chunk)
           
 

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

Methods in com.ibm.jbatch.container.jsl.impl with parameters of type Chunk
static boolean UnmarshalledJSLComparator.equals(Chunk chunk1, Chunk chunk2)
           
 

Uses of Chunk in com.ibm.jbatch.container.modelresolver
 

Methods in com.ibm.jbatch.container.modelresolver that return types with arguments of type Chunk
static PropertyResolver<Chunk> PropertyResolverFactory.createChunkPropertyResolver(boolean isPartitionedStep)
           
 

Uses of Chunk in com.ibm.jbatch.container.modelresolver.impl
 

Methods in com.ibm.jbatch.container.modelresolver.impl that return Chunk
 Chunk ChunkPropertyResolverImpl.substituteProperties(Chunk chunk, Properties submittedProps, Properties parentProps)
           
 

Methods in com.ibm.jbatch.container.modelresolver.impl with parameters of type Chunk
 Chunk ChunkPropertyResolverImpl.substituteProperties(Chunk chunk, Properties submittedProps, Properties parentProps)
           
 

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

Fields in com.ibm.jbatch.jsl.model declared as Chunk
protected  Chunk Step.chunk
           
 

Methods in com.ibm.jbatch.jsl.model that return Chunk
 Chunk ObjectFactory.createChunk()
          Create an instance of Chunk
 Chunk Step.getChunk()
          Gets the value of the chunk property.
 

Methods in com.ibm.jbatch.jsl.model with parameters of type Chunk
 void Step.setChunk(Chunk value)
          Sets the value of the chunk property.
 



Copyright © 2013. All Rights Reserved.