LoggingJobHistoryPlugin MembersQuartz.NET API Documentation

The LoggingJobHistoryPlugin type exposes the following members.

Constructors

  NameDescription
Public methodLoggingJobHistoryPlugin
Initializes a new instance of the LoggingJobHistoryPlugin class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
Called during creation of the IScheduler in order to give the ISchedulerPlugin a chance to Initialize.
Public methodJobExecutionVetoed
Called by the IScheduler when a JobDetail was about to be executed (an associated Trigger has occured), but a ITriggerListener vetoed it's execution.
Public methodJobToBeExecuted
Called by the IScheduler when a JobDetail is about to be executed (an associated Trigger has occurred).

This method will not be invoked if the execution of the Job was vetoed by a ITriggerListener.

Public methodJobWasExecuted
Called by the IScheduler after a JobDetail has been executed, and be for the associated Trigger's Triggered(ICalendar) method has been called.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodShutdown
Called in order to inform the ISchedulerPlugin that it should free up all of it's resources because the scheduler is shutting down.
Public methodStart
Called when the associated IScheduler is started, in order to let the plug-in know it can now make calls into the scheduler if it needs to.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyJobFailedMessage
Get or sets the message that is logged when a Job fails its execution.
Public propertyJobSuccessMessage
Get or sets the message that is logged when a Job successfully completes its execution.
Public propertyJobToBeFiredMessage
Gets or sets the message that is logged when a Job is about to Execute.
Public propertyJobWasVetoedMessage
Gets or sets the message that is logged when a Job execution is vetoed by a trigger listener.
Public propertyLog
Logger instance to use. Defaults to common logging.
Public propertyName
Get the name of the IJobListener.
Top
See Also