A B C D E F G H I L O P R S T U 

A

AbstractDatabaseComponent<T extends DatabaseComponent<?>> - Class in org.rhq.plugins.database
Base class for nested database components.
AbstractDatabaseComponent() - Constructor for class org.rhq.plugins.database.AbstractDatabaseComponent
 

B

BasePooledConnectionProvider - Class in org.rhq.plugins.database
Base implementation of a PooledConnectionProvider.
BasePooledConnectionProvider(Configuration) - Constructor for class org.rhq.plugins.database.BasePooledConnectionProvider
 

C

canProvideConnection(ResourceComponent) - Static method in class org.rhq.plugins.database.DatabasePluginUtil
 
close() - Method in class org.rhq.plugins.database.BasePooledConnectionProvider
Shutdown the connection pool.
close(Statement, ResultSet) - Static method in class org.rhq.plugins.database.DatabaseQueryUtility
Deprecated.
ConnectionPoolingSupport - Interface in org.rhq.plugins.database
A contract that all database related resource components should obey to.
CustomTableComponent - Class in org.rhq.plugins.database
The component for the CustomTableDiscoveryComponent.
CustomTableComponent() - Constructor for class org.rhq.plugins.database.CustomTableComponent
 
CustomTableDiscoveryComponent - Class in org.rhq.plugins.database
Discovery for a generic component that can read data out of a table for monitoring purposes.
CustomTableDiscoveryComponent() - Constructor for class org.rhq.plugins.database.CustomTableDiscoveryComponent
 
CustomTableRowDiscoveryComponent - Class in org.rhq.plugins.database
Discovery for a generic component that can read data out of a table for monitoring purposes.
CustomTableRowDiscoveryComponent() - Constructor for class org.rhq.plugins.database.CustomTableRowDiscoveryComponent
 

D

DatabaseComponent<T extends ResourceComponent<?>> - Interface in org.rhq.plugins.database
Deprecated.
as of RHQ 4.10. Use ConnectionPoolingSupport instead.
DatabasePluginLifecycleListener - Class in org.rhq.plugins.database
This is a plugin lifecycle listener object for database plugins.
DatabasePluginLifecycleListener() - Constructor for class org.rhq.plugins.database.DatabasePluginLifecycleListener
 
DatabasePluginUtil - Class in org.rhq.plugins.database
 
DatabasePluginUtil.ComponentCannotProvideConnectionException - Exception in org.rhq.plugins.database
 
DatabasePluginUtil.ComponentCannotProvideConnectionException(ResourceComponent) - Constructor for exception org.rhq.plugins.database.DatabasePluginUtil.ComponentCannotProvideConnectionException
 
DatabaseQueryUtility - Class in org.rhq.plugins.database
Deprecated.
as of RHQ 4.10, use DatabasePluginUtil instead.
DatabaseQueryUtility() - Constructor for class org.rhq.plugins.database.DatabaseQueryUtility
Deprecated.
instantiating a static utility class doesn't make sense. Don't do it.
DatabaseQueryUtility.StatementParameter - Class in org.rhq.plugins.database
Deprecated.
This class is not used for anything in the codebase of the database plugin. If you are using it in some way or another, move it to your own code, because this class will be removed in future.
DatabaseQueryUtility.StatementParameter() - Constructor for class org.rhq.plugins.database.DatabaseQueryUtility.StatementParameter
Deprecated.
 
discoverResource(Configuration, ResourceDiscoveryContext<ResourceComponent<?>>) - Method in class org.rhq.plugins.database.CustomTableDiscoveryComponent
 
discoverResources(ResourceDiscoveryContext<ResourceComponent<?>>) - Method in class org.rhq.plugins.database.CustomTableDiscoveryComponent
 
discoverResources(ResourceDiscoveryContext<ResourceComponent<?>>) - Method in class org.rhq.plugins.database.CustomTableRowDiscoveryComponent
 
DRIVER_CLASS - Static variable in class org.rhq.plugins.database.BasePooledConnectionProvider
Driver class key.

E

executeUpdate(DatabaseComponent, String, Object...) - Static method in class org.rhq.plugins.database.DatabaseQueryUtility
Deprecated.

F

formatMessage(String, String) - Static method in class org.rhq.plugins.database.CustomTableRowDiscoveryComponent
Format a message with {} formatted replacement keys.

G

getAvailability() - Method in class org.rhq.plugins.database.CustomTableComponent
 
getColumns(ResultSetMetaData) - Static method in class org.rhq.plugins.database.DatabaseQueryUtility
Deprecated.
getComponent() - Method in exception org.rhq.plugins.database.DatabasePluginUtil.ComponentCannotProvideConnectionException
 
getConnection() - Method in class org.rhq.plugins.database.AbstractDatabaseComponent
 
getConnection() - Method in class org.rhq.plugins.database.CustomTableComponent
 
getConnection() - Method in interface org.rhq.plugins.database.DatabaseComponent
Deprecated.
getConnectionFromComponent(ResourceComponent) - Static method in class org.rhq.plugins.database.DatabasePluginUtil
Gets a Connection from the component.
getConnectionProperties() - Method in class org.rhq.plugins.database.BasePooledConnectionProvider
Return additional database connection pool properties.
getConnectionTimeout() - Method in class org.rhq.plugins.database.BasePooledConnectionProvider
Return the connection timeout setting, in milliseconds.
getDriverClass() - Method in class org.rhq.plugins.database.BasePooledConnectionProvider
Returns the driver class, by default the name from BasePooledConnectionProvider.getDriverClassName().
getDriverClassName() - Method in class org.rhq.plugins.database.BasePooledConnectionProvider
Returns the driver class, by default configuration item BasePooledConnectionProvider.DRIVER_CLASS.
getGridValues(ResourceComponent, String, Object...) - Static method in class org.rhq.plugins.database.DatabasePluginUtil
Returns a list of values, one per row, containing a map of column names to values of that row.
getGridValues(DatabaseComponent, String, Object...) - Static method in class org.rhq.plugins.database.DatabaseQueryUtility
Deprecated.
getJdbcUrl() - Method in class org.rhq.plugins.database.BasePooledConnectionProvider
Implemented by subclasses to return the JDBC connection URL.
getNumericQueryValueMap(ResourceComponent, String, Object...) - Static method in class org.rhq.plugins.database.DatabasePluginUtil
Returns a mapping of rows as key-value pairs where the key is the first column (a string) and the second column is a value numeric.
getNumericQueryValueMap(DatabaseComponent, String, Object...) - Static method in class org.rhq.plugins.database.DatabaseQueryUtility
Deprecated.
getNumericQueryValues(ResourceComponent, String, Object...) - Static method in class org.rhq.plugins.database.DatabasePluginUtil
Executes a query, returning the results as a map where the keys are the column names and values are the value of that column.
getNumericQueryValues(DatabaseComponent, String, Object...) - Static method in class org.rhq.plugins.database.DatabaseQueryUtility
Deprecated.
getPassword() - Method in class org.rhq.plugins.database.BasePooledConnectionProvider
Return the JDBC password.
getPooledConnection() - Method in class org.rhq.plugins.database.BasePooledConnectionProvider
 
getPooledConnection() - Method in interface org.rhq.plugins.database.PooledConnectionProvider
Get a pooled connection.
getPooledConnectionProvider() - Method in class org.rhq.plugins.database.AbstractDatabaseComponent
 
getPooledConnectionProvider() - Method in interface org.rhq.plugins.database.ConnectionPoolingSupport
 
getPooledConnectionProvider() - Method in class org.rhq.plugins.database.CustomTableComponent
 
getSingleNumericQueryValue(ResourceComponent, String, Object...) - Static method in class org.rhq.plugins.database.DatabasePluginUtil
Returns the result of a query as a single Double value.
getSingleNumericQueryValue(DatabaseComponent, String, Object...) - Static method in class org.rhq.plugins.database.DatabaseQueryUtility
Deprecated.
getTable() - Method in class org.rhq.plugins.database.CustomTableComponent
 
getUsername() - Method in class org.rhq.plugins.database.BasePooledConnectionProvider
Return the JDBC username.
getValues(MeasurementReport, Set<MeasurementScheduleRequest>) - Method in class org.rhq.plugins.database.CustomTableComponent
 

H

hasConnectionPoolingSupport(ResourceComponent) - Static method in class org.rhq.plugins.database.DatabasePluginUtil
Determines if a resource component supports connection pooling.

I

initialize(PluginContext) - Method in class org.rhq.plugins.database.DatabasePluginLifecycleListener
 

L

log - Variable in class org.rhq.plugins.database.CustomTableDiscoveryComponent
 

O

org.rhq.plugins.database - package org.rhq.plugins.database
 

P

PASSWORD - Static variable in class org.rhq.plugins.database.BasePooledConnectionProvider
JDBC password config key.
pluginConfig - Variable in class org.rhq.plugins.database.BasePooledConnectionProvider
 
PooledConnectionProvider - Interface in org.rhq.plugins.database
Contract for resource components providing pooled Connection objects.

R

removeConnection() - Method in class org.rhq.plugins.database.AbstractDatabaseComponent
 
removeConnection() - Method in class org.rhq.plugins.database.CustomTableComponent
 
removeConnection() - Method in interface org.rhq.plugins.database.DatabaseComponent
Deprecated.
resourceContext - Variable in class org.rhq.plugins.database.AbstractDatabaseComponent
 

S

safeClose(Connection) - Static method in class org.rhq.plugins.database.DatabasePluginUtil
 
safeClose(Connection, Statement) - Static method in class org.rhq.plugins.database.DatabasePluginUtil
 
safeClose(Connection, Statement, ResultSet) - Static method in class org.rhq.plugins.database.DatabasePluginUtil
 
safeClose(Statement) - Static method in class org.rhq.plugins.database.DatabasePluginUtil
 
safeClose(ResultSet) - Static method in class org.rhq.plugins.database.DatabasePluginUtil
 
shutdown() - Method in class org.rhq.plugins.database.DatabasePluginLifecycleListener
 
start(ResourceContext) - Method in class org.rhq.plugins.database.AbstractDatabaseComponent
 
start(ResourceContext<DatabaseComponent<?>>) - Method in class org.rhq.plugins.database.CustomTableComponent
 
stop() - Method in class org.rhq.plugins.database.AbstractDatabaseComponent
 
stop() - Method in class org.rhq.plugins.database.CustomTableComponent
 
supportsConnectionPooling() - Method in class org.rhq.plugins.database.AbstractDatabaseComponent
 
supportsConnectionPooling() - Method in interface org.rhq.plugins.database.ConnectionPoolingSupport
 
supportsConnectionPooling() - Method in class org.rhq.plugins.database.CustomTableComponent
 

T

TIMEOUT - Static variable in class org.rhq.plugins.database.BasePooledConnectionProvider
Connection timeout setting.
toString() - Method in class org.rhq.plugins.database.AbstractDatabaseComponent
 
TRACK - Static variable in class org.rhq.plugins.database.BasePooledConnectionProvider
If true, track connections and statements.

U

URL - Static variable in class org.rhq.plugins.database.BasePooledConnectionProvider
JDBC URL config key.
USERNAME - Static variable in class org.rhq.plugins.database.BasePooledConnectionProvider
JDBC username config key.
A B C D E F G H I L O P R S T U 

Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.