Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.batch.core.step.tasklet Classes and Interfaces - 11 results found.
NameDescriptionTypePackageFramework
CallableTaskletAdapterClassorg.springframework.batch.core.step.taskletSpring Batch
ConfigurableSystemProcessExitCodeMapperMaps exit codes to ExitStatusaccording to injected map.Classorg.springframework.batch.core.step.taskletSpring Batch
MethodInvokingTaskletAdapterA Tasklet that wraps a method in a POJO.Classorg.springframework.batch.core.step.taskletSpring Batch
SimpleSystemProcessExitCodeMapperSimple SystemProcessExitCodeMapper implementation that performs following mapping:0 -> ExitStatus.Classorg.springframework.batch.core.step.taskletSpring Batch
StoppableTaskletAn extension to the Tasklet interface to allow users toadd logic for stopping a tasklet.Interfaceorg.springframework.batch.core.step.taskletSpring Batch
SystemCommandExceptionException indicating failed execution of system command.Classorg.springframework.batch.core.step.taskletSpring Batch
SystemCommandTaskletTasklet that executes a system command.Classorg.springframework.batch.core.step.taskletSpring Batch
SystemProcessExitCodeMapperMaps the exit code of a system process to ExitStatus valuereturned by a system command.Interfaceorg.springframework.batch.core.step.taskletSpring Batch
TaskletStrategy for processing in a step.Interfaceorg.springframework.batch.core.step.taskletSpring Batch
TaskletStepSimple implementation of executing the step as a call to a Tasklet,possibly repeated, and each call surrounded by a transaction.Classorg.springframework.batch.core.step.taskletSpring Batch
UncheckedTransactionExceptionConvenience wrapper for a checked exception so that it can cause arollback and be extracted afterwards.Classorg.springframework.batch.core.step.taskletSpring Batch