org.rhq.plugins.postgres
Class PostgresTableDiscoveryComponent
java.lang.Object
org.rhq.plugins.postgres.PostgresTableDiscoveryComponent
- All Implemented Interfaces:
- ResourceDiscoveryComponent<PostgresDatabaseComponent>
public class PostgresTableDiscoveryComponent
- extends Object
- implements ResourceDiscoveryComponent<PostgresDatabaseComponent>
Discovers postgres tables
- Author:
- Greg Hinkle
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TABLE_NAMES_QUERY
public static final String TABLE_NAMES_QUERY
- See Also:
- Constant Field Values
PostgresTableDiscoveryComponent
public PostgresTableDiscoveryComponent()
discoverResources
public Set<DiscoveredResourceDetails> discoverResources(ResourceDiscoveryContext<PostgresDatabaseComponent> context)
throws Exception
- Specified by:
discoverResources in interface ResourceDiscoveryComponent<PostgresDatabaseComponent>
- Throws:
Exception
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.