Serialized Form


Package org.springframework.batch.core

Class org.springframework.batch.core.BatchStatus extends Object implements Serializable

serialVersionUID: 1634960297477743037L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

name

String name

Class org.springframework.batch.core.Entity extends Object implements Serializable

Serialized Fields

id

Long id

version

Integer version

Class org.springframework.batch.core.JobExecution extends Entity implements Serializable

Serialized Fields

jobInstance

JobInstance jobInstance

status

BatchStatus status

startTime

Date startTime

createTime

Date createTime

endTime

Date endTime

exitStatus

ExitStatus exitStatus

executionContext

ExecutionContext executionContext

Class org.springframework.batch.core.JobExecutionException extends Exception implements Serializable

Class org.springframework.batch.core.JobInstance extends Entity implements Serializable

Serialized Fields

jobParameters

JobParameters jobParameters

jobName

String jobName

Class org.springframework.batch.core.JobInterruptedException extends JobExecutionException implements Serializable

Class org.springframework.batch.core.JobParameters extends Object implements Serializable

Serialized Fields

stringMap

Map<K,V> stringMap

longMap

Map<K,V> longMap

doubleMap

Map<K,V> doubleMap

dateMap

Map<K,V> dateMap

Class org.springframework.batch.core.StartLimitExceededException extends RuntimeException implements Serializable

Class org.springframework.batch.core.StepExecution extends Entity implements Serializable

Serialized Fields

jobExecution

JobExecution jobExecution

stepName

String stepName

status

BatchStatus status

itemCount

int itemCount

commitCount

int commitCount

rollbackCount

int rollbackCount

readSkipCount

int readSkipCount

writeSkipCount

int writeSkipCount

startTime

Date startTime

endTime

Date endTime

executionContext

ExecutionContext executionContext

exitStatus

ExitStatus exitStatus

terminateOnly

boolean terminateOnly

Class org.springframework.batch.core.UnexpectedJobExecutionException extends RuntimeException implements Serializable

serialVersionUID: 8838982304219248527L


Package org.springframework.batch.core.repository

Class org.springframework.batch.core.repository.DuplicateJobException extends JobExecutionException implements Serializable

Class org.springframework.batch.core.repository.JobExecutionAlreadyRunningException extends JobExecutionException implements Serializable

Class org.springframework.batch.core.repository.JobInstanceAlreadyCompleteException extends JobExecutionException implements Serializable

Class org.springframework.batch.core.repository.JobRestartException extends JobExecutionException implements Serializable

Class org.springframework.batch.core.repository.NoSuchJobException extends JobExecutionException implements Serializable


Package org.springframework.batch.core.repository.dao

Class org.springframework.batch.core.repository.dao.NoSuchObjectException extends RuntimeException implements Serializable

serialVersionUID: 4399621765157283111L


Package org.springframework.batch.core.step

Class org.springframework.batch.core.step.AbstractStep.FatalException extends RuntimeException implements Serializable


Package org.springframework.batch.core.step.skip

Class org.springframework.batch.core.step.skip.NonSkippableException extends NestedRuntimeException implements Serializable

Class org.springframework.batch.core.step.skip.SkipLimitExceededException extends UnexpectedJobExecutionException implements Serializable

Serialized Fields

skipLimit

int skipLimit

Package org.springframework.batch.integration.chunk

Class org.springframework.batch.integration.chunk.AsynchronousFailureException extends ItemWriterException implements Serializable

Class org.springframework.batch.integration.chunk.ChunkRequest extends Object implements Serializable

Serialized Fields

skipCount

int skipCount

jobId

Long jobId

items

Collection<E> items

Class org.springframework.batch.integration.chunk.ChunkResponse extends Object implements Serializable

Serialized Fields

skipCount

int skipCount

jobId

Long jobId

exitStatus

ExitStatus exitStatus

Package org.springframework.batch.integration.job

Class org.springframework.batch.integration.job.StepExecutionTimeoutException extends UnexpectedJobExecutionException implements Serializable


Package org.springframework.batch.item

Class org.springframework.batch.item.ClearFailedException extends ItemWriterException implements Serializable

Class org.springframework.batch.item.ExecutionContext extends Object implements Serializable

Serialized Fields

dirty

boolean dirty

map

Map<K,V> map

Class org.springframework.batch.item.FlushFailedException extends ItemWriterException implements Serializable

Class org.springframework.batch.item.ItemReaderException extends RuntimeException implements Serializable

Class org.springframework.batch.item.ItemStreamException extends RuntimeException implements Serializable

Class org.springframework.batch.item.ItemWriterException extends RuntimeException implements Serializable

Class org.springframework.batch.item.MarkFailedException extends ItemReaderException implements Serializable

Class org.springframework.batch.item.NoWorkFoundException extends ItemReaderException implements Serializable

Class org.springframework.batch.item.ParseException extends ItemReaderException implements Serializable

Class org.springframework.batch.item.ReaderNotOpenException extends ItemReaderException implements Serializable

Class org.springframework.batch.item.ResetFailedException extends ItemReaderException implements Serializable

Class org.springframework.batch.item.UnexpectedInputException extends ItemReaderException implements Serializable

Class org.springframework.batch.item.WriterNotOpenException extends ItemReaderException implements Serializable


Package org.springframework.batch.item.adapter

Class org.springframework.batch.item.adapter.DynamicMethodInvocationException extends RuntimeException implements Serializable

serialVersionUID: -6056786139731564040L


Package org.springframework.batch.item.file

Class org.springframework.batch.item.file.FlatFileParseException extends ParseException implements Serializable

Serialized Fields

input

String input

lineNumber

int lineNumber

Package org.springframework.batch.item.file.mapping

Class org.springframework.batch.item.file.mapping.BindingException extends RuntimeException implements Serializable


Package org.springframework.batch.item.file.transform

Class org.springframework.batch.item.file.transform.Alignment extends StringCodedLabeledEnum implements Serializable

Class org.springframework.batch.item.file.transform.ConversionException extends RuntimeException implements Serializable

Class org.springframework.batch.item.file.transform.FlatFileFormatException extends RuntimeException implements Serializable

Class org.springframework.batch.item.file.transform.IncorrectLineLengthException extends FlatFileFormatException implements Serializable

Serialized Fields

actualLength

int actualLength

expectedLength

int expectedLength

Class org.springframework.batch.item.file.transform.IncorrectTokenCountException extends FlatFileFormatException implements Serializable

Serialized Fields

actualCount

int actualCount

expectedCount

int expectedCount

Package org.springframework.batch.item.validator

Class org.springframework.batch.item.validator.ValidationException extends ItemReaderException implements Serializable


Package org.springframework.batch.repeat

Class org.springframework.batch.repeat.ExitStatus extends Object implements Serializable

Serialized Fields

continuable

boolean continuable

exitCode

String exitCode

exitDescription

String exitDescription

Class org.springframework.batch.repeat.RepeatException extends NestedRuntimeException implements Serializable


Package org.springframework.batch.retry

Class org.springframework.batch.retry.ExhaustedRetryException extends RetryException implements Serializable

Class org.springframework.batch.retry.RetryException extends NestedRuntimeException implements Serializable

Class org.springframework.batch.retry.TerminatedRetryException extends RetryException implements Serializable


Package org.springframework.batch.retry.backoff

Class org.springframework.batch.retry.backoff.BackOffInterruptedException extends RetryException implements Serializable


Package org.springframework.batch.retry.context

Class org.springframework.batch.retry.context.RetryContextSupport extends AttributeAccessorSupport implements Serializable

Serialized Fields

terminate

boolean terminate

count

int count

lastException

Throwable lastException

parent

RetryContext parent

Package org.springframework.batch.retry.policy

Class org.springframework.batch.retry.policy.RetryCacheCapacityExceededException extends RetryException implements Serializable


Package org.springframework.batch.support.transaction

Class org.springframework.batch.support.transaction.ResourcelessTransactionManager extends AbstractPlatformTransactionManager implements Serializable



Copyright © 2009 SpringSource. All Rights Reserved.