org.rhq.plugins.jbossas5
Class WebApplicationContextDiscoveryComponent

java.lang.Object
  extended by org.rhq.plugins.jbossas5.WebApplicationContextDiscoveryComponent
All Implemented Interfaces:
ResourceDiscoveryComponent<AbstractManagedDeploymentComponent>

public class WebApplicationContextDiscoveryComponent
extends Object
implements ResourceDiscoveryComponent<AbstractManagedDeploymentComponent>

A component for discovering the contexts of a WAR - one context per vhost the WAR is deployed to.

Author:
Ian Springer

Constructor Summary
WebApplicationContextDiscoveryComponent()
           
 
Method Summary
 Set<DiscoveredResourceDetails> discoverResources(ResourceDiscoveryContext<AbstractManagedDeploymentComponent> discoveryContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebApplicationContextDiscoveryComponent

public WebApplicationContextDiscoveryComponent()
Method Detail

discoverResources

public Set<DiscoveredResourceDetails> discoverResources(ResourceDiscoveryContext<AbstractManagedDeploymentComponent> discoveryContext)
                                                 throws Exception
Specified by:
discoverResources in interface ResourceDiscoveryComponent<AbstractManagedDeploymentComponent>
Throws:
Exception


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