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

endTime

Date endTime

exitStatus

ExitStatus exitStatus

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

job

Job job

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

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

step

Step step

status

BatchStatus status

itemCount

int itemCount

commitCount

int commitCount

rollbackCount

int rollbackCount

skipCount

int skipCount

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.SkipLimitExceededException extends UnexpectedJobExecutionException implements Serializable

Serialized Fields

skipLimit

int skipLimit

Package org.springframework.batch.item

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

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


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.ConversionException extends RuntimeException implements Serializable


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 © 2008 SpringSource. All Rights Reserved.