public class RemoteChunkingMasterStepBuilderFactory
extends java.lang.Object
RemoteChunkingMasterStepBuilder which sets
the JobRepository and PlatformTransactionManager automatically.| Constructor and Description |
|---|
RemoteChunkingMasterStepBuilderFactory(JobRepository jobRepository,
org.springframework.transaction.PlatformTransactionManager transactionManager)
Create a new
RemoteChunkingMasterStepBuilderFactory. |
| Modifier and Type | Method and Description |
|---|---|
<I,O> RemoteChunkingMasterStepBuilder<I,O> |
get(java.lang.String name)
Creates a
RemoteChunkingMasterStepBuilder and initializes its job
repository and transaction manager. |
public RemoteChunkingMasterStepBuilderFactory(JobRepository jobRepository, org.springframework.transaction.PlatformTransactionManager transactionManager)
RemoteChunkingMasterStepBuilderFactory.jobRepository - the job repository to usetransactionManager - the transaction manager to usepublic <I,O> RemoteChunkingMasterStepBuilder<I,O> get(java.lang.String name)
RemoteChunkingMasterStepBuilder and initializes its job
repository and transaction manager.name - the name of the stepRemoteChunkingMasterStepBuilder