|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JobFactory | |
|---|---|
| org.springframework.batch.core.configuration | Interfaces for registration and location of job configurations. |
| org.springframework.batch.core.configuration.support | Specific implementations of configuration concerns. |
| Uses of JobFactory in org.springframework.batch.core.configuration |
|---|
| Methods in org.springframework.batch.core.configuration with parameters of type JobFactory | |
|---|---|
void |
JobRegistry.register(JobFactory jobFactory)
Registers a Job at runtime. |
| Uses of JobFactory in org.springframework.batch.core.configuration.support |
|---|
| Classes in org.springframework.batch.core.configuration.support that implement JobFactory | |
|---|---|
class |
ApplicationContextJobFactory
A JobFactory that creates its own ApplicationContext from a
path supplied, and pulls a bean out when asked to create a Job. |
class |
ReferenceJobFactory
A JobFactory that just keeps a reference to a Job. |
| Methods in org.springframework.batch.core.configuration.support with parameters of type JobFactory | |
|---|---|
void |
JobFactoryRegistrationListener.bind(JobFactory jobFactory,
java.util.Map<java.lang.String,?> params)
Take the JobFactory provided and register it with the
JobRegistry. |
void |
MapJobRegistry.register(JobFactory jobFactory)
|
void |
ClassPathXmlJobRegistry.register(JobFactory jobFactory)
|
void |
JobFactoryRegistrationListener.unbind(JobFactory jobFactory,
java.util.Map<java.lang.String,?> params)
Take the JobFactory provided and unregister it with the
JobRegistry. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||