Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.batch.core.jsr Classes and Interfaces - 74 results found.
NameDescriptionTypePackageFramework
BaseContextListFactoryBeanA simple factory bean that consolidates the list of locations to look for the base context for the JSR-352Since:3.Classorg.springframework.batch.core.jsr.configuration.supportSpring Batch
BatchArtifactTypeenum BatchArtifactTypeEnum to identify batch artifact types.Classorg.springframework.batch.core.jsr.configuration.supportSpring Batch
BatchletAdapterClassorg.springframework.batch.core.jsr.step.batchletSpring Batch
BatchletParserParser for the tag defined in JSR-352.Classorg.springframework.batch.core.jsr.configuration.xmlSpring Batch
BatchletStepSpecial sub class of the TaskletStep for use with JSR-352 jobs.Classorg.springframework.batch.core.jsr.stepSpring Batch
BatchParserParser used to parse the batch.Classorg.springframework.batch.core.jsr.configuration.xmlSpring Batch
BatchPropertyBeanPostProcessorBeanPostProcessor implementation used to inject JSR-352 String properties into batch artifact fieldsthat are marked with the BatchProperty annotation.Classorg.springframework.batch.core.jsr.launch.supportSpring Batch
BatchPropertyContextContext object to hold parsed JSR-352 batch properties, mapping properties to beans /batch artifacts.Classorg.springframework.batch.core.jsr.configuration.supportSpring Batch
ChunkListenerAdapterWrapper class to adapt the ChunkListener toSince:3.Classorg.springframework.batch.core.jsrSpring Batch
ChunkParserParser for the element as specified in JSR-352.Classorg.springframework.batch.core.jsr.configuration.xmlSpring Batch
DecisionStepas defined by JSR-352.Classorg.springframework.batch.core.jsr.stepSpring Batch
DecisionStepFactoryBeanFactoryBean for creating a DecisionStep.Classorg.springframework.batch.core.jsr.configuration.xmlSpring Batch
FlowParserParses flows as defined in JSR-352.Classorg.springframework.batch.core.jsr.configuration.xmlSpring Batch
ItemProcessListenerAdapterWrapper class for ItemProcessListenerSince:3.Classorg.springframework.batch.core.jsrSpring Batch
ItemReadListenerAdapterWrapper class to adapt the ItemReadListener toSince:3.Classorg.springframework.batch.core.jsrSpring Batch
ItemWriteListenerAdapterWrapper class to adapt the ItemWriteListener toa ItemWriteListener.Classorg.springframework.batch.core.jsrSpring Batch
JobFactoryBeanThis FactoryBean is used by the JSR-352 namespace parser to createFlowJob objects.Classorg.springframework.batch.core.jsr.configuration.xmlSpring Batch
JobListenerAdapterWrapper class to adapt the JobListener toa JobExecutionListener.Classorg.springframework.batch.core.jsrSpring Batch
JsrAutowiredAnnotationBeanPostProcessorThis class overrides methods in the copied SpringAutowiredAnnotationBeanPostProcessor classto check for the BatchProperty annotation before processing injection annotations.Classorg.springframework.batch.core.jsr.configuration.supportSpring Batch
JsrBatchletStepBuilderExtension of the TaskletStepBuilder that uses a BatchletStep insteadSince:3.Classorg.springframework.batch.core.jsr.step.builderSpring Batch
JsrBeanDefinitionDocumentReaderDefaultBeanDefinitionDocumentReader extension to hook into the pre processing of the providedXML document, ensuring any references to property operators such as jobParameters and jobProperties areClassorg.springframework.batch.core.jsr.configuration.xmlSpring Batch
JsrBeanScopeBeanFactoryPostProcessorIn order for property resolution to occur correctly within the scope of a JSR-352batch job, initialization of job level artifacts must occur on the same thread thatClassorg.springframework.batch.core.jsr.partition.supportSpring Batch
JsrBeanScopeBeanFactoryPostProcessor .JobLevelBeanLazyInitializerLooks for beans that may have dependencies that need to be lazily initialized andconfigures the corresponding BeanDefinition accordingly.Classorg.springframework.batch.core.jsr.partition.support.JsrBeanScopeBeanFactoryPostProcessorSpring Batch
JsrChunkProcessorChunkProcessor implementation that implements JSR-352's chunking pattern(read and process in a loop until the chunk is complete then write).Classorg.springframework.batch.core.jsr.step.itemSpring Batch
JsrChunkProviderA no-op ChunkProvider.Classorg.springframework.batch.core.jsr.step.itemSpring Batch
JsrDecisionParserParser for the element as specified in JSR-352.Classorg.springframework.batch.core.jsr.configuration.xmlSpring Batch
JsrEndStateState implementation for ending a job per JSR-352 rules if it isin progress and continuing if just starting.Classorg.springframework.batch.core.jsr.job.flow.support.stateSpring Batch
JsrExpressionParserSupport class for parsing JSR-352 expressions.Classorg.springframework.batch.core.jsr.configuration.supportSpring Batch
JsrFaultTolerantChunkProcessorExtension of the JsrChunkProcessor that adds skip and retry functionality.Classorg.springframework.batch.core.jsr.step.itemSpring Batch
JsrFaultTolerantStepBuilderA step builder that extends the FaultTolerantStepBuilder to create JSR-352specific ChunkProvider and ChunkProcessor supporting both the chunkingClassorg.springframework.batch.core.jsr.step.builderSpring Batch
JsrFlowFlow implementation will attempt to find the next state based on the providedexit status.Classorg.springframework.batch.core.jsr.job.flow.supportSpring Batch
JsrFlowExecutorJSR-352 specific JobFlowExecutor.Classorg.springframework.batch.core.jsr.job.flowSpring Batch
JsrFlowFactoryBeanExtension to the SimpleFlowFactoryBean that provides JsrStepStateSince:3.Classorg.springframework.batch.core.jsr.configuration.xmlSpring Batch
JsrFlowJobJSR-352 specific extension of the FlowJob.Classorg.springframework.batch.core.jsr.job.flowSpring Batch
JsrJobContextWrapper class to provide the JobContext functionalityas specified in JSR-352.Classorg.springframework.batch.core.jsrSpring Batch
JsrJobContextFactoryBeanProvides a single JobContext for each thread in a running job.Classorg.springframework.batch.core.jsrSpring Batch
JsrJobExecutionWrapper class to adapt the JobExecution toSince:3.Classorg.springframework.batch.core.jsrSpring Batch
JsrJobListenerFactoryBeanThis FactoryBean is used by the JSR-352 namespace parser to createJobExecutionListener objects.Classorg.springframework.batch.core.jsr.configuration.xmlSpring Batch
JsrJobListenerMetaDataenum JsrJobListenerMetaDataEnumeration for JobListener meta data, which ties together the namesClassorg.springframework.batch.core.jsrSpring Batch
JsrJobOperatorThe entrance for executing batch jobs as defined by JSR-352.Classorg.springframework.batch.core.jsr.launchSpring Batch
JsrJobParametersConverterProvides default conversion methodology for JSR-352's implementation.Classorg.springframework.batch.core.jsrSpring Batch
JsrJobParserParses a tag as defined in JSR-352.Classorg.springframework.batch.core.jsr.configuration.xmlSpring Batch
JsrNamespaceHandlerClassorg.springframework.batch.core.jsr.configuration.xmlSpring Batch
JsrNamespacePostProcessorClassorg.springframework.batch.core.jsr.configuration.xmlSpring Batch
JsrPartitionHandlerExecutes a step instance per thread using a ThreadPoolTaskExecutor inaccordance with JSR-352.Classorg.springframework.batch.core.jsr.partitionSpring Batch
JsrPartitionHandler .PartitionPlanStateSince a PartitionPlan could provide dynamic data (different results from run to run),the batch runtime needs to save off the results for restarts.Classorg.springframework.batch.core.jsr.partition.JsrPartitionHandlerSpring Batch
JsrPartitionStepBuilderAn extension of the PartitionStepBuilder that uses PartitionStepso that JSR-352 specific semantics are honored.Classorg.springframework.batch.core.jsr.step.builderSpring Batch
JsrSimpleStepBuilderA step builder that extends the FaultTolerantStepBuilder to create JSR-352specific ChunkProvider and ChunkProcessor supporting the chunkingClassorg.springframework.batch.core.jsr.step.builderSpring Batch
JsrSplitParserParses a element as defined in JSR-352.Classorg.springframework.batch.core.jsr.configuration.xmlSpring Batch
JsrSplitStateJSR-352 states that artifacts cannot set the ExitStatus from within a split for a job.Classorg.springframework.batch.core.jsr.job.flow.support.stateSpring Batch
JsrStepContextWrapper class to provide the StepContext functionalityas specified in JSR-352.Classorg.springframework.batch.core.jsrSpring Batch
JsrStepContextFactoryBeanFactoryBean implementation used to create StepContextinstances within the step scope.Classorg.springframework.batch.core.jsrSpring Batch
JsrStepExecutionwraps a StepExecution as it's source ofSince:3.Classorg.springframework.batch.core.jsrSpring Batch
JsrStepExecutionAggregatorAggregates StepExecutions based on the rules outlined in JSR-352.Classorg.springframework.batch.core.jsr.partition.supportSpring Batch
JsrStepExecutionSplitterProvides JSR-352 specific behavior for the splitting of StepExecutions.Classorg.springframework.batch.core.jsr.partitionSpring Batch
JsrStepHandlerClassorg.springframework.batch.core.jsr.jobSpring Batch
JsrStepListenerFactoryBeanClassorg.springframework.batch.core.jsr.configuration.xmlSpring Batch
JsrStepListenerMetaDataenum JsrStepListenerMetaDataEnumeration for the JSR specific StepListener meta data, whichClassorg.springframework.batch.core.jsrSpring Batch
JsrStepStatelast step that was executed was (used in Decisions and restarts).Classorg.springframework.batch.core.jsr.job.flow.support.stateSpring Batch
JsrXmlApplicationContextGenericApplicationContext implementation providing JSR-352 related context operations.Classorg.springframework.batch.core.jsr.configuration.xmlSpring Batch
ListenerParserParses the various listeners defined in JSR-352.Classorg.springframework.batch.core.jsr.configuration.xmlSpring Batch
PartitionCollectorAdapterAdapter class used to wrap a PartitionCollector so that it can be consumedas a ChunkListener.Classorg.springframework.batch.core.jsr.partitionSpring Batch
PartitionParserParser for the element as defined by JSR-352.Classorg.springframework.batch.core.jsr.configuration.xmlSpring Batch
PartitionStepAn extension of the PartitionStep that provides additional semanticsrequired by JSR-352.Classorg.springframework.batch.core.jsr.stepSpring Batch
PropertyParserParser for the element defined by JSR-352.Classorg.springframework.batch.core.jsr.configuration.xmlSpring Batch
RetryProcessListenerAdapterWrapper class to adapt a RetryProcessListener to a RetryListener.Classorg.springframework.batch.core.jsrSpring Batch
RetryReadListenerAdapterWrapper class to adapt a RetryReadListener to a RetryListener.Classorg.springframework.batch.core.jsrSpring Batch
RetryWriteListenerAdapterWrapper class to adapt a RetryWriteListener to a RetryListener.Classorg.springframework.batch.core.jsrSpring Batch
SimpleMetricSimple implementation of the Metric interface as required by JSR-352.Classorg.springframework.batch.core.jsrSpring Batch
SkipListenerAdapterClassorg.springframework.batch.core.jsrSpring Batch
StepFactoryBeanThis FactoryBean is used by the JSR-352 namespace parser to createStep objects.Classorg.springframework.batch.core.jsr.configuration.xmlSpring Batch
StepListenerAdapterWrapper class to adapt the StepListener toa StepExecutionListener.Classorg.springframework.batch.core.jsrSpring Batch
StepParserParser for the element defined by JSR-352.Classorg.springframework.batch.core.jsr.configuration.xmlSpring Batch
ThreadLocalClassloaderBeanPostProcessorAfter the BeanFactory is created, this post processor will evaluate to seeif any of the beans referenced from a job definition (as defined by JSR-352) pointClassorg.springframework.batch.core.jsr.configuration.supportSpring Batch