C# Класс Summer.Batch.Core.Configuration.Support.JobFactoryRegistrationListener

Generic service that can bind and unbind an IJobFactory in an IJobRegistry.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Bind() публичный Метод

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
Результат void

Unbind() публичный Метод

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
Результат void