1410 lines
58 KiB
HTML
1410 lines
58 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 09:54:38 CDT 2017 -->
|
|
<title>Serialized Form (null 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 (null 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.core</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.springframework.batch.core.Entity">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/Entity.html" title="class in org.springframework.batch.core">org.springframework.batch.core.Entity</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>id</h4>
|
|
<pre>java.lang.Long id</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>version</h4>
|
|
<pre>java.lang.Integer version</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.ExitStatus">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/ExitStatus.html" title="class in org.springframework.batch.core">org.springframework.batch.core.ExitStatus</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>exitCode</h4>
|
|
<pre>java.lang.String exitCode</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>exitDescription</h4>
|
|
<pre>java.lang.String exitDescription</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.JobExecution">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/JobExecution.html" title="class in org.springframework.batch.core">org.springframework.batch.core.JobExecution</a> extends <a href="org/springframework/batch/core/Entity.html" title="class in org.springframework.batch.core">Entity</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialization Methods</h3>
|
|
<ul class="blockList">
|
|
<li class="blockListLast">
|
|
<h4>readObject</h4>
|
|
<pre>private void readObject(java.io.ObjectInputStream stream)
|
|
throws java.io.IOException,
|
|
java.lang.ClassNotFoundException</pre>
|
|
<div class="block">Deserialize and ensure transient fields are re-instantiated when read
|
|
back</div>
|
|
<dl>
|
|
<dt><span class="throwsLabel">Throws:</span></dt>
|
|
<dd><code>java.io.IOException</code></dd>
|
|
<dd><code>java.lang.ClassNotFoundException</code></dd>
|
|
</dl>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>jobParameters</h4>
|
|
<pre><a href="org/springframework/batch/core/JobParameters.html" title="class in org.springframework.batch.core">JobParameters</a> jobParameters</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>jobInstance</h4>
|
|
<pre><a href="org/springframework/batch/core/JobInstance.html" title="class in org.springframework.batch.core">JobInstance</a> jobInstance</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>stepExecutions</h4>
|
|
<pre>java.util.Collection<E> stepExecutions</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>status</h4>
|
|
<pre><a href="org/springframework/batch/core/BatchStatus.html" title="enum in org.springframework.batch.core">BatchStatus</a> status</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>startTime</h4>
|
|
<pre>java.util.Date startTime</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>createTime</h4>
|
|
<pre>java.util.Date createTime</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>endTime</h4>
|
|
<pre>java.util.Date endTime</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>lastUpdated</h4>
|
|
<pre>java.util.Date lastUpdated</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>exitStatus</h4>
|
|
<pre><a href="org/springframework/batch/core/ExitStatus.html" title="class in org.springframework.batch.core">ExitStatus</a> exitStatus</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>executionContext</h4>
|
|
<pre><a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item">ExecutionContext</a> executionContext</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>jobConfigurationName</h4>
|
|
<pre>java.lang.String jobConfigurationName</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.JobExecutionException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/JobExecutionException.html" title="class in org.springframework.batch.core">org.springframework.batch.core.JobExecutionException</a> extends java.lang.Exception implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.JobInstance">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/JobInstance.html" title="class in org.springframework.batch.core">org.springframework.batch.core.JobInstance</a> extends <a href="org/springframework/batch/core/Entity.html" title="class in org.springframework.batch.core">Entity</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockListLast">
|
|
<h4>jobName</h4>
|
|
<pre>java.lang.String jobName</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.JobInterruptedException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/JobInterruptedException.html" title="class in org.springframework.batch.core">org.springframework.batch.core.JobInterruptedException</a> extends <a href="org/springframework/batch/core/JobExecutionException.html" title="class in org.springframework.batch.core">JobExecutionException</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockListLast">
|
|
<h4>status</h4>
|
|
<pre><a href="org/springframework/batch/core/BatchStatus.html" title="enum in org.springframework.batch.core">BatchStatus</a> status</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.JobParameter">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/JobParameter.html" title="class in org.springframework.batch.core">org.springframework.batch.core.JobParameter</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>parameter</h4>
|
|
<pre>java.lang.Object parameter</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>parameterType</h4>
|
|
<pre><a href="org/springframework/batch/core/JobParameter.ParameterType.html" title="enum in org.springframework.batch.core">JobParameter.ParameterType</a> parameterType</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>identifying</h4>
|
|
<pre>boolean identifying</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.JobParameters">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/JobParameters.html" title="class in org.springframework.batch.core">org.springframework.batch.core.JobParameters</a> extends java.lang.Object implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockListLast">
|
|
<h4>parameters</h4>
|
|
<pre>java.util.Map<K,V> parameters</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.JobParametersInvalidException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/JobParametersInvalidException.html" title="class in org.springframework.batch.core">org.springframework.batch.core.JobParametersInvalidException</a> extends <a href="org/springframework/batch/core/JobExecutionException.html" title="class in org.springframework.batch.core">JobExecutionException</a> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.StartLimitExceededException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/StartLimitExceededException.html" title="class in org.springframework.batch.core">org.springframework.batch.core.StartLimitExceededException</a> extends java.lang.RuntimeException implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.StepContribution">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/StepContribution.html" title="class in org.springframework.batch.core">org.springframework.batch.core.StepContribution</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>readCount</h4>
|
|
<pre>int readCount</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>writeCount</h4>
|
|
<pre>int writeCount</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>filterCount</h4>
|
|
<pre>int filterCount</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>parentSkipCount</h4>
|
|
<pre>int parentSkipCount</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>readSkipCount</h4>
|
|
<pre>int readSkipCount</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>writeSkipCount</h4>
|
|
<pre>int writeSkipCount</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>processSkipCount</h4>
|
|
<pre>int processSkipCount</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>exitStatus</h4>
|
|
<pre><a href="org/springframework/batch/core/ExitStatus.html" title="class in org.springframework.batch.core">ExitStatus</a> exitStatus</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.StepExecution">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/StepExecution.html" title="class in org.springframework.batch.core">org.springframework.batch.core.StepExecution</a> extends <a href="org/springframework/batch/core/Entity.html" title="class in org.springframework.batch.core">Entity</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialization Methods</h3>
|
|
<ul class="blockList">
|
|
<li class="blockListLast">
|
|
<h4>readObject</h4>
|
|
<pre>private void readObject(java.io.ObjectInputStream stream)
|
|
throws java.io.IOException,
|
|
java.lang.ClassNotFoundException</pre>
|
|
<div class="block">Deserialize and ensure transient fields are re-instantiated when read
|
|
back</div>
|
|
<dl>
|
|
<dt><span class="throwsLabel">Throws:</span></dt>
|
|
<dd><code>java.io.IOException</code></dd>
|
|
<dd><code>java.lang.ClassNotFoundException</code></dd>
|
|
</dl>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>jobExecution</h4>
|
|
<pre><a href="org/springframework/batch/core/JobExecution.html" title="class in org.springframework.batch.core">JobExecution</a> jobExecution</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>stepName</h4>
|
|
<pre>java.lang.String stepName</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>status</h4>
|
|
<pre><a href="org/springframework/batch/core/BatchStatus.html" title="enum in org.springframework.batch.core">BatchStatus</a> status</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>readCount</h4>
|
|
<pre>int readCount</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>writeCount</h4>
|
|
<pre>int writeCount</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>commitCount</h4>
|
|
<pre>int commitCount</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>rollbackCount</h4>
|
|
<pre>int rollbackCount</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>readSkipCount</h4>
|
|
<pre>int readSkipCount</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>processSkipCount</h4>
|
|
<pre>int processSkipCount</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>writeSkipCount</h4>
|
|
<pre>int writeSkipCount</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>startTime</h4>
|
|
<pre>java.util.Date startTime</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>endTime</h4>
|
|
<pre>java.util.Date endTime</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>lastUpdated</h4>
|
|
<pre>java.util.Date lastUpdated</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>executionContext</h4>
|
|
<pre><a href="org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item">ExecutionContext</a> executionContext</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>exitStatus</h4>
|
|
<pre><a href="org/springframework/batch/core/ExitStatus.html" title="class in org.springframework.batch.core">ExitStatus</a> exitStatus</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>terminateOnly</h4>
|
|
<pre>boolean terminateOnly</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>filterCount</h4>
|
|
<pre>int filterCount</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.UnexpectedJobExecutionException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/UnexpectedJobExecutionException.html" title="class in org.springframework.batch.core">org.springframework.batch.core.UnexpectedJobExecutionException</a> extends java.lang.RuntimeException implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>8838982304219248527L</dd>
|
|
</dl>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.springframework.batch.core.configuration</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.springframework.batch.core.configuration.BatchConfigurationException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/configuration/BatchConfigurationException.html" title="class in org.springframework.batch.core.configuration">org.springframework.batch.core.configuration.BatchConfigurationException</a> extends java.lang.RuntimeException implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.configuration.DuplicateJobException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/configuration/DuplicateJobException.html" title="class in org.springframework.batch.core.configuration">org.springframework.batch.core.configuration.DuplicateJobException</a> extends <a href="org/springframework/batch/core/JobExecutionException.html" title="class in org.springframework.batch.core">JobExecutionException</a> implements Serializable</h3>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.springframework.batch.core.job.builder</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.springframework.batch.core.job.builder.FlowBuilderException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/job/builder/FlowBuilderException.html" title="class in org.springframework.batch.core.job.builder">org.springframework.batch.core.job.builder.FlowBuilderException</a> extends java.lang.RuntimeException implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.job.builder.JobBuilderException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/job/builder/JobBuilderException.html" title="class in org.springframework.batch.core.job.builder">org.springframework.batch.core.job.builder.JobBuilderException</a> extends java.lang.RuntimeException implements Serializable</h3>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.springframework.batch.core.job.flow</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.springframework.batch.core.job.flow.FlowExecutionException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/job/flow/FlowExecutionException.html" title="class in org.springframework.batch.core.job.flow">org.springframework.batch.core.job.flow.FlowExecutionException</a> extends java.lang.Exception implements Serializable</h3>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.springframework.batch.core.jsr.partition</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.springframework.batch.core.jsr.partition.JsrPartitionHandler.PartitionPlanState">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/jsr/partition/JsrPartitionHandler.PartitionPlanState.html" title="class in org.springframework.batch.core.jsr.partition">org.springframework.batch.core.jsr.partition.JsrPartitionHandler.PartitionPlanState</a> extends java.lang.Object implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>1L</dd>
|
|
</dl>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>partitionProperties</h4>
|
|
<pre>java.util.Properties[] partitionProperties</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>partitions</h4>
|
|
<pre>int partitions</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>threads</h4>
|
|
<pre>int threads</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.springframework.batch.core.launch</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.springframework.batch.core.launch.JobExecutionNotFailedException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/launch/JobExecutionNotFailedException.html" title="class in org.springframework.batch.core.launch">org.springframework.batch.core.launch.JobExecutionNotFailedException</a> extends <a href="org/springframework/batch/core/JobExecutionException.html" title="class in org.springframework.batch.core">JobExecutionException</a> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.launch.JobExecutionNotRunningException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/launch/JobExecutionNotRunningException.html" title="class in org.springframework.batch.core.launch">org.springframework.batch.core.launch.JobExecutionNotRunningException</a> extends <a href="org/springframework/batch/core/JobExecutionException.html" title="class in org.springframework.batch.core">JobExecutionException</a> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.launch.JobExecutionNotStoppedException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/launch/JobExecutionNotStoppedException.html" title="class in org.springframework.batch.core.launch">org.springframework.batch.core.launch.JobExecutionNotStoppedException</a> extends <a href="org/springframework/batch/core/JobExecutionException.html" title="class in org.springframework.batch.core">JobExecutionException</a> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.launch.JobInstanceAlreadyExistsException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/launch/JobInstanceAlreadyExistsException.html" title="class in org.springframework.batch.core.launch">org.springframework.batch.core.launch.JobInstanceAlreadyExistsException</a> extends <a href="org/springframework/batch/core/JobExecutionException.html" title="class in org.springframework.batch.core">JobExecutionException</a> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.launch.JobParametersNotFoundException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/launch/JobParametersNotFoundException.html" title="class in org.springframework.batch.core.launch">org.springframework.batch.core.launch.JobParametersNotFoundException</a> extends <a href="org/springframework/batch/core/JobExecutionException.html" title="class in org.springframework.batch.core">JobExecutionException</a> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.launch.NoSuchJobException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/launch/NoSuchJobException.html" title="class in org.springframework.batch.core.launch">org.springframework.batch.core.launch.NoSuchJobException</a> extends <a href="org/springframework/batch/core/JobExecutionException.html" title="class in org.springframework.batch.core">JobExecutionException</a> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.launch.NoSuchJobExecutionException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/launch/NoSuchJobExecutionException.html" title="class in org.springframework.batch.core.launch">org.springframework.batch.core.launch.NoSuchJobExecutionException</a> extends <a href="org/springframework/batch/core/JobExecutionException.html" title="class in org.springframework.batch.core">JobExecutionException</a> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.launch.NoSuchJobInstanceException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/launch/NoSuchJobInstanceException.html" title="class in org.springframework.batch.core.launch">org.springframework.batch.core.launch.NoSuchJobInstanceException</a> extends <a href="org/springframework/batch/core/JobExecutionException.html" title="class in org.springframework.batch.core">JobExecutionException</a> implements Serializable</h3>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.springframework.batch.core.listener</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.springframework.batch.core.listener.StepListenerFailedException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/listener/StepListenerFailedException.html" title="class in org.springframework.batch.core.listener">org.springframework.batch.core.listener.StepListenerFailedException</a> extends java.lang.RuntimeException implements Serializable</h3>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.springframework.batch.core.repository</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.springframework.batch.core.repository.JobExecutionAlreadyRunningException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/repository/JobExecutionAlreadyRunningException.html" title="class in org.springframework.batch.core.repository">org.springframework.batch.core.repository.JobExecutionAlreadyRunningException</a> extends <a href="org/springframework/batch/core/JobExecutionException.html" title="class in org.springframework.batch.core">JobExecutionException</a> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.repository.JobInstanceAlreadyCompleteException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/repository/JobInstanceAlreadyCompleteException.html" title="class in org.springframework.batch.core.repository">org.springframework.batch.core.repository.JobInstanceAlreadyCompleteException</a> extends <a href="org/springframework/batch/core/JobExecutionException.html" title="class in org.springframework.batch.core">JobExecutionException</a> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.repository.JobRestartException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/repository/JobRestartException.html" title="class in org.springframework.batch.core.repository">org.springframework.batch.core.repository.JobRestartException</a> extends <a href="org/springframework/batch/core/JobExecutionException.html" title="class in org.springframework.batch.core">JobExecutionException</a> implements Serializable</h3>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.springframework.batch.core.repository.dao</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.springframework.batch.core.repository.dao.NoSuchObjectException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/repository/dao/NoSuchObjectException.html" title="class in org.springframework.batch.core.repository.dao">org.springframework.batch.core.repository.dao.NoSuchObjectException</a> extends java.lang.RuntimeException implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>4399621765157283111L</dd>
|
|
</dl>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.springframework.batch.core.scope.context</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.springframework.batch.core.scope.context.ChunkContext">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/scope/context/ChunkContext.html" title="class in org.springframework.batch.core.scope.context">org.springframework.batch.core.scope.context.ChunkContext</a> extends org.springframework.core.AttributeAccessorSupport implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>stepContext</h4>
|
|
<pre><a href="org/springframework/batch/core/scope/context/StepContext.html" title="class in org.springframework.batch.core.scope.context">StepContext</a> stepContext</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>complete</h4>
|
|
<pre>boolean complete</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.springframework.batch.core.step</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.springframework.batch.core.step.FatalStepExecutionException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/step/FatalStepExecutionException.html" title="class in org.springframework.batch.core.step">org.springframework.batch.core.step.FatalStepExecutionException</a> extends <a href="org/springframework/batch/core/UnexpectedJobExecutionException.html" title="class in org.springframework.batch.core">UnexpectedJobExecutionException</a> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.step.NoSuchStepException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/step/NoSuchStepException.html" title="class in org.springframework.batch.core.step">org.springframework.batch.core.step.NoSuchStepException</a> extends java.lang.RuntimeException implements Serializable</h3>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.springframework.batch.core.step.builder</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.springframework.batch.core.step.builder.StepBuilderException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/step/builder/StepBuilderException.html" title="class in org.springframework.batch.core.step.builder">org.springframework.batch.core.step.builder.StepBuilderException</a> extends java.lang.RuntimeException implements Serializable</h3>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.springframework.batch.core.step.item</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.springframework.batch.core.step.item.ForceRollbackForWriteSkipException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/step/item/ForceRollbackForWriteSkipException.html" title="class in org.springframework.batch.core.step.item">org.springframework.batch.core.step.item.ForceRollbackForWriteSkipException</a> extends java.lang.RuntimeException implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.step.item.SkipOverflowException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/step/item/SkipOverflowException.html" title="class in org.springframework.batch.core.step.item">org.springframework.batch.core.step.item.SkipOverflowException</a> extends <a href="org/springframework/batch/core/step/skip/SkipException.html" title="class in org.springframework.batch.core.step.skip">SkipException</a> implements Serializable</h3>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.springframework.batch.core.step.skip</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.springframework.batch.core.step.skip.NonSkippableProcessException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/step/skip/NonSkippableProcessException.html" title="class in org.springframework.batch.core.step.skip">org.springframework.batch.core.step.skip.NonSkippableProcessException</a> extends <a href="org/springframework/batch/core/step/skip/SkipException.html" title="class in org.springframework.batch.core.step.skip">SkipException</a> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.step.skip.NonSkippableReadException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/step/skip/NonSkippableReadException.html" title="class in org.springframework.batch.core.step.skip">org.springframework.batch.core.step.skip.NonSkippableReadException</a> extends <a href="org/springframework/batch/core/step/skip/SkipException.html" title="class in org.springframework.batch.core.step.skip">SkipException</a> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.step.skip.NonSkippableWriteException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/step/skip/NonSkippableWriteException.html" title="class in org.springframework.batch.core.step.skip">org.springframework.batch.core.step.skip.NonSkippableWriteException</a> extends <a href="org/springframework/batch/core/step/skip/SkipException.html" title="class in org.springframework.batch.core.step.skip">SkipException</a> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.step.skip.SkipException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/step/skip/SkipException.html" title="class in org.springframework.batch.core.step.skip">org.springframework.batch.core.step.skip.SkipException</a> extends <a href="org/springframework/batch/core/UnexpectedJobExecutionException.html" title="class in org.springframework.batch.core">UnexpectedJobExecutionException</a> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.step.skip.SkipLimitExceededException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/step/skip/SkipLimitExceededException.html" title="class in org.springframework.batch.core.step.skip">org.springframework.batch.core.step.skip.SkipLimitExceededException</a> extends <a href="org/springframework/batch/core/step/skip/SkipException.html" title="class in org.springframework.batch.core.step.skip">SkipException</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockListLast">
|
|
<h4>skipLimit</h4>
|
|
<pre>int skipLimit</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.step.skip.SkipListenerFailedException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/step/skip/SkipListenerFailedException.html" title="class in org.springframework.batch.core.step.skip">org.springframework.batch.core.step.skip.SkipListenerFailedException</a> extends <a href="org/springframework/batch/core/UnexpectedJobExecutionException.html" title="class in org.springframework.batch.core">UnexpectedJobExecutionException</a> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.step.skip.SkipPolicyFailedException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/step/skip/SkipPolicyFailedException.html" title="class in org.springframework.batch.core.step.skip">org.springframework.batch.core.step.skip.SkipPolicyFailedException</a> extends <a href="org/springframework/batch/core/UnexpectedJobExecutionException.html" title="class in org.springframework.batch.core">UnexpectedJobExecutionException</a> implements Serializable</h3>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.springframework.batch.core.step.tasklet</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.springframework.batch.core.step.tasklet.SystemCommandException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/step/tasklet/SystemCommandException.html" title="class in org.springframework.batch.core.step.tasklet">org.springframework.batch.core.step.tasklet.SystemCommandException</a> extends java.lang.RuntimeException implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>5139355923336176733L</dd>
|
|
</dl>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.step.tasklet.UncheckedTransactionException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/step/tasklet/UncheckedTransactionException.html" title="class in org.springframework.batch.core.step.tasklet">org.springframework.batch.core.step.tasklet.UncheckedTransactionException</a> extends java.lang.RuntimeException implements Serializable</h3>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.springframework.batch.core.test.football</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.springframework.batch.core.test.football.Game">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/test/football/Game.html" title="class in org.springframework.batch.core.test.football">org.springframework.batch.core.test.football.Game</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>id</h4>
|
|
<pre>java.lang.String id</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>year</h4>
|
|
<pre>int year</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>team</h4>
|
|
<pre>java.lang.String team</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>week</h4>
|
|
<pre>int week</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>opponent</h4>
|
|
<pre>java.lang.String opponent</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>completes</h4>
|
|
<pre>int completes</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>attempts</h4>
|
|
<pre>int attempts</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>passingYards</h4>
|
|
<pre>int passingYards</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>passingTd</h4>
|
|
<pre>int passingTd</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>interceptions</h4>
|
|
<pre>int interceptions</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>rushes</h4>
|
|
<pre>int rushes</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>rushYards</h4>
|
|
<pre>int rushYards</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>receptions</h4>
|
|
<pre>int receptions</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>receptionYards</h4>
|
|
<pre>int receptionYards</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>totalTd</h4>
|
|
<pre>int totalTd</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.core.test.football.Player">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/core/test/football/Player.html" title="class in org.springframework.batch.core.test.football">org.springframework.batch.core.test.football.Player</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>id</h4>
|
|
<pre>java.lang.String id</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>lastName</h4>
|
|
<pre>java.lang.String lastName</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>firstName</h4>
|
|
<pre>java.lang.String firstName</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>position</h4>
|
|
<pre>java.lang.String position</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>birthYear</h4>
|
|
<pre>int birthYear</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>debutYear</h4>
|
|
<pre>int debutYear</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<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 <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.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><a href="org/springframework/batch/core/StepContribution.html" title="class in org.springframework.batch.core">StepContribution</a> 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><a href="org/springframework/batch/core/StepContribution.html" title="class in org.springframework.batch.core">StepContribution</a> 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>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package 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<K,V> 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 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 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 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 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 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 org.springframework.batch.sample.domain.football</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.springframework.batch.sample.domain.football.Game">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/sample/domain/football/Game.html" title="class in org.springframework.batch.sample.domain.football">org.springframework.batch.sample.domain.football.Game</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>id</h4>
|
|
<pre>java.lang.String id</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>year</h4>
|
|
<pre>int year</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>team</h4>
|
|
<pre>java.lang.String team</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>week</h4>
|
|
<pre>int week</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>opponent</h4>
|
|
<pre>java.lang.String opponent</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>completes</h4>
|
|
<pre>int completes</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>attempts</h4>
|
|
<pre>int attempts</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>passingYards</h4>
|
|
<pre>int passingYards</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>passingTd</h4>
|
|
<pre>int passingTd</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>interceptions</h4>
|
|
<pre>int interceptions</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>rushes</h4>
|
|
<pre>int rushes</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>rushYards</h4>
|
|
<pre>int rushYards</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>receptions</h4>
|
|
<pre>int receptions</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>receptionYards</h4>
|
|
<pre>int receptionYards</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>totalTd</h4>
|
|
<pre>int totalTd</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.springframework.batch.sample.domain.football.Player">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/sample/domain/football/Player.html" title="class in org.springframework.batch.sample.domain.football">org.springframework.batch.sample.domain.football.Player</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>id</h4>
|
|
<pre>java.lang.String id</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>lastName</h4>
|
|
<pre>java.lang.String lastName</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>firstName</h4>
|
|
<pre>java.lang.String firstName</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>position</h4>
|
|
<pre>java.lang.String position</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>birthYear</h4>
|
|
<pre>int birthYear</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>debutYear</h4>
|
|
<pre>int debutYear</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.springframework.batch.sample.domain.trade</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.springframework.batch.sample.domain.trade.Trade">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/sample/domain/trade/Trade.html" title="class in org.springframework.batch.sample.domain.trade">org.springframework.batch.sample.domain.trade.Trade</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>isin</h4>
|
|
<pre>java.lang.String isin</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>quantity</h4>
|
|
<pre>long quantity</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>price</h4>
|
|
<pre>java.math.BigDecimal price</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>customer</h4>
|
|
<pre>java.lang.String customer</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>id</h4>
|
|
<pre>java.lang.Long id</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>version</h4>
|
|
<pre>long version</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.springframework.batch.sample.jmx</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.springframework.batch.sample.jmx.SimpleMessageApplicationEvent">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/springframework/batch/sample/jmx/SimpleMessageApplicationEvent.html" title="class in org.springframework.batch.sample.jmx">org.springframework.batch.sample.jmx.SimpleMessageApplicationEvent</a> extends org.springframework.context.ApplicationEvent implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockListLast">
|
|
<h4>message</h4>
|
|
<pre>java.lang.String message</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package 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 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>
|