org.springframework.batch.core.configuration
Interface ListableJobRegistry

All Superinterfaces:
JobLocator, JobRegistry
All Known Implementing Classes:
MapJobRegistry

public interface ListableJobRegistry
extends JobRegistry

A listable extension of JobRegistry.

Author:
Dave Syer

Method Summary
 Collection getJobNames()
          Provides the currently registered job names.
 
Methods inherited from interface org.springframework.batch.core.configuration.JobRegistry
register, unregister
 
Methods inherited from interface org.springframework.batch.core.configuration.JobLocator
getJob
 

Method Detail

getJobNames

Collection getJobNames()
Provides the currently registered job names. The return value is unmodifiable and disconnected from the underlying registry storage.

Returns:
a collection of String. Empty if none are registered.


Copyright © 2009 SpringSource. All Rights Reserved.