Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.quartz.simpl Classes and Interfaces - 16 results found.
| Name | Description | Type | Package | Framework |
| CascadingClassLoadHelper | A ClassLoadHelper uses all of the ClassLoadHelper types that are found in this package in its attempts to load a class, when | Class | org.quartz.simpl | Quartz |
|
| HostnameInstanceIdGenerator | InstanceIdGenerator that names the scheduler instance using just the machine hostname. | Class | org.quartz.simpl | Quartz |
|
| InitThreadContextClassLoadHelper | A ClassLoadHelper that uses either the context class loader of the thread that initialized Quartz. | Class | org.quartz.simpl | Quartz |
|
| LoadingLoaderClassLoadHelper | A ClassLoadHelper that uses either the loader of it's own class (this. | Class | org.quartz.simpl | Quartz |
|
| PropertySettingJobFactory | A JobFactory that instantiates the Job instance (using the default no-arg constructor, or more specifically: class. | Class | org.quartz.simpl | Quartz |
|
| RAMJobStore | This class implements a JobStore that utilizes RAM as its storage device. | Class | org.quartz.simpl | Quartz |
|
| SimpleClassLoadHelper | A ClassLoadHelper that simply calls Class. | Class | org.quartz.simpl | Quartz |
|
| SimpleInstanceIdGenerator | The default InstanceIdGenerator used by Quartz when instance id is to be automatically generated. | Class | org.quartz.simpl | Quartz |
|
| SimpleJobFactory | The default JobFactory used by Quartz - simply calls newInstance() on the job class. | Class | org.quartz.simpl | Quartz |
|
| SimpleScheduleBuilder | SimpleScheduleBuilder is a ScheduleBuilder that defines strict/literal interval-based schedules for | Class | org.quartz | Quartz |
|
| SimpleThreadPool | This is class is a simple implementation of a thread pool, based on the ThreadPool interface. | Class | org.quartz.simpl | Quartz |
|
| SimpleTimeBroker | The interface to be implemented by classes that want to provide a mechanism by which the QuartzScheduler can | Class | org.quartz.simpl | Quartz |
|
| SimpleTrigger | A Trigger that is used to fire a Job at a given moment in time, and optionally repeated at a specified interval. | Interface | org.quartz | Quartz |
|
| SystemPropertyInstanceIdGenerator | InstanceIdGenerator that will use a system property to configure the scheduler. | Class | org.quartz.simpl | Quartz |
|
| ThreadContextClassLoadHelper | A ClassLoadHelper that uses either the current thread's context class loader (Thread. | Class | org.quartz.simpl | Quartz |
|
| ZeroSizeThreadPool | This is class is a simple implementation of a zero size thread pool, based on the ThreadPool interface. | Class | org.quartz.simpl | Quartz |