直列化された形式
パッケージ org.springframework.batch.core
クラス org.springframework.batch.core.Entity
class Entity extends ObjectSE implements SerializableSEクラス org.springframework.batch.core.ExitStatus
class ExitStatus extends ObjectSE implements SerializableSEクラス org.springframework.batch.core.JobExecution
class JobExecution extends Entity implements SerializableSESerialization Methods
readObject
一時的なフィールドが逆直列化され、リードバック時にインスタンス化されるようにします。- パラメーター:
stream
-ObjectInputStream
SE のインスタンス。- 例外:
IOExceptionSE
- 読み取り中にエラーが発生した場合。ClassNotFoundExceptionSE
- クラスが見つからない場合にスローされます。
Serialized Fields
createTime
LocalDateTimeSE createTime
endTime
LocalDateTimeSE endTime
executionContext
ExecutionContext executionContext
exitStatus
ExitStatus exitStatus
jobInstance
JobInstance jobInstance
jobParameters
JobParameters jobParameters
lastUpdated
LocalDateTimeSE lastUpdated
startTime
LocalDateTimeSE startTime
status
BatchStatus status
stepExecutions
CollectionSE<StepExecution> stepExecutions
例外 org.springframework.batch.core.JobExecutionException
class JobExecutionException extends ExceptionSE implements SerializableSEクラス org.springframework.batch.core.JobInstance
class JobInstance extends Entity implements SerializableSESerialized Fields
jobName
StringSE jobName
例外 org.springframework.batch.core.JobInterruptedException
class JobInterruptedException extends JobExecutionException implements SerializableSESerialized Fields
status
BatchStatus status
クラス org.springframework.batch.core.JobParameter
class JobParameter extends ObjectSE implements SerializableSEクラス org.springframework.batch.core.JobParameters
class JobParameters extends ObjectSE implements SerializableSESerialized Fields
parameters
MapSE<StringSE,
JobParameter<?>> parameters
例外 org.springframework.batch.core.JobParametersInvalidException
class JobParametersInvalidException extends JobExecutionException implements SerializableSE例外 org.springframework.batch.core.StartLimitExceededException
class StartLimitExceededException extends RuntimeExceptionSE implements SerializableSEクラス org.springframework.batch.core.StepContribution
class StepContribution extends ObjectSE implements SerializableSESerialized Fields
exitStatus
ExitStatus exitStatus
filterCount
long filterCount
parentSkipCount
long parentSkipCount
processSkipCount
long processSkipCount
readCount
long readCount
readSkipCount
long readSkipCount
stepExecution
StepExecution stepExecution
writeCount
long writeCount
writeSkipCount
long writeSkipCount
クラス org.springframework.batch.core.StepExecution
class StepExecution extends Entity implements SerializableSESerialization Methods
readObject
一時的なフィールドが逆直列化され、リードバック時にインスタンス化されるようにします。- パラメーター:
stream
-ObjectInputStream
SE のインスタンス。- 例外:
IOExceptionSE
- 読み取り中にエラーが発生した場合。ClassNotFoundExceptionSE
- クラスが見つからない場合。
Serialized Fields
commitCount
long commitCount
createTime
LocalDateTimeSE createTime
endTime
LocalDateTimeSE endTime
executionContext
ExecutionContext executionContext
exitStatus
ExitStatus exitStatus
filterCount
long filterCount
jobExecution
JobExecution jobExecution
lastUpdated
LocalDateTimeSE lastUpdated
processSkipCount
long processSkipCount
readCount
long readCount
readSkipCount
long readSkipCount
rollbackCount
long rollbackCount
startTime
LocalDateTimeSE startTime
status
BatchStatus status
stepName
StringSE stepName
terminateOnly
boolean terminateOnly
writeCount
long writeCount
writeSkipCount
long writeSkipCount
例外 org.springframework.batch.core.UnexpectedJobExecutionException
class UnexpectedJobExecutionException extends RuntimeExceptionSE implements SerializableSE- serialVersionUID:
- 8838982304219248527L
パッケージ org.springframework.batch.core.configuration
例外 org.springframework.batch.core.configuration.BatchConfigurationException
class BatchConfigurationException extends RuntimeExceptionSE implements SerializableSE- serialVersionUID:
- 1L
例外 org.springframework.batch.core.configuration.DuplicateJobException
class DuplicateJobException extends JobExecutionException implements SerializableSE
パッケージ org.springframework.batch.core.converter
例外 org.springframework.batch.core.converter.JobParametersConversionException
class JobParametersConversionException extends RuntimeExceptionSE implements SerializableSE
パッケージ org.springframework.batch.core.job.builder
例外 org.springframework.batch.core.job.builder.FlowBuilderException
class FlowBuilderException extends RuntimeExceptionSE implements SerializableSE例外 org.springframework.batch.core.job.builder.JobBuilderException
class JobBuilderException extends RuntimeExceptionSE implements SerializableSE
パッケージ org.springframework.batch.core.job.flow
例外 org.springframework.batch.core.job.flow.FlowExecutionException
class FlowExecutionException extends ExceptionSE implements SerializableSE
パッケージ org.springframework.batch.core.launch
例外 org.springframework.batch.core.launch.JobExecutionNotFailedException
class JobExecutionNotFailedException extends JobExecutionException implements SerializableSE例外 org.springframework.batch.core.launch.JobExecutionNotRunningException
class JobExecutionNotRunningException extends JobExecutionException implements SerializableSE例外 org.springframework.batch.core.launch.JobExecutionNotStoppedException
class JobExecutionNotStoppedException extends JobExecutionException implements SerializableSE例外 org.springframework.batch.core.launch.JobInstanceAlreadyExistsException
class JobInstanceAlreadyExistsException extends JobExecutionException implements SerializableSE例外 org.springframework.batch.core.launch.JobParametersNotFoundException
class JobParametersNotFoundException extends JobExecutionException implements SerializableSE例外 org.springframework.batch.core.launch.NoSuchJobException
class NoSuchJobException extends JobExecutionException implements SerializableSE例外 org.springframework.batch.core.launch.NoSuchJobExecutionException
class NoSuchJobExecutionException extends JobExecutionException implements SerializableSE例外 org.springframework.batch.core.launch.NoSuchJobInstanceException
class NoSuchJobInstanceException extends JobExecutionException implements SerializableSE
パッケージ org.springframework.batch.core.listener
例外 org.springframework.batch.core.listener.StepListenerFailedException
class StepListenerFailedException extends RuntimeExceptionSE implements SerializableSE
パッケージ org.springframework.batch.core.repository
例外 org.springframework.batch.core.repository.JobExecutionAlreadyRunningException
class JobExecutionAlreadyRunningException extends JobExecutionException implements SerializableSE例外 org.springframework.batch.core.repository.JobInstanceAlreadyCompleteException
class JobInstanceAlreadyCompleteException extends JobExecutionException implements SerializableSE例外 org.springframework.batch.core.repository.JobRestartException
class JobRestartException extends JobExecutionException implements SerializableSE
パッケージ org.springframework.batch.core.repository.dao
例外 org.springframework.batch.core.repository.dao.NoSuchObjectException
class NoSuchObjectException extends RuntimeExceptionSE implements SerializableSE- serialVersionUID:
- 4399621765157283111L
パッケージ org.springframework.batch.core.scope.context
クラス org.springframework.batch.core.scope.context.ChunkContext
class ChunkContext extends org.springframework.core.AttributeAccessorSupport implements SerializableSESerialized Fields
complete
boolean complete
stepContext
StepContext stepContext
パッケージ org.springframework.batch.core.step
例外 org.springframework.batch.core.step.FatalStepExecutionException
class FatalStepExecutionException extends UnexpectedJobExecutionException implements SerializableSE例外 org.springframework.batch.core.step.NoSuchStepException
class NoSuchStepException extends RuntimeExceptionSE implements SerializableSE
パッケージ org.springframework.batch.core.step.builder
例外 org.springframework.batch.core.step.builder.StepBuilderException
class StepBuilderException extends RuntimeExceptionSE implements SerializableSE
パッケージ org.springframework.batch.core.step.item
例外 org.springframework.batch.core.step.item.ForceRollbackForWriteSkipException
class ForceRollbackForWriteSkipException extends RuntimeExceptionSE implements SerializableSE例外 org.springframework.batch.core.step.item.SkipOverflowException
class SkipOverflowException extends SkipException implements SerializableSE
パッケージ org.springframework.batch.core.step.skip
例外 org.springframework.batch.core.step.skip.NonSkippableProcessException
class NonSkippableProcessException extends SkipException implements SerializableSE例外 org.springframework.batch.core.step.skip.NonSkippableReadException
class NonSkippableReadException extends SkipException implements SerializableSE例外 org.springframework.batch.core.step.skip.NonSkippableWriteException
class NonSkippableWriteException extends SkipException implements SerializableSE例外 org.springframework.batch.core.step.skip.SkipException
class SkipException extends UnexpectedJobExecutionException implements SerializableSE例外 org.springframework.batch.core.step.skip.SkipLimitExceededException
class SkipLimitExceededException extends SkipException implements SerializableSESerialized Fields
skipLimit
long skipLimit
例外 org.springframework.batch.core.step.skip.SkipListenerFailedException
class SkipListenerFailedException extends UnexpectedJobExecutionException implements SerializableSE例外 org.springframework.batch.core.step.skip.SkipPolicyFailedException
class SkipPolicyFailedException extends UnexpectedJobExecutionException implements SerializableSE
パッケージ org.springframework.batch.core.step.tasklet
例外 org.springframework.batch.core.step.tasklet.SystemCommandException
class SystemCommandException extends RuntimeExceptionSE implements SerializableSE- serialVersionUID:
- 5139355923336176733L
例外 org.springframework.batch.core.step.tasklet.UncheckedTransactionException
class UncheckedTransactionException extends RuntimeExceptionSE implements SerializableSE
パッケージ org.springframework.batch.integration.chunk
例外 org.springframework.batch.integration.chunk.AsynchronousFailureException
class AsynchronousFailureException extends ItemWriterException implements SerializableSE- serialVersionUID:
- 1L
クラス org.springframework.batch.integration.chunk.ChunkRequest
class ChunkRequest extends ObjectSE implements SerializableSE- serialVersionUID:
- 1L
Serialized Fields
items
Chunk<? extends T> items
jobId
long jobId
sequence
int sequence
stepContribution
StepContribution stepContribution
クラス org.springframework.batch.integration.chunk.ChunkResponse
class ChunkResponse extends ObjectSE implements SerializableSE- serialVersionUID:
- 1L
Serialized Fields
jobId
LongSE jobId
message
StringSE message
redelivered
boolean redelivered
sequence
int sequence
status
boolean status
stepContribution
StepContribution stepContribution
パッケージ org.springframework.batch.integration.partition
クラス org.springframework.batch.integration.partition.StepExecutionRequest
class StepExecutionRequest extends ObjectSE implements SerializableSE- serialVersionUID:
- 1L
パッケージ org.springframework.batch.item
クラス org.springframework.batch.item.Chunk
class Chunk extends ObjectSE implements SerializableSESerialized Fields
busy
boolean busy
end
boolean end
errors
ListSE<ExceptionSE> errors
items
ListSE<W> items
skips
ListSE<SkipWrapper<W>> skips
userData
ObjectSE userData
クラス org.springframework.batch.item.ExecutionContext
class ExecutionContext extends ObjectSE implements SerializableSE例外 org.springframework.batch.item.ItemReaderException
class ItemReaderException extends RuntimeExceptionSE implements SerializableSE例外 org.springframework.batch.item.ItemStreamException
class ItemStreamException extends RuntimeExceptionSE implements SerializableSE例外 org.springframework.batch.item.ItemWriterException
class ItemWriterException extends RuntimeExceptionSE implements SerializableSE例外 org.springframework.batch.item.NonTransientResourceException
class NonTransientResourceException extends ItemReaderException implements SerializableSE例外 org.springframework.batch.item.ParseException
class ParseException extends ItemReaderException implements SerializableSE例外 org.springframework.batch.item.ReaderNotOpenException
class ReaderNotOpenException extends ItemReaderException implements SerializableSE例外 org.springframework.batch.item.UnexpectedInputException
class UnexpectedInputException extends ItemReaderException implements SerializableSE例外 org.springframework.batch.item.WriteFailedException
class WriteFailedException extends ItemWriterException implements SerializableSE例外 org.springframework.batch.item.WriterNotOpenException
class WriterNotOpenException extends ItemWriterException implements SerializableSE
パッケージ org.springframework.batch.item.adapter
例外 org.springframework.batch.item.adapter.AbstractMethodInvokingDelegator.InvocationTargetThrowableWrapper
class InvocationTargetThrowableWrapper extends RuntimeExceptionSE implements SerializableSE例外 org.springframework.batch.item.adapter.DynamicMethodInvocationException
class DynamicMethodInvocationException extends RuntimeExceptionSE implements SerializableSE- serialVersionUID:
- -6056786139731564040L
パッケージ org.springframework.batch.item.file
例外 org.springframework.batch.item.file.FlatFileParseException
class FlatFileParseException extends ParseException implements SerializableSESerialized Fields
input
StringSE input
lineNumber
int lineNumber
例外 org.springframework.batch.item.file.NonTransientFlatFileException
class NonTransientFlatFileException extends NonTransientResourceException implements SerializableSESerialized Fields
input
StringSE input
lineNumber
int lineNumber
パッケージ org.springframework.batch.item.file.transform
例外 org.springframework.batch.item.file.transform.ConversionException
class ConversionException extends RuntimeExceptionSE implements SerializableSE例外 org.springframework.batch.item.file.transform.FlatFileFormatException
class FlatFileFormatException extends RuntimeExceptionSE implements SerializableSESerialized Fields
input
StringSE input
例外 org.springframework.batch.item.file.transform.IncorrectLineLengthException
class IncorrectLineLengthException extends FlatFileFormatException implements SerializableSESerialized Fields
actualLength
int actualLength
expectedLength
int expectedLength
例外 org.springframework.batch.item.file.transform.IncorrectTokenCountException
class IncorrectTokenCountException extends FlatFileFormatException implements SerializableSESerialized Fields
actualCount
int actualCount
expectedCount
int expectedCount
input
StringSE input
パッケージ org.springframework.batch.item.validator
例外 org.springframework.batch.item.validator.ValidationException
class ValidationException extends ItemReaderException implements SerializableSE
パッケージ org.springframework.batch.repeat
例外 org.springframework.batch.repeat.RepeatException
class RepeatException extends org.springframework.core.NestedRuntimeException implements SerializableSE
パッケージ org.springframework.batch.support.transaction
例外 org.springframework.batch.support.transaction.FlushFailedException
class FlushFailedException extends RuntimeExceptionSE implements SerializableSEクラス org.springframework.batch.support.transaction.ResourcelessTransactionManager
class ResourcelessTransactionManager extends org.springframework.transaction.support.AbstractPlatformTransactionManager implements SerializableSE