org.quartz.utils |
|
Java Source File Name | Type | Comment |
ConnectionProvider.java | Interface | Implementations of this interface used by DBConnectionManager
to provide connections from various sources. |
DBConnectionManager.java | Class |
Manages a collection of ConnectionProviders, and provides transparent access
to their connections. |
DirtyFlagMap.java | Class |
An implementation of Map that wraps another Map
and flags itself 'dirty' when it is modified. |
DirtyFlagMapTest.java | Class | Unit test for DirtyFlagMap. |
ExceptionHelper.java | Class |
Helper class for handling exception nesting, which is only supported in JDKs
which are version 1.4 or later. |
JNDIConnectionProvider.java | Class |
A ConnectionProvider that provides connections from a DataSource
that is managed by an application server, and made available via JNDI. |
Key.java | Class |
Object representing a job or trigger key. |
Pair.java | Class |
Utility class for storing two pieces of information together. |
PoolingConnectionProvider.java | Class |
A ConnectionProvider implementation that creates its own
pool of connections. |
PropertiesParser.java | Class |
This is an utility calss used to parse the properties. |
PropertiesParserTest.java | Class | Unit tests for PropertiesParser. |
StringKeyDirtyFlagMap.java | Class |
An implementation of Map that wraps another Map
and flags itself 'dirty' when it is modified, enforces that all keys are
Strings. |
TriggerStatus.java | Class |
Object representing a job or trigger key. |