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 java.lang.Object
implements ResourceDiscoveryComponent<PostgresDatabaseComponent>

Discovers postgres tables

Author:
Greg Hinkle

Field Summary
static java.lang.String TABLE_NAMES_QUERY
           
 
Constructor Summary
PostgresTableDiscoveryComponent()
           
 
Method Summary
 java.util.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 java.lang.String TABLE_NAMES_QUERY
See Also:
Constant Field Values
Constructor Detail

PostgresTableDiscoveryComponent

public PostgresTableDiscoveryComponent()
Method Detail

discoverResources

public java.util.Set<DiscoveredResourceDetails> discoverResources(ResourceDiscoveryContext<PostgresDatabaseComponent> context)
                                                           throws java.lang.Exception
Specified by:
discoverResources in interface ResourceDiscoveryComponent<PostgresDatabaseComponent>
Throws:
java.lang.Exception


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