org.rhq.plugins.apache
Class ApacheVirtualHostServiceDiscoveryComponent

java.lang.Object
  extended by org.rhq.plugins.apache.ApacheVirtualHostServiceDiscoveryComponent
All Implemented Interfaces:
ResourceDiscoveryComponent<ApacheServerComponent>

public class ApacheVirtualHostServiceDiscoveryComponent
extends java.lang.Object
implements ResourceDiscoveryComponent<ApacheServerComponent>

Author:
Ian Springer

Constructor Summary
ApacheVirtualHostServiceDiscoveryComponent()
           
 
Method Summary
 java.util.Set<DiscoveredResourceDetails> discoverResources(ResourceDiscoveryContext<ApacheServerComponent> discoveryContext)
          Discovers the VirtualHosts that are deployed on the specified Apache server and creates and returns corresponding JON services.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApacheVirtualHostServiceDiscoveryComponent

public ApacheVirtualHostServiceDiscoveryComponent()
Method Detail

discoverResources

public java.util.Set<DiscoveredResourceDetails> discoverResources(ResourceDiscoveryContext<ApacheServerComponent> discoveryContext)
                                                           throws java.lang.Exception
Discovers the VirtualHosts that are deployed on the specified Apache server and creates and returns corresponding JON services.

Specified by:
discoverResources in interface ResourceDiscoveryComponent<ApacheServerComponent>
Throws:
java.lang.Exception
See Also:
ResourceDiscoveryComponent.discoverResources(ResourceDiscoveryContext)


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