Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.batch.core.job Classes and Interfaces - 54 results found.
NameDescriptionTypePackageFramework
AbstractJobAbstract implementation of the Job interface.Classorg.springframework.batch.core.jobSpring Batch
AbstractStateClassorg.springframework.batch.core.job.flow.support.stateSpring Batch
CompositeJobParametersValidatorComposite JobParametersValidator that passes the job parameters through a sequence ofinjected JobParametersValidatorsClassorg.springframework.batch.core.jobSpring Batch
DecisionStateState that requires a decider to make the status decision.Classorg.springframework.batch.core.job.flow.support.stateSpring Batch
DefaultJobParametersValidatorDefault implementation of JobParametersValidator.Classorg.springframework.batch.core.jobSpring Batch
DefaultStateTransitionComparatorSorts by decreasing specificity of pattern, based on just countingwildcards (with * taking precedence over ?).Classorg.springframework.batch.core.job.flow.supportSpring Batch
EndStateState implementation for ending a job if it is in progress andcontinuing if just starting.Classorg.springframework.batch.core.job.flow.support.stateSpring Batch
FlowInterfaceorg.springframework.batch.core.job.flowSpring Batch
FlowBuilderA builder for a flow of steps that can be executed as a job or as part of a job.Classorg.springframework.batch.core.job.builderSpring Batch
FlowBuilder .SplitBuilderA builder for building a split state.Classorg.springframework.batch.core.job.builder.FlowBuilderSpring Batch
FlowBuilder .TransitionBuilderA builder for transitions within a flow.Classorg.springframework.batch.core.job.builder.FlowBuilderSpring Batch
FlowBuilder .UnterminatedFlowBuilderA builder for continuing a flow from a decision state.Classorg.springframework.batch.core.job.builder.FlowBuilderSpring Batch
FlowBuilderExceptionClassorg.springframework.batch.core.job.builderSpring Batch
FlowExecutionClassorg.springframework.batch.core.job.flowSpring Batch
FlowExecutionAggregatorStrategy interface for aggregating FlowExecution instances into aSince:2.Interfaceorg.springframework.batch.core.job.flow.support.stateSpring Batch
FlowExecutionExceptionClassorg.springframework.batch.core.job.flowSpring Batch
FlowExecutionStatusRepresents the status of FlowExecution.Classorg.springframework.batch.core.job.flowSpring Batch
FlowExecutorContext and execution strategy for FlowJob to allow it to delegateits execution step by step.Interfaceorg.springframework.batch.core.job.flowSpring Batch
FlowHolderConvenient interface for components that contain nested flows.Interfaceorg.springframework.batch.core.job.flowSpring Batch
FlowJobsteps, rather than requiring sequential execution.Classorg.springframework.batch.core.job.flowSpring Batch
FlowJobBuilderA job builder for FlowJob instances.Classorg.springframework.batch.core.job.builderSpring Batch
FlowStateState that delegates to a FlowSince:2.Classorg.springframework.batch.core.job.flow.support.stateSpring Batch
FlowStepA Step implementation that delegates to a Flow.Classorg.springframework.batch.core.job.flowSpring Batch
JobBatch domain object representing a job.Interfaceorg.springframework.batch.coreSpring Batch
JobBuilderConvenience for building jobs of various kinds.Classorg.springframework.batch.core.job.builderSpring Batch
JobBuilderExceptionClassorg.springframework.batch.core.job.builderSpring Batch
JobBuilderHelperA base class and utility for other job builders providing access to common properties like job repository.Classorg.springframework.batch.core.job.builderSpring Batch
JobBuilderHelper .CommonJobPropertiesClassorg.springframework.batch.core.job.builder.JobBuilderHelperSpring Batch
JobExecutionBatch domain object representing the execution of a job.Classorg.springframework.batch.coreSpring Batch
JobExecutionDeciderInterface allowing for programmatic access to the decision on what the statusof a flow should be.Interfaceorg.springframework.batch.core.job.flowSpring Batch
JobExecutionExceptionRoot of exception hierarchy for checked exceptions in job and step execution.Classorg.springframework.batch.coreSpring Batch
JobExecutionListenerProvide callbacks at specific points in the lifecycle of a Job.Interfaceorg.springframework.batch.coreSpring Batch
JobFlowBuilderClassorg.springframework.batch.core.job.builderSpring Batch
JobFlowExecutorexecute a flow related to a JobExecution.Classorg.springframework.batch.core.job.flowSpring Batch
JobInstanceBatch domain object representing a uniquely identifiable job run.Classorg.springframework.batch.coreSpring Batch
JobInterruptedExceptionException to indicate the the job has been interrupted.Classorg.springframework.batch.coreSpring Batch
JobKeyGeneratorStrategy interface for the generation of the key used in identifyingSince:2.Interfaceorg.springframework.batch.coreSpring Batch
JobParameterDomain representation of a parameter to a batch job.Classorg.springframework.batch.coreSpring Batch
JobParameter .ParameterTypeReturns the enum constant of this type with the specified name.Classorg.springframework.batch.core.JobParameterSpring Batch
JobParametersValue object representing runtime parameters to a batch job.Classorg.springframework.batch.coreSpring Batch
JobParametersBuilderHelper class for creating JobParameters.Classorg.springframework.batch.coreSpring Batch
JobParametersIncrementerInterface for obtaining the next JobParameters in a sequence.Interfaceorg.springframework.batch.coreSpring Batch
JobParametersInvalidExceptionException for Job to signal that some JobParameters areAuthor:Dave SyerSee Also:Serialized FormClassorg.springframework.batch.coreSpring Batch
JobParametersValidatorStrategy interface for a Job to use in validating its parameters forCheck the parameters meet whatever requirements are appropriate, andInterfaceorg.springframework.batch.coreSpring Batch
MaxValueFlowExecutionAggregatorFlowExecutionStatus', using the status with the high precedence as theaggregate status.Classorg.springframework.batch.core.job.flow.support.stateSpring Batch
SimpleFlowA Flow that branches conditionally depending on the exit status ofthe last State.Classorg.springframework.batch.core.job.flow.supportSpring Batch
SimpleJobSimple implementation of Job interface providing the ability to run aJobExecution.Classorg.springframework.batch.core.jobSpring Batch
SimpleJobBuilderClassorg.springframework.batch.core.job.builderSpring Batch
SimpleStepHandlerClassorg.springframework.batch.core.jobSpring Batch
SplitStateA State implementation that splits a Flow into multipleSince:2.Classorg.springframework.batch.core.job.flow.support.stateSpring Batch
StateInterfaceorg.springframework.batch.core.job.flowSpring Batch
StateTransitionValue object representing a potential transition from one State toanother.Classorg.springframework.batch.core.job.flow.supportSpring Batch
StepHandlerStrategy interface for handling a Step on behalf of a Job.Interfaceorg.springframework.batch.core.jobSpring Batch
StepStateState implementation that delegates to a FlowExecutor toexecute the specified Step.Classorg.springframework.batch.core.job.flow.support.stateSpring Batch