229 lines
6.9 KiB
HTML
229 lines
6.9 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:28 CDT 2017 -->
|
|
<title>Serialized Form (spring-batch-integration 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-integration 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 Frames</a></li>
|
|
</ul>
|
|
<ul class="navList" id="allclasses_navbar_top">
|
|
<li><a href="allclasses-noframe.html">All 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 org.springframework.batch.integration.chunk</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.springframework.batch.integration.chunk.AsynchronousFailureException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/integration/chunk/AsynchronousFailureException.html" title="class in org.springframework.batch.integration.chunk">org.springframework.batch.integration.chunk.AsynchronousFailureException</a> extends org.springframework.batch.item.ItemWriterException implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.integration.chunk.ChunkRequest">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/integration/chunk/ChunkRequest.html" title="class in org.springframework.batch.integration.chunk">org.springframework.batch.integration.chunk.ChunkRequest</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>jobId</h4>
|
|
<pre>long jobId</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>items</h4>
|
|
<pre>java.util.Collection<E> items</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>stepContribution</h4>
|
|
<pre>org.springframework.batch.core.StepContribution stepContribution</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>sequence</h4>
|
|
<pre>int sequence</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.integration.chunk.ChunkResponse">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/integration/chunk/ChunkResponse.html" title="class in org.springframework.batch.integration.chunk">org.springframework.batch.integration.chunk.ChunkResponse</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>stepContribution</h4>
|
|
<pre>org.springframework.batch.core.StepContribution stepContribution</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>jobId</h4>
|
|
<pre>java.lang.Long jobId</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>status</h4>
|
|
<pre>boolean status</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>message</h4>
|
|
<pre>java.lang.String message</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>redelivered</h4>
|
|
<pre>boolean redelivered</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>sequence</h4>
|
|
<pre>int sequence</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.springframework.batch.integration.partition</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.springframework.batch.integration.partition.StepExecutionRequest">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/integration/partition/StepExecutionRequest.html" title="class in org.springframework.batch.integration.partition">org.springframework.batch.integration.partition.StepExecutionRequest</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>stepExecutionId</h4>
|
|
<pre>java.lang.Long stepExecutionId</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>stepName</h4>
|
|
<pre>java.lang.String stepName</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>jobExecutionId</h4>
|
|
<pre>java.lang.Long jobExecutionId</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</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 Frames</a></li>
|
|
</ul>
|
|
<ul class="navList" id="allclasses_navbar_bottom">
|
|
<li><a href="allclasses-noframe.html">All 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>
|