Interface | Description |
---|---|
ConnectionProvider |
Implementations of this interface used by
DBConnectionManager
to provide connections from various sources. |
PoolingConnectionProvider |
ConnectionProvider s supporting pooling of connections. |
Class | Description |
---|---|
C3p0PoolingConnectionProvider |
A
ConnectionProvider implementation that creates its own
pool of connections. |
CircularLossyQueue<T> |
An implementation of a CircularQueue data-structure.
|
ClassUtils | |
DBConnectionManager |
Manages a collection of ConnectionProviders, and provides transparent access
to their connections.
|
DirtyFlagMap<K,V> |
An implementation of
Map that wraps another Map
and flags itself 'dirty' when it is modified. |
HikariCpPoolingConnectionProvider |
A
ConnectionProvider implementation that creates its own
pool of connections. |
JNDIConnectionProvider |
A
ConnectionProvider that provides connections from a DataSource
that is managed by an application server, and made available via JNDI. |
Key<T> |
Object representing a job or trigger key.
|
PropertiesParser |
This is an utility calss used to parse the properties.
|
StringKeyDirtyFlagMap |
An implementation of
Map that wraps another Map
and flags itself 'dirty' when it is modified, enforces that all keys are
Strings. |
Annotation Type | Description |
---|---|
FindbugsSuppressWarnings |
Copyright 2001-2019, Terracotta, Inc.