Свойство | Type | Description | |
---|---|---|---|
Logger | Logger |
Méthode | Description | |
---|---|---|
AfterPropertiesSet ( ) : void |
@see IInitializationPostOperations#AfterPropertiesSet.
|
|
BeforeStep ( StepExecution stepExecution ) : void |
@see IStepExecutionListener#BeforeStep.
|
|
Execute ( StepContribution contribution, Scope chunkContext ) : RepeatStatus |
Execute system command and map its exit code to ExitStatus using SystemProcessExitCodeMapper.
|
|
Stop ( ) : void |
IStoppableTasklet#Stop.
|
Méthode | Description | |
---|---|---|
CheckStoppingState ( Summer.Batch.Core.Scope.Context.ChunkContext chunkContext ) : void | ||
ExecuteCommand ( ) : int |
Wraps command execution into system process call.
|
|
HandleCompletion ( StepContribution contribution, Task |
public BeforeStep ( StepExecution stepExecution ) : void | ||
stepExecution | StepExecution | |
Résultat | void |
public Execute ( StepContribution contribution, Scope chunkContext ) : RepeatStatus | ||
contribution | StepContribution | |
chunkContext | Scope | |
Résultat | RepeatStatus |