org.rhq.plugins.agent
Class AgentLauncherScriptDiscoveryComponent

java.lang.Object
  extended by org.rhq.plugins.agent.AgentLauncherScriptDiscoveryComponent
All Implemented Interfaces:
ResourceDiscoveryComponent<AgentServerComponent<?>>

public class AgentLauncherScriptDiscoveryComponent
extends Object
implements ResourceDiscoveryComponent<AgentServerComponent<?>>

This is the discovery component for the agent launcher script. This launcher script is for UNIX and is not to be found on a Windows platform. See AgentJavaServiceWrapperDiscoveryComponent for the analogous Windows component.

Author:
John Mazzitelli

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

Constructor Detail

AgentLauncherScriptDiscoveryComponent

public AgentLauncherScriptDiscoveryComponent()
Method Detail

discoverResources

public Set<DiscoveredResourceDetails> discoverResources(ResourceDiscoveryContext<AgentServerComponent<?>> context)
Simply returns the service resource.

Specified by:
discoverResources in interface ResourceDiscoveryComponent<AgentServerComponent<?>>
See Also:
ResourceDiscoveryComponent.discoverResources(ResourceDiscoveryContext)


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