| Interface | Description |
|---|---|
| ConnectionPoolingSupport |
A contract that all database related resource components should obey to.
|
| DatabaseComponent<T extends ResourceComponent<?>> | Deprecated
as of RHQ 4.10.
|
| PooledConnectionProvider |
Contract for resource components providing pooled
Connection objects. |
| Class | Description |
|---|---|
| AbstractDatabaseComponent<T extends DatabaseComponent<?>> |
Base class for nested database components.
|
| BasePooledConnectionProvider |
Base implementation of a
PooledConnectionProvider. |
| CustomTableComponent |
The component for the
CustomTableDiscoveryComponent. |
| CustomTableDiscoveryComponent |
Discovery for a generic component that can read data out of a table for
monitoring purposes.
|
| CustomTableRowDiscoveryComponent |
Discovery for a generic component that can read data out of a table for
monitoring purposes.
|
| DatabasePluginLifecycleListener |
This is a plugin lifecycle listener object for database plugins.
|
| DatabasePluginUtil | |
| DatabaseQueryUtility | Deprecated
as of RHQ 4.10, use
DatabasePluginUtil instead. |
| DatabaseQueryUtility.StatementParameter | Deprecated
This class is not used for anything in the codebase of the database plugin.
|
| Exception | Description |
|---|---|
| DatabasePluginUtil.ComponentCannotProvideConnectionException |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.