StdScheduler MembersQuartz.NET API Documentation

The StdScheduler type exposes the following members.

Constructors

  NameDescription
Public methodStdScheduler
Construct a StdScheduler instance to proxy the given QuartzScheduler instance.
Top
Methods

  NameDescription
Public methodAddCalendar
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodAddJob(IJobDetail, Boolean)
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodAddJob(IJobDetail, Boolean, Boolean)
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodCheckExists(JobKey)
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodCheckExists(TriggerKey)
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodClear
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodDeleteCalendar
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodDeleteJob
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodDeleteJobs
Public methodDispose 
Releases all resources used by the StdScheduler
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the StdScheduler and optionally releases the managed resources
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 methodGetCalendar
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodGetCalendarNames
Get the names of all registered ICalendar.
Public methodGetCurrentlyExecutingJobs
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetJobDetail
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodGetJobGroupNames
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodGetJobKeys
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodGetMetaData
Get a SchedulerMetaData object describiing the settings and capabilities of the scheduler instance.

Note that the data returned is an 'instantaneous' snap-shot, and that as soon as it's returned, the meta data values may be different.

Public methodGetPausedTriggerGroups
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodGetTrigger
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodGetTriggerGroupNames
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodGetTriggerKeys
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodGetTriggersOfJob
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodGetTriggerState
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInterrupt(String)
Public methodInterrupt(JobKey)
Request the interruption, within this Scheduler instance, of all currently executing instances of the identified IJob, which must be an implementor of the IInterruptableJob interface.
Public methodIsJobGroupPaused
returns true if the given JobGroup is paused
Public methodIsTriggerGroupPaused
returns true if the given TriggerGroup is paused
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPauseAll
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodPauseJob
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodPauseJobs
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodPauseTrigger
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodPauseTriggers
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodRescheduleJob
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodResumeAll
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodResumeJob
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodResumeJobs
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodResumeTrigger
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodResumeTriggers
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodScheduleJob(ITrigger)
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodScheduleJob(IJobDetail, ITrigger)
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodScheduleJob(IJobDetail, ISet ITrigger , Boolean)
Public methodScheduleJobs
Public methodShutdown 
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodShutdown(Boolean)
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodStandby
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodStart
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodStartDelayed
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodTriggerJob(JobKey)
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodTriggerJob(JobKey, JobDataMap)
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodUnscheduleJob
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodUnscheduleJobs
Top
Properties

  NameDescription
Public propertyContext
Returns the SchedulerContext of the IScheduler.
Public propertyInStandbyMode
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public propertyIsShutdown
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public propertyIsStarted
Whether the scheduler has been started.
Public propertyJobFactory
Public propertyListenerManager
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public propertySchedulerInstanceId
Returns the instance Id of the IScheduler.
Public propertySchedulerName
Returns the name of the IScheduler.
Top
See Also