|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjsr352.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
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 |
|---|
@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
@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
@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
@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
@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
@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
@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
@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
@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
@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
@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
@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
@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 |
|---|
public Chunk()
| Method Detail |
|---|
@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()
JSLProperties
@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)
value - allowed object is
JSLProperties
@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()
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)-")
public void setCheckpointAlgorithm(CheckpointAlgorithm value)
value - allowed object is
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)-")
public ExceptionClassFilter getSkippableExceptionClasses()
ExceptionClassFilter
@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)
value - allowed object is
ExceptionClassFilter
@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()
ExceptionClassFilter
@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)
value - allowed object is
ExceptionClassFilter
@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()
ExceptionClassFilter
@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)
value - allowed object is
ExceptionClassFilter
@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()
String
@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)
value - allowed object is
String
@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()
String
@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)
value - allowed object is
String
@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()
String
@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)
value - allowed object is
String
@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()
String
@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)
value - allowed object is
String
@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()
String
@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)
value - allowed object is
String
@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()
String
@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)
value - allowed object is
String
@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()
String
@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)
value - allowed object is
String
@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()
String
@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)
value - allowed object is
String
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||