Summer.Batch.Core.Unity.JobRegistrationHandler Class Reference

Class to handle the registration of jobs. Xml parsing of the configuration must be have been done prior to invoking methods from this class. More...

Public Member Functions

void LoadJob (IUnityContainer unityContainer, XmlJob xmlJob)
 Main job Loader method, it loads the job corresponding to the xml file and stores it in the unity container. More...
 

Detailed Description

Class to handle the registration of jobs. Xml parsing of the configuration must be have been done prior to invoking methods from this class.

Member Function Documentation

void Summer.Batch.Core.Unity.JobRegistrationHandler.LoadJob ( IUnityContainer  unityContainer,
XmlJob  xmlJob 
)

Main job Loader method, it loads the job corresponding to the xml file and stores it in the unity container.

Parameters
unityContainer
xmlJob

The documentation for this class was generated from the following file:
  • Summer.Batch.Core/Core/Unity/JobRegistrationHandler.cs