org.rhq.plugins.agent
Class AgentLauncherScriptDiscoveryComponent
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AgentLauncherScriptDiscoveryComponent
public AgentLauncherScriptDiscoveryComponent()
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.