Files
spring-batch/spring-batch-infrastructure/build/docs/javadoc/serialized-form.html
Michael Minella 75ab909314 update
2017-03-23 10:18:33 -05:00

365 lines
16 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_31) on Thu Mar 23 10:01:13 CDT 2017 -->
<title>Serialized Form (spring-batch-infrastructure 4.0.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2017-03-23">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Serialized Form (spring-batch-infrastructure 4.0.0.BUILD-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
<li><a href="serialized-form.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Serialized Form" class="title">Serialized Form</h1>
</div>
<div class="serializedFormContainer">
<ul class="blockList">
<li class="blockList">
<h2 title="Package">Package&nbsp;org.springframework.batch.item</h2>
<ul class="blockList">
<li class="blockList"><a name="org.springframework.batch.item.ExecutionContext">
<!-- -->
</a>
<h3>Class <a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item">org.springframework.batch.item.ExecutionContext</a> extends java.lang.Object implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>dirty</h4>
<pre>boolean dirty</pre>
</li>
<li class="blockListLast">
<h4>map</h4>
<pre>java.util.Map&lt;K,V&gt; map</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.springframework.batch.item.ItemReaderException">
<!-- -->
</a>
<h3>Class <a href="org/springframework/batch/item/ItemReaderException.html" title="class in org.springframework.batch.item">org.springframework.batch.item.ItemReaderException</a> extends java.lang.RuntimeException implements Serializable</h3>
</li>
<li class="blockList"><a name="org.springframework.batch.item.ItemStreamException">
<!-- -->
</a>
<h3>Class <a href="org/springframework/batch/item/ItemStreamException.html" title="class in org.springframework.batch.item">org.springframework.batch.item.ItemStreamException</a> extends java.lang.RuntimeException implements Serializable</h3>
</li>
<li class="blockList"><a name="org.springframework.batch.item.ItemWriterException">
<!-- -->
</a>
<h3>Class <a href="org/springframework/batch/item/ItemWriterException.html" title="class in org.springframework.batch.item">org.springframework.batch.item.ItemWriterException</a> extends java.lang.RuntimeException implements Serializable</h3>
</li>
<li class="blockList"><a name="org.springframework.batch.item.NonTransientResourceException">
<!-- -->
</a>
<h3>Class <a href="org/springframework/batch/item/NonTransientResourceException.html" title="class in org.springframework.batch.item">org.springframework.batch.item.NonTransientResourceException</a> extends <a href="org/springframework/batch/item/ItemReaderException.html" title="class in org.springframework.batch.item">ItemReaderException</a> implements Serializable</h3>
</li>
<li class="blockList"><a name="org.springframework.batch.item.ParseException">
<!-- -->
</a>
<h3>Class <a href="org/springframework/batch/item/ParseException.html" title="class in org.springframework.batch.item">org.springframework.batch.item.ParseException</a> extends <a href="org/springframework/batch/item/ItemReaderException.html" title="class in org.springframework.batch.item">ItemReaderException</a> implements Serializable</h3>
</li>
<li class="blockList"><a name="org.springframework.batch.item.ReaderNotOpenException">
<!-- -->
</a>
<h3>Class <a href="org/springframework/batch/item/ReaderNotOpenException.html" title="class in org.springframework.batch.item">org.springframework.batch.item.ReaderNotOpenException</a> extends <a href="org/springframework/batch/item/ItemReaderException.html" title="class in org.springframework.batch.item">ItemReaderException</a> implements Serializable</h3>
</li>
<li class="blockList"><a name="org.springframework.batch.item.UnexpectedInputException">
<!-- -->
</a>
<h3>Class <a href="org/springframework/batch/item/UnexpectedInputException.html" title="class in org.springframework.batch.item">org.springframework.batch.item.UnexpectedInputException</a> extends <a href="org/springframework/batch/item/ItemReaderException.html" title="class in org.springframework.batch.item">ItemReaderException</a> implements Serializable</h3>
</li>
<li class="blockList"><a name="org.springframework.batch.item.WriteFailedException">
<!-- -->
</a>
<h3>Class <a href="org/springframework/batch/item/WriteFailedException.html" title="class in org.springframework.batch.item">org.springframework.batch.item.WriteFailedException</a> extends <a href="org/springframework/batch/item/ItemWriterException.html" title="class in org.springframework.batch.item">ItemWriterException</a> implements Serializable</h3>
</li>
<li class="blockList"><a name="org.springframework.batch.item.WriterNotOpenException">
<!-- -->
</a>
<h3>Class <a href="org/springframework/batch/item/WriterNotOpenException.html" title="class in org.springframework.batch.item">org.springframework.batch.item.WriterNotOpenException</a> extends <a href="org/springframework/batch/item/ItemWriterException.html" title="class in org.springframework.batch.item">ItemWriterException</a> implements Serializable</h3>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;org.springframework.batch.item.adapter</h2>
<ul class="blockList">
<li class="blockList"><a name="org.springframework.batch.item.adapter.AbstractMethodInvokingDelegator.InvocationTargetThrowableWrapper">
<!-- -->
</a>
<h3>Class <a href="org/springframework/batch/item/adapter/AbstractMethodInvokingDelegator.InvocationTargetThrowableWrapper.html" title="class in org.springframework.batch.item.adapter">org.springframework.batch.item.adapter.AbstractMethodInvokingDelegator.InvocationTargetThrowableWrapper</a> extends java.lang.RuntimeException implements Serializable</h3>
</li>
<li class="blockList"><a name="org.springframework.batch.item.adapter.DynamicMethodInvocationException">
<!-- -->
</a>
<h3>Class <a href="org/springframework/batch/item/adapter/DynamicMethodInvocationException.html" title="class in org.springframework.batch.item.adapter">org.springframework.batch.item.adapter.DynamicMethodInvocationException</a> extends java.lang.RuntimeException implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-6056786139731564040L</dd>
</dl>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;org.springframework.batch.item.file</h2>
<ul class="blockList">
<li class="blockList"><a name="org.springframework.batch.item.file.FlatFileParseException">
<!-- -->
</a>
<h3>Class <a href="org/springframework/batch/item/file/FlatFileParseException.html" title="class in org.springframework.batch.item.file">org.springframework.batch.item.file.FlatFileParseException</a> extends <a href="org/springframework/batch/item/ParseException.html" title="class in org.springframework.batch.item">ParseException</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>input</h4>
<pre>java.lang.String input</pre>
</li>
<li class="blockListLast">
<h4>lineNumber</h4>
<pre>int lineNumber</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.springframework.batch.item.file.NonTransientFlatFileException">
<!-- -->
</a>
<h3>Class <a href="org/springframework/batch/item/file/NonTransientFlatFileException.html" title="class in org.springframework.batch.item.file">org.springframework.batch.item.file.NonTransientFlatFileException</a> extends <a href="org/springframework/batch/item/NonTransientResourceException.html" title="class in org.springframework.batch.item">NonTransientResourceException</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>input</h4>
<pre>java.lang.String input</pre>
</li>
<li class="blockListLast">
<h4>lineNumber</h4>
<pre>int lineNumber</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;org.springframework.batch.item.file.transform</h2>
<ul class="blockList">
<li class="blockList"><a name="org.springframework.batch.item.file.transform.ConversionException">
<!-- -->
</a>
<h3>Class <a href="org/springframework/batch/item/file/transform/ConversionException.html" title="class in org.springframework.batch.item.file.transform">org.springframework.batch.item.file.transform.ConversionException</a> extends java.lang.RuntimeException implements Serializable</h3>
</li>
<li class="blockList"><a name="org.springframework.batch.item.file.transform.FlatFileFormatException">
<!-- -->
</a>
<h3>Class <a href="org/springframework/batch/item/file/transform/FlatFileFormatException.html" title="class in org.springframework.batch.item.file.transform">org.springframework.batch.item.file.transform.FlatFileFormatException</a> extends java.lang.RuntimeException implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>input</h4>
<pre>java.lang.String input</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.springframework.batch.item.file.transform.IncorrectLineLengthException">
<!-- -->
</a>
<h3>Class <a href="org/springframework/batch/item/file/transform/IncorrectLineLengthException.html" title="class in org.springframework.batch.item.file.transform">org.springframework.batch.item.file.transform.IncorrectLineLengthException</a> extends <a href="org/springframework/batch/item/file/transform/FlatFileFormatException.html" title="class in org.springframework.batch.item.file.transform">FlatFileFormatException</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>actualLength</h4>
<pre>int actualLength</pre>
</li>
<li class="blockListLast">
<h4>expectedLength</h4>
<pre>int expectedLength</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.springframework.batch.item.file.transform.IncorrectTokenCountException">
<!-- -->
</a>
<h3>Class <a href="org/springframework/batch/item/file/transform/IncorrectTokenCountException.html" title="class in org.springframework.batch.item.file.transform">org.springframework.batch.item.file.transform.IncorrectTokenCountException</a> extends <a href="org/springframework/batch/item/file/transform/FlatFileFormatException.html" title="class in org.springframework.batch.item.file.transform">FlatFileFormatException</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>actualCount</h4>
<pre>int actualCount</pre>
</li>
<li class="blockList">
<h4>expectedCount</h4>
<pre>int expectedCount</pre>
</li>
<li class="blockListLast">
<h4>input</h4>
<pre>java.lang.String input</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;org.springframework.batch.item.validator</h2>
<ul class="blockList">
<li class="blockList"><a name="org.springframework.batch.item.validator.ValidationException">
<!-- -->
</a>
<h3>Class <a href="org/springframework/batch/item/validator/ValidationException.html" title="class in org.springframework.batch.item.validator">org.springframework.batch.item.validator.ValidationException</a> extends <a href="org/springframework/batch/item/ItemReaderException.html" title="class in org.springframework.batch.item">ItemReaderException</a> implements Serializable</h3>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;org.springframework.batch.repeat</h2>
<ul class="blockList">
<li class="blockList"><a name="org.springframework.batch.repeat.RepeatException">
<!-- -->
</a>
<h3>Class <a href="org/springframework/batch/repeat/RepeatException.html" title="class in org.springframework.batch.repeat">org.springframework.batch.repeat.RepeatException</a> extends org.springframework.core.NestedRuntimeException implements Serializable</h3>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;org.springframework.batch.support.transaction</h2>
<ul class="blockList">
<li class="blockList"><a name="org.springframework.batch.support.transaction.FlushFailedException">
<!-- -->
</a>
<h3>Class <a href="org/springframework/batch/support/transaction/FlushFailedException.html" title="class in org.springframework.batch.support.transaction">org.springframework.batch.support.transaction.FlushFailedException</a> extends java.lang.RuntimeException implements Serializable</h3>
</li>
<li class="blockList"><a name="org.springframework.batch.support.transaction.ResourcelessTransactionManager">
<!-- -->
</a>
<h3>Class <a href="org/springframework/batch/support/transaction/ResourcelessTransactionManager.html" title="class in org.springframework.batch.support.transaction">org.springframework.batch.support.transaction.ResourcelessTransactionManager</a> extends org.springframework.transaction.support.AbstractPlatformTransactionManager implements Serializable</h3>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
<li><a href="serialized-form.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>