public class PostgresUserDiscoveryComponent extends Object implements ResourceDiscoveryComponent<PostgresServerComponent<?>>, ResourceUpgradeFacet<PostgresServerComponent<?>>
| Modifier and Type | Field and Description |
|---|---|
static String |
USERS_QUERY
Deprecated.
as of RHQ 4.12. Shouldn't have been exposed.
|
| Constructor and Description |
|---|
PostgresUserDiscoveryComponent() |
| Modifier and Type | Method and Description |
|---|---|
Set<DiscoveredResourceDetails> |
discoverResources(ResourceDiscoveryContext<PostgresServerComponent<?>> context) |
org.rhq.core.domain.resource.ResourceUpgradeReport |
upgrade(ResourceUpgradeContext<PostgresServerComponent<?>> inventoriedResource) |
@Deprecated public static final String USERS_QUERY
public Set<DiscoveredResourceDetails> discoverResources(ResourceDiscoveryContext<PostgresServerComponent<?>> context) throws Exception
discoverResources in interface ResourceDiscoveryComponent<PostgresServerComponent<?>>Exceptionpublic org.rhq.core.domain.resource.ResourceUpgradeReport upgrade(ResourceUpgradeContext<PostgresServerComponent<?>> inventoriedResource)
upgrade in interface ResourceUpgradeFacet<PostgresServerComponent<?>>Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.