public class PostgresTableDiscoveryComponent extends Object implements ResourceDiscoveryComponent<PostgresDatabaseComponent>, ResourceUpgradeFacet<PostgresDatabaseComponent>
| Modifier and Type | Field and Description |
|---|---|
static String |
TABLE_NAMES_QUERY
Deprecated.
as of RHQ4.11. No longer used (and shouldn't have been exposed anyway).
|
| Constructor and Description |
|---|
PostgresTableDiscoveryComponent() |
| Modifier and Type | Method and Description |
|---|---|
Set<DiscoveredResourceDetails> |
discoverResources(ResourceDiscoveryContext<PostgresDatabaseComponent> context) |
org.rhq.core.domain.resource.ResourceUpgradeReport |
upgrade(ResourceUpgradeContext<PostgresDatabaseComponent> upgradeContext) |
@Deprecated public static final String TABLE_NAMES_QUERY
public Set<DiscoveredResourceDetails> discoverResources(ResourceDiscoveryContext<PostgresDatabaseComponent> context) throws Exception
discoverResources in interface ResourceDiscoveryComponent<PostgresDatabaseComponent>Exceptionpublic org.rhq.core.domain.resource.ResourceUpgradeReport upgrade(ResourceUpgradeContext<PostgresDatabaseComponent> upgradeContext)
upgrade in interface ResourceUpgradeFacet<PostgresDatabaseComponent>Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.