DirectSchedulerFactory MembersQuartz.NET API Documentation

The DirectSchedulerFactory type exposes the following members.

Constructors

  NameDescription
Protected methodDirectSchedulerFactory
Initializes a new instance of the DirectSchedulerFactory class.
Top
Methods

  NameDescription
Public methodCreateRemoteScheduler(String)
Creates a proxy to a remote scheduler. This scheduler can be retrieved via GetScheduler .
Protected methodCreateRemoteScheduler(String, String, String)
Same as CreateRemoteScheduler(String), with the addition of specifying the scheduler name and instance ID. This scheduler can only be retrieved via GetScheduler(String).
Public methodCreateScheduler(IThreadPool, IJobStore)
Creates a scheduler using the specified thread pool and job store. This scheduler can be retrieved via DirectSchedulerFactory#GetScheduler()
Public methodCreateScheduler(String, String, IThreadPool, IJobStore)
Same as DirectSchedulerFactory#createScheduler(ThreadPool threadPool, JobStore jobStore), with the addition of specifying the scheduler name and instance ID. This scheduler can only be retrieved via DirectSchedulerFactory#getScheduler(String)
Public methodCreateScheduler(String, String, IThreadPool, IJobStore, TimeSpan, TimeSpan)
Creates a scheduler using the specified thread pool and job store and binds it to RMI.
Public methodCreateScheduler(String, String, IThreadPool, IJobStore, IDictionary, TimeSpan, TimeSpan)
Creates a scheduler using the specified thread pool and job store and binds it to RMI.
Public methodCreateVolatileScheduler
Creates an in memory job store (RAMJobStore) The thread priority is set to Thread.NORM_PRIORITY
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 methodGetScheduler 
Returns a handle to the Scheduler produced by this factory.

you must call createRemoteScheduler or createScheduler methods before calling getScheduler()

Public methodGetScheduler(String)
Returns a handle to the Scheduler with the given name, if it exists.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberDefaultInstanceId
Public fieldStatic memberDefaultSchedulerName
Top
Properties

  NameDescription
Public propertyAllSchedulers

Returns a handle to all known Schedulers (made by any StdSchedulerFactory instance.).

Public propertyStatic memberInstance
Gets the instance.
Public propertyLog
Gets the log.
Top
See Also