|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.core.configuration.support.MapJobRegistry
public class MapJobRegistry
Simple, thread-safe, map-based implementation of JobRegistry.
| Constructor Summary | |
|---|---|
MapJobRegistry()
|
|
| Method Summary | |
|---|---|
Job |
getJob(String name)
Locates a Job at runtime. |
Set<String> |
getJobNames()
Provides an unmodifiable view of the job names. |
void |
register(JobFactory jobFactory)
Registers a Job at runtime. |
void |
unregister(String name)
Unregisters a previously registered Job. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapJobRegistry()
| Method Detail |
|---|
public void register(JobFactory jobFactory)
throws DuplicateJobException
JobRegistryJob at runtime.
register in interface JobRegistryjobFactory - the Job to be registered
DuplicateJobException - if a factory with the same job name has
already been registered.public void unregister(String name)
JobRegistryJob. If it was not
previously registered there is no error.
unregister in interface JobRegistryname - the Job to unregister.
public Job getJob(String name)
throws NoSuchJobException
JobLocatorJob at runtime.
getJob in interface JobLocatorname - the name of the Job which should be
unique
Job identified by the given name
NoSuchJobException - if the required configuration can
not be found.public Set<String> getJobNames()
getJobNames in interface ListableJobLocator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||