Package | Description |
---|---|
org.quartz |
The main package of Quartz, containing the client-side interfaces.
|
org.quartz.core |
Contains the core classes and interfaces for the Quartz job scheduler.
|
org.quartz.impl |
Contains implementations of the SchedulerFactory, JobStore, ThreadPool, and
other interfaces required by the org.quartz.core.QuartzScheduler.
|
org.quartz.impl.jdbcjobstore | |
org.quartz.impl.matchers | |
org.quartz.simpl |
Contains simple / light-weight implementations (with no dependencies on
external libraries) of interfaces required by the
org.quartz.core.QuartzScheduler.
|
org.quartz.spi |
Contains Service Provider Interfaces that can be implemented by those
wishing to create and use custom versions of Quartz back-end/behind-the-scenes
services.
|
org.terracotta.quartz |
Class and Description |
---|
GroupMatcher
Matches on group (ignores name) property of Keys.
|
Class and Description |
---|
GroupMatcher
Matches on group (ignores name) property of Keys.
|
Class and Description |
---|
GroupMatcher
Matches on group (ignores name) property of Keys.
|
Class and Description |
---|
GroupMatcher
Matches on group (ignores name) property of Keys.
|
Class and Description |
---|
AndMatcher
Matches using an AND operator on two Matcher operands.
|
EverythingMatcher
Matches on the complete key being equal (both name and group).
|
GroupMatcher
Matches on group (ignores name) property of Keys.
|
KeyMatcher
Matches on the complete key being equal (both name and group).
|
NameMatcher
Matches on name (ignores group) property of Keys.
|
NotMatcher
Matches using an NOT operator on another Matcher.
|
OrMatcher
Matches using an OR operator on two Matcher operands.
|
StringMatcher
An abstract base class for some types of matchers.
|
StringMatcher.StringOperatorName |
Class and Description |
---|
GroupMatcher
Matches on group (ignores name) property of Keys.
|
Class and Description |
---|
GroupMatcher
Matches on group (ignores name) property of Keys.
|
Class and Description |
---|
GroupMatcher
Matches on group (ignores name) property of Keys.
|
Copyright 2001-2019, Terracotta, Inc.