@ParametersAreNonnullByDefault
See: Description
| Class | Description |
|---|---|
| ClassLoaderAwareObjectInputStream |
An object input stream that uses the provided
ClassLoader in preference
to any other. |
| CronExpressionQuantizer |
Utility class to prevent the use of cron expressions that run more frequently than once per minute.
|
| JobRunnerRegistry |
Encapsulates the registration and retrieval of job runners.
|
| LogWarn |
Log a warning, optionally including a full stack trace if the logger's
DEBUG level is enabled. |
| ParameterMapSerializer |
Utility for serializing the parameters map to a
byte[] and restoring it to its
original form. |
| QuartzParseExceptionMapper |
Maps the various
ParseException messages from Quartz to our more informative and
translatable exceptions in the CronSyntaxException family. |
| TimeIntervalQuantizer |
Tool for quantizing millisecond time intervals to a broader resolution while
guarding against sign overflows.
|
| Enum | Description |
|---|---|
| CronExpressionQuantizer.Randomize |
Controls whether or not randomization is performed when a cron expression is quantized.
|
Copyright © 2017 Atlassian. All rights reserved.