Summer.Batch.Core.Configuration.Support.JobFactoryRegistrationListener Class Reference

Generic service that can bind and unbind an IJobFactory in an IJobRegistry. More...

Public Member Functions

void Bind (IJobFactory jobFactory, IDictionary< string, object > parms)
 Takes the IJobFactory provided and register it with the IJobRegistry. More...
 
void Unbind (IJobFactory jobFactory, IDictionary< string, object > parms)
 Take the IJobFactory provided and unregister it with the IJobRegistry. More...
 

Properties

IJobRegistry JobRegistry [set]
 Job registry property. More...
 

Detailed Description

Generic service that can bind and unbind an IJobFactory in an IJobRegistry.

Member Function Documentation

void Summer.Batch.Core.Configuration.Support.JobFactoryRegistrationListener.Bind ( IJobFactory  jobFactory,
IDictionary< string, object >  parms 
)

Takes the IJobFactory provided and register it with the IJobRegistry.

Parameters
jobFactoryan IJobFactory
parmsnot needed by this listener
Exceptions
Exception if there is a problem
void Summer.Batch.Core.Configuration.Support.JobFactoryRegistrationListener.Unbind ( IJobFactory  jobFactory,
IDictionary< string, object >  parms 
)

Take the IJobFactory provided and unregister it with the IJobRegistry.

Parameters
jobFactoryan IJobFactory
parmsnot needed by this listener
Exceptions
Exception if there is a problem

Property Documentation

IJobRegistry Summer.Batch.Core.Configuration.Support.JobFactoryRegistrationListener.JobRegistry
set

Job registry property.


The documentation for this class was generated from the following file:
  • Summer.Batch.Core/Core/Configuration/Support/JobFactoryRegistrationListener.cs