org.rhq.plugins.agent
Class AgentJavaServiceWrapperDiscoveryComponent

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

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

This is the discovery component for the agent Java Service Wrapper. Today, the JSW is only used on Windows platforms.

Author:
John Mazzitelli

Constructor Summary
AgentJavaServiceWrapperDiscoveryComponent()
           
 
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

AgentJavaServiceWrapperDiscoveryComponent

public AgentJavaServiceWrapperDiscoveryComponent()
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.