Uses of Package
org.quartz.utils

Packages that use org.quartz.utils
org.quartz The main package of Quartz, containing the client-side interfaces. 
org.quartz.impl.jdbcjobstore   
org.quartz.listeners   
org.quartz.utils   
org.quartz.utils.counter.sampled   
org.quartz.xml   
 

Classes in org.quartz.utils used by org.quartz
DirtyFlagMap
           An implementation of Map that wraps another Map and flags itself 'dirty' when it is modified.
Key
           Object representing a job or trigger key.
StringKeyDirtyFlagMap
           An implementation of Map that wraps another Map and flags itself 'dirty' when it is modified, enforces that all keys are Strings.
 

Classes in org.quartz.utils used by org.quartz.impl.jdbcjobstore
Key
           Object representing a job or trigger key.
TriggerStatus
           Object representing a job or trigger key.
 

Classes in org.quartz.utils used by org.quartz.listeners
Key
           Object representing a job or trigger key.
 

Classes in org.quartz.utils used by org.quartz.utils
ConnectionProvider
          Implementations of this interface used by DBConnectionManager to provide connections from various sources.
DBConnectionManager
           Manages a collection of ConnectionProviders, and provides transparent access to their connections.
DirtyFlagMap
           An implementation of Map that wraps another Map and flags itself 'dirty' when it is modified.
Key
           Object representing a job or trigger key.
Pair
           Utility class for storing two pieces of information together.
 

Classes in org.quartz.utils used by org.quartz.utils.counter.sampled
CircularLossyQueue
          An implementation of a CircularQueue data-structure.
 

Classes in org.quartz.utils used by org.quartz.xml
Key
           Object representing a job or trigger key.
 



Copyright 2001-2019, Terracotta, Inc.