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, and with the given SchedulingContext.
Top
Methods

  NameDescription
Public methodAddCalendar
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
Public methodAddGlobalJobListener
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodAddGlobalTriggerListener
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodAddJob
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
Public methodAddJobListener
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodAddSchedulerListener
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodAddTriggerListener
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodDeleteCalendar
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
Public methodDeleteJob
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
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, passing the SchedulingContext associated with this instance.
Public methodGetCalendarNames
Get the names of all registered ICalendar.
Public methodGetCurrentlyExecutingJobs
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodGetGlobalJobListener
Get the globalIJobListener that has the given name.
Public methodGetGlobalTriggerListener
Get the globalITriggerListener that has the given name.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetJobDetail
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
Public methodGetJobListener
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodGetJobNames
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
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
Public methodGetTrigger
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
Public methodGetTriggerListener
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodGetTriggerNames
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
Public methodGetTriggersOfJob
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
Public methodGetTriggerState
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInterrupt
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, passing the SchedulingContext associated with this instance.
Public methodPauseJob
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
Public methodPauseJobGroup
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
Public methodPauseTrigger
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
Public methodPauseTriggerGroup
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
Public methodRemoveGlobalJobListener(String)
Remove the identifed IJobListener from the IScheduler's list of global listeners.
Public methodRemoveGlobalJobListener(IJobListener)
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodRemoveGlobalTriggerListener(String)
Remove the identifed ITriggerListener from the IScheduler's list of global listeners.
Public methodRemoveGlobalTriggerListener(ITriggerListener)
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodRemoveJobListener
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodRemoveSchedulerListener
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodRemoveTriggerListener
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public methodRescheduleJob
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
Public methodResumeAll
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
Public methodResumeJob
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
Public methodResumeJobGroup
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
Public methodResumeTrigger
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
Public methodResumeTriggerGroup
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
Public methodScheduleJob(Trigger)
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
Public methodScheduleJob(JobDetail, Trigger)
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
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(String, String)
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
Public methodTriggerJob(String, String, JobDataMap)
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
Public methodTriggerJobWithVolatileTrigger(String, String)
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
Public methodTriggerJobWithVolatileTrigger(String, String, JobDataMap)
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
Public methodUnscheduleJob
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
Top
Properties

  NameDescription
Public propertyCalendarNames
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
Public propertyContext
Returns the SchedulerContext of the IScheduler.
Public propertyGlobalJobListeners
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public propertyGlobalTriggerListeners
Calls the equivalent method on the 'proxied' QuartzScheduler.
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 propertyJobGroupNames
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
Public propertyJobListenerNames
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public propertySchedulerInstanceId
Returns the instance Id of the IScheduler.
Public propertySchedulerListeners
Calls the equivalent method on the 'proxied' QuartzScheduler.
Public propertySchedulerName
Returns the name of the IScheduler.
Public propertyTriggerGroupNames
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
Public propertyTriggerListenerNames
Calls the equivalent method on the 'proxied' QuartzScheduler.
Top
See Also