C# Class Summer.Batch.Core.Configuration.Support.JobFactoryRegistrationListener

Generic service that can bind and unbind an IJobFactory in an IJobRegistry.
Afficher le fichier Open project: SummerBatch/SummerBatch

Méthodes publiques

Méthode Description
Bind ( IJobFactory jobFactory, object>.IDictionary parms ) : void

Takes the IJobFactory provided and register it with the IJobRegistry.

Unbind ( IJobFactory jobFactory, object>.IDictionary parms ) : void

Take the IJobFactory provided and unregister it with the IJobRegistry.

Method Details

Bind() public méthode

Takes the IJobFactory provided and register it with the IJobRegistry.
 if there is a problem
public Bind ( IJobFactory jobFactory, object>.IDictionary parms ) : void
jobFactory IJobFactory an IJobFactory
parms object>.IDictionary not needed by this listener
Résultat void

Unbind() public méthode

Take the IJobFactory provided and unregister it with the IJobRegistry.
 if there is a problem
public Unbind ( IJobFactory jobFactory, object>.IDictionary parms ) : void
jobFactory IJobFactory an IJobFactory
parms object>.IDictionary not needed by this listener
Résultat void