Java org.springframework.batch.core.launch.support JobRegistryBackgroundJobRunner fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.batch.core.launch.support JobRegistryBackgroundJobRunner fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.batch.core.launch.support JobRegistryBackgroundJobRunner.

The text is from its open source code.

Constructor

Method

voiddestroy()
Unregister all the Job instances that were registered by this post processor.
ListgetErrors()
Public getter for the startup errors encountered during parent context creation.
voidregister(String[] paths)
voidrun()
voidstop()
If embedded in a JVM, call this method to terminate the main method.