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

Generic service that can bind and unbind an IJobFactory in an IJobRegistry.
Show file Open project: SummerBatch/SummerBatch

Public Methods

Method 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 method

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
return void

Unbind() public method

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
return void