A C D E F G I L O R S T 

A

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

C

close(Statement, ResultSet) - Static method in class org.rhq.plugins.database.DatabaseQueryUtility
Closes statements and result sets.
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
 
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
 
DatabaseQueryUtility - Class in org.rhq.plugins.database
Various database (JDBC) query functions.
discoverResource(Configuration, ResourceDiscoveryContext<DatabaseComponent<?>>) - Method in class org.rhq.plugins.database.CustomTableDiscoveryComponent
 
discoverResources(ResourceDiscoveryContext<DatabaseComponent<?>>) - Method in class org.rhq.plugins.database.CustomTableDiscoveryComponent
 
discoverResources(ResourceDiscoveryContext<DatabaseComponent<?>>) - Method in class org.rhq.plugins.database.CustomTableRowDiscoveryComponent
 

E

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

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
Returns an array of strings as upper-case column names.
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
 
getGridValues(DatabaseComponent, String, Object...) - Static method in class org.rhq.plugins.database.DatabaseQueryUtility
Returns a list of values, one per row, containing a map of column names to values of that row.
getNumericQueryValueMap(DatabaseComponent, String, Object...) - Static method in class org.rhq.plugins.database.DatabaseQueryUtility
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.
getNumericQueryValues(DatabaseComponent, String, Object...) - Static method in class org.rhq.plugins.database.DatabaseQueryUtility
Executes a query, returning the results as a map where the keys are the column names and values are the value of that column.
getSingleNumericQueryValue(DatabaseComponent, String, Object...) - Static method in class org.rhq.plugins.database.DatabaseQueryUtility
Returns the result of a query as a single Double value.
getTable() - Method in class org.rhq.plugins.database.CustomTableComponent
 
getValues(MeasurementReport, Set<MeasurementScheduleRequest>) - Method in class org.rhq.plugins.database.CustomTableComponent
 

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
 

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
 
resourceContext - Variable in class org.rhq.plugins.database.AbstractDatabaseComponent
 

S

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
 

T

toString() - Method in class org.rhq.plugins.database.AbstractDatabaseComponent
 
A C D E F G I L O R S T 

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