Serialized Form


Package org.springframework.batch.core

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

Serialized Fields

id

Long id

version

Integer version

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

Serialized Fields

exitCode

String exitCode

exitDescription

String exitDescription

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

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Deserialise and ensure transient fields are re-instantiated when read back

Throws:
IOException
ClassNotFoundException
Serialized Fields

jobInstance

JobInstance jobInstance

stepExecutions

Collection<E> stepExecutions

status

BatchStatus status

startTime

Date startTime

createTime

Date createTime

endTime

Date endTime

lastUpdated

Date lastUpdated

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

Serialized Fields

status

BatchStatus status

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

Serialized Fields

parameter

Object parameter

parameterType

JobParameter.ParameterType parameterType

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

Serialized Fields

parameters

Map<K,V> parameters

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

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

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

Serialized Fields

readCount

int readCount

writeCount

int writeCount

filterCount

int filterCount

parentSkipCount

int parentSkipCount

readSkipCount

int readSkipCount

writeSkipCount

int writeSkipCount

processSkipCount

int processSkipCount

exitStatus

ExitStatus exitStatus

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

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Deserialise and ensure transient fields are re-instantiated when read back

Throws:
IOException
ClassNotFoundException
Serialized Fields

jobExecution

JobExecution jobExecution

stepName

String stepName

status

BatchStatus status

readCount

int readCount

writeCount

int writeCount

commitCount

int commitCount

rollbackCount

int rollbackCount

readSkipCount

int readSkipCount

processSkipCount

int processSkipCount

writeSkipCount

int writeSkipCount

startTime

Date startTime

endTime

Date endTime

lastUpdated

Date lastUpdated

executionContext

ExecutionContext executionContext

exitStatus

ExitStatus exitStatus

terminateOnly

boolean terminateOnly

filterCount

int filterCount

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

serialVersionUID: 8838982304219248527L


Package org.springframework.batch.core.configuration

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


Package org.springframework.batch.core.job.flow

Class org.springframework.batch.core.job.flow.FlowExecutionException extends Exception implements Serializable


Package org.springframework.batch.core.launch

Class org.springframework.batch.core.launch.JobExecutionNotFailedException extends JobExecutionException implements Serializable

Class org.springframework.batch.core.launch.JobExecutionNotRunningException extends JobExecutionException implements Serializable

Class org.springframework.batch.core.launch.JobExecutionNotStoppedException extends JobExecutionException implements Serializable

Class org.springframework.batch.core.launch.JobInstanceAlreadyExistsException extends JobExecutionException implements Serializable

Class org.springframework.batch.core.launch.JobParametersNotFoundException extends JobExecutionException implements Serializable

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

Class org.springframework.batch.core.launch.NoSuchJobExecutionException extends JobExecutionException implements Serializable

Class org.springframework.batch.core.launch.NoSuchJobInstanceException extends JobExecutionException implements Serializable


Package org.springframework.batch.core.listener

Class org.springframework.batch.core.listener.StepListenerFailedException extends RuntimeException implements Serializable


Package org.springframework.batch.core.repository

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


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.scope.context

Class org.springframework.batch.core.scope.context.ChunkContext extends AttributeAccessorSupport implements Serializable

Serialized Fields

stepContext

StepContext stepContext

complete

boolean complete

Package org.springframework.batch.core.scope.util

Class org.springframework.batch.core.scope.util.PlaceholderProxyFactoryBean extends ProxyConfig implements Serializable

Serialized Fields

scopedTargetSource

PlaceholderTargetSource scopedTargetSource
The TargetSource that manages scoping


targetBeanName

String targetBeanName
The name of the target bean


proxy

Object proxy
The cached singleton proxy


contextFactory

ContextFactory contextFactory

Class org.springframework.batch.core.scope.util.PlaceholderTargetSource extends SimpleBeanTargetSource implements Serializable

Serialized Fields

contextFactory

ContextFactory contextFactory

beanName

String beanName

Package org.springframework.batch.core.step

Class org.springframework.batch.core.step.FatalStepExecutionException extends UnexpectedJobExecutionException implements Serializable

Class org.springframework.batch.core.step.NoSuchStepException extends RuntimeException implements Serializable


Package org.springframework.batch.core.step.item

Class org.springframework.batch.core.step.item.ForceRollbackForWriteSkipException extends RuntimeException implements Serializable

Class org.springframework.batch.core.step.item.SkipOverflowException extends SkipException implements Serializable


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

Class org.springframework.batch.core.step.skip.NonSkippableProcessException extends SkipException implements Serializable

Class org.springframework.batch.core.step.skip.NonSkippableReadException extends SkipException implements Serializable

Class org.springframework.batch.core.step.skip.NonSkippableWriteException extends SkipException implements Serializable

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

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

Serialized Fields

skipLimit

int skipLimit

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

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


Package org.springframework.batch.core.step.tasklet

Class org.springframework.batch.core.step.tasklet.SystemCommandException extends RuntimeException implements Serializable

serialVersionUID: 5139355923336176733L


Package org.springframework.batch.item

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.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.NonTransientResourceException 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.UnexpectedInputException extends ItemReaderException implements Serializable

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

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


Package org.springframework.batch.item.adapter

Class org.springframework.batch.item.adapter.AbstractMethodInvokingDelegator.InvocationTargetThrowableWrapper extends RuntimeException implements Serializable

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

Class org.springframework.batch.item.file.NonTransientFlatFileException extends NonTransientResourceException implements Serializable

Serialized Fields

input

String input

lineNumber

int lineNumber

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

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



Copyright © 2013 SpringSource. All Rights Reserved.