org.rhq.plugins.jbossas
Class WarDiscoveryComponent

java.lang.Object
  extended by org.rhq.plugins.jmx.MBeanResourceDiscoveryComponent<JMXComponent>
      extended by org.rhq.plugins.jbossas.ApplicationDiscoveryComponent
          extended by org.rhq.plugins.jbossas.WarDiscoveryComponent
All Implemented Interfaces:
ResourceDiscoveryComponent<JMXComponent>

public class WarDiscoveryComponent
extends ApplicationDiscoveryComponent

A JON plugin discovery component for discovering standalone webapps deployed to a JBossAS server.

Author:
Ian Springer

Field Summary
 
Fields inherited from class org.rhq.plugins.jmx.MBeanResourceDiscoveryComponent
PROPERTY_DESCRIPTION_TEMPLATE, PROPERTY_NAME_TEMPLATE, PROPERTY_OBJECT_NAME
 
Constructor Summary
WarDiscoveryComponent()
           
 
Method Summary
 java.util.Set<DiscoveredResourceDetails> discoverResources(ResourceDiscoveryContext<JMXComponent> discoveryContext)
           
 
Methods inherited from class org.rhq.plugins.jmx.MBeanResourceDiscoveryComponent
discoverResources, performDiscovery, performDiscovery
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WarDiscoveryComponent

public WarDiscoveryComponent()
Method Detail

discoverResources

public java.util.Set<DiscoveredResourceDetails> discoverResources(ResourceDiscoveryContext<JMXComponent> discoveryContext)
Specified by:
discoverResources in interface ResourceDiscoveryComponent<JMXComponent>
Overrides:
discoverResources in class ApplicationDiscoveryComponent


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