org.rhq.plugins.agent
Class AgentDiscoveryComponent

java.lang.Object
  extended by org.rhq.plugins.agent.AgentDiscoveryComponent
All Implemented Interfaces:
ResourceDiscoveryComponent

public class AgentDiscoveryComponent
extends Object
implements ResourceDiscoveryComponent

This is the main discovery component for the agent plugin that discovers the agent core.

Author:
John Mazzitelli

Constructor Summary
AgentDiscoveryComponent()
           
 
Method Summary
 Set<DiscoveredResourceDetails> discoverResources(ResourceDiscoveryContext context)
          Simply returns the agent resource.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentDiscoveryComponent

public AgentDiscoveryComponent()
Method Detail

discoverResources

public Set<DiscoveredResourceDetails> discoverResources(ResourceDiscoveryContext context)
Simply returns the agent resource.

Specified by:
discoverResources in interface ResourceDiscoveryComponent
See Also:
ResourceDiscoveryComponent.discoverResources(ResourceDiscoveryContext)


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