Click or drag to resize

PFJobFactory Class

This class gives information about available PFJob implementations, and may instantiate them in the context of a Packflow site.
Inheritance Hierarchy
SystemObject
  Packflow.Core.JobsPFJobFactory

Namespace:  Packflow.Core.Jobs
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static class PFJobFactory

The PFJobFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateJobInstance(String, PFSite)
Creates a Packflow Job instance, from the provided type name.
Public methodStatic memberCreateJobInstance(Type, PFSite)
Creates a Packflow Job instance, from the provided type.
Public methodStatic memberEnsureDefaultJobs
This method will ensure Timer Jobs defined in the provided xml file are instanciated and scheduled. The ensure is based on the Timer Job Instance name.
Public methodStatic memberGetJobTypes
Returns a list of available PFJob implementations for this site.
Public methodStatic memberGetJobTypesInfo
Returns a list of available PFJob implementations for this site, in the form of a serializable list.
Top
See Also