jsr352.batch.jsl
Class Chunk

java.lang.Object
  extended by jsr352.batch.jsl.Chunk

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public class Chunk
extends Object

Java class for Chunk complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Chunk">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="properties" type="{http://batch.jsr352/jsl}Properties" minOccurs="0"/>
         <element name="checkpoint-algorithm" type="{http://batch.jsr352/jsl}CheckpointAlgorithm" minOccurs="0"/>
         <element name="skippable-exception-classes" type="{http://batch.jsr352/jsl}ExceptionClassFilter" minOccurs="0"/>
         <element name="retryable-exception-classes" type="{http://batch.jsr352/jsl}ExceptionClassFilter" minOccurs="0"/>
         <element name="no-rollback-exception-classes" type="{http://batch.jsr352/jsl}ExceptionClassFilter" minOccurs="0"/>
       </sequence>
       <attribute name="reader" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="processor" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="writer" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="checkpoint-policy" type="{http://www.w3.org/2001/XMLSchema}string" default="item" />
       <attribute name="commit-interval" type="{http://www.w3.org/2001/XMLSchema}string" default="10" />
       <attribute name="buffer-size" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="skip-limit" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="retry-limit" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String bufferSize
           
protected  CheckpointAlgorithm checkpointAlgorithm
           
protected  String checkpointPolicy
           
protected  String commitInterval
           
protected  ExceptionClassFilter noRollbackExceptionClasses
           
protected  String processor
           
protected  JSLProperties properties
           
protected  String reader
           
protected  ExceptionClassFilter retryableExceptionClasses
           
protected  String retryLimit
           
protected  String skipLimit
           
protected  ExceptionClassFilter skippableExceptionClasses
           
protected  String writer
           
 
Constructor Summary
Chunk()
           
 
Method Summary
 String getBufferSize()
          Gets the value of the bufferSize property.
 CheckpointAlgorithm getCheckpointAlgorithm()
          Gets the value of the checkpointAlgorithm property.
 String getCheckpointPolicy()
          Gets the value of the checkpointPolicy property.
 String getCommitInterval()
          Gets the value of the commitInterval property.
 ExceptionClassFilter getNoRollbackExceptionClasses()
          Gets the value of the noRollbackExceptionClasses property.
 String getProcessor()
          Gets the value of the processor property.
 JSLProperties getProperties()
          Gets the value of the properties property.
 String getReader()
          Gets the value of the reader property.
 ExceptionClassFilter getRetryableExceptionClasses()
          Gets the value of the retryableExceptionClasses property.
 String getRetryLimit()
          Gets the value of the retryLimit property.
 String getSkipLimit()
          Gets the value of the skipLimit property.
 ExceptionClassFilter getSkippableExceptionClasses()
          Gets the value of the skippableExceptionClasses property.
 String getWriter()
          Gets the value of the writer property.
 void setBufferSize(String value)
          Sets the value of the bufferSize property.
 void setCheckpointAlgorithm(CheckpointAlgorithm value)
          Sets the value of the checkpointAlgorithm property.
 void setCheckpointPolicy(String value)
          Sets the value of the checkpointPolicy property.
 void setCommitInterval(String value)
          Sets the value of the commitInterval property.
 void setNoRollbackExceptionClasses(ExceptionClassFilter value)
          Sets the value of the noRollbackExceptionClasses property.
 void setProcessor(String value)
          Sets the value of the processor property.
 void setProperties(JSLProperties value)
          Sets the value of the properties property.
 void setReader(String value)
          Sets the value of the reader property.
 void setRetryableExceptionClasses(ExceptionClassFilter value)
          Sets the value of the retryableExceptionClasses property.
 void setRetryLimit(String value)
          Sets the value of the retryLimit property.
 void setSkipLimit(String value)
          Sets the value of the skipLimit property.
 void setSkippableExceptionClasses(ExceptionClassFilter value)
          Sets the value of the skippableExceptionClasses property.
 void setWriter(String value)
          Sets the value of the writer property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected JSLProperties properties

checkpointAlgorithm

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected CheckpointAlgorithm checkpointAlgorithm

skippableExceptionClasses

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected ExceptionClassFilter skippableExceptionClasses

retryableExceptionClasses

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected ExceptionClassFilter retryableExceptionClasses

noRollbackExceptionClasses

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected ExceptionClassFilter noRollbackExceptionClasses

reader

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected String reader

processor

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected String processor

writer

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected String writer

checkpointPolicy

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected String checkpointPolicy

commitInterval

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected String commitInterval

bufferSize

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected String bufferSize

skipLimit

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected String skipLimit

retryLimit

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected String retryLimit
Constructor Detail

Chunk

public Chunk()
Method Detail

getProperties

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public JSLProperties getProperties()
Gets the value of the properties property.

Returns:
possible object is JSLProperties

setProperties

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setProperties(JSLProperties value)
Sets the value of the properties property.

Parameters:
value - allowed object is JSLProperties

getCheckpointAlgorithm

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public CheckpointAlgorithm getCheckpointAlgorithm()
Gets the value of the checkpointAlgorithm property.

Returns:
possible object is CheckpointAlgorithm

setCheckpointAlgorithm

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setCheckpointAlgorithm(CheckpointAlgorithm value)
Sets the value of the checkpointAlgorithm property.

Parameters:
value - allowed object is CheckpointAlgorithm

getSkippableExceptionClasses

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public ExceptionClassFilter getSkippableExceptionClasses()
Gets the value of the skippableExceptionClasses property.

Returns:
possible object is ExceptionClassFilter

setSkippableExceptionClasses

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setSkippableExceptionClasses(ExceptionClassFilter value)
Sets the value of the skippableExceptionClasses property.

Parameters:
value - allowed object is ExceptionClassFilter

getRetryableExceptionClasses

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public ExceptionClassFilter getRetryableExceptionClasses()
Gets the value of the retryableExceptionClasses property.

Returns:
possible object is ExceptionClassFilter

setRetryableExceptionClasses

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setRetryableExceptionClasses(ExceptionClassFilter value)
Sets the value of the retryableExceptionClasses property.

Parameters:
value - allowed object is ExceptionClassFilter

getNoRollbackExceptionClasses

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public ExceptionClassFilter getNoRollbackExceptionClasses()
Gets the value of the noRollbackExceptionClasses property.

Returns:
possible object is ExceptionClassFilter

setNoRollbackExceptionClasses

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setNoRollbackExceptionClasses(ExceptionClassFilter value)
Sets the value of the noRollbackExceptionClasses property.

Parameters:
value - allowed object is ExceptionClassFilter

getReader

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public String getReader()
Gets the value of the reader property.

Returns:
possible object is String

setReader

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setReader(String value)
Sets the value of the reader property.

Parameters:
value - allowed object is String

getProcessor

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public String getProcessor()
Gets the value of the processor property.

Returns:
possible object is String

setProcessor

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setProcessor(String value)
Sets the value of the processor property.

Parameters:
value - allowed object is String

getWriter

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public String getWriter()
Gets the value of the writer property.

Returns:
possible object is String

setWriter

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setWriter(String value)
Sets the value of the writer property.

Parameters:
value - allowed object is String

getCheckpointPolicy

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public String getCheckpointPolicy()
Gets the value of the checkpointPolicy property.

Returns:
possible object is String

setCheckpointPolicy

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setCheckpointPolicy(String value)
Sets the value of the checkpointPolicy property.

Parameters:
value - allowed object is String

getCommitInterval

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public String getCommitInterval()
Gets the value of the commitInterval property.

Returns:
possible object is String

setCommitInterval

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setCommitInterval(String value)
Sets the value of the commitInterval property.

Parameters:
value - allowed object is String

getBufferSize

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public String getBufferSize()
Gets the value of the bufferSize property.

Returns:
possible object is String

setBufferSize

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setBufferSize(String value)
Sets the value of the bufferSize property.

Parameters:
value - allowed object is String

getSkipLimit

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public String getSkipLimit()
Gets the value of the skipLimit property.

Returns:
possible object is String

setSkipLimit

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setSkipLimit(String value)
Sets the value of the skipLimit property.

Parameters:
value - allowed object is String

getRetryLimit

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public String getRetryLimit()
Gets the value of the retryLimit property.

Returns:
possible object is String

setRetryLimit

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setRetryLimit(String value)
Sets the value of the retryLimit property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.