org.teiid.rhq.plugin
Class PlatformDiscoveryComponent
java.lang.Object
org.teiid.rhq.plugin.PlatformDiscoveryComponent
- All Implemented Interfaces:
- org.rhq.core.pluginapi.inventory.ResourceDiscoveryComponent
public class PlatformDiscoveryComponent
- extends Object
- implements org.rhq.core.pluginapi.inventory.ResourceDiscoveryComponent
This is the parent node for a Teiid system
Method Summary |
Set<org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails> |
discoverResources(org.rhq.core.pluginapi.inventory.ResourceDiscoveryContext discoveryContext)
Review the javadoc for both ResourceDiscoveryComponent and
ResourceDiscoveryContext to learn what you need to do in this
method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlatformDiscoveryComponent
public PlatformDiscoveryComponent()
discoverResources
public Set<org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails> discoverResources(org.rhq.core.pluginapi.inventory.ResourceDiscoveryContext discoveryContext)
throws org.rhq.core.pluginapi.inventory.InvalidPluginConfigurationException,
Exception
- Review the javadoc for both
ResourceDiscoveryComponent
and
ResourceDiscoveryContext
to learn what you need to do in this
method.
- Specified by:
discoverResources
in interface org.rhq.core.pluginapi.inventory.ResourceDiscoveryComponent
- Throws:
org.rhq.core.pluginapi.inventory.InvalidPluginConfigurationException
Exception
- See Also:
ResourceDiscoveryComponent.discoverResources(ResourceDiscoveryContext)
Copyright © 2012. All Rights Reserved.