org.rhq.plugins.postgres
Class PostgresTableDiscoveryComponent

java.lang.Object
  extended by org.rhq.plugins.postgres.PostgresTableDiscoveryComponent
All Implemented Interfaces:
ResourceDiscoveryComponent<PostgresDatabaseComponent>

public class PostgresTableDiscoveryComponent
extends Object
implements ResourceDiscoveryComponent<PostgresDatabaseComponent>

Discovers postgres tables

Author:
Greg Hinkle

Field Summary
static String TABLE_NAMES_QUERY
           
 
Constructor Summary
PostgresTableDiscoveryComponent()
           
 
Method Summary
 Set<DiscoveredResourceDetails> discoverResources(ResourceDiscoveryContext<PostgresDatabaseComponent> context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TABLE_NAMES_QUERY

public static final String TABLE_NAMES_QUERY
See Also:
Constant Field Values
Constructor Detail

PostgresTableDiscoveryComponent

public PostgresTableDiscoveryComponent()
Method Detail

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.