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