C# 클래스 Summer.Batch.Core.Configuration.Support.JobFactoryRegistrationListener

Generic service that can bind and unbind an IJobFactory in an IJobRegistry.
파일 보기 프로젝트 열기: SummerBatch/SummerBatch

공개 메소드들

메소드 설명
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