Java org.springframework.batch.core.configuration JobRegistry fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.batch.core.configuration JobRegistry fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.batch.core.configuration JobRegistry.

The text is from its open source code.

Method

JobgetJob(@Nullable String name)
Locates a Job at runtime.
CollectiongetJobNames()
Provides the currently registered job names.
voidregister(JobFactory jobFactory)
Registers a Job at runtime.
voidunregister(String jobName)
Unregisters a previously registered Job .