org.rhq.plugins.mobicents.servlet.sip
Class ConvergedWarDiscoveryComponent

java.lang.Object
  extended by org.rhq.plugins.jmx.MBeanResourceDiscoveryComponent<org.rhq.plugins.jmx.JMXComponent>
      extended by org.rhq.plugins.jbossas.ApplicationDiscoveryComponent
          extended by org.rhq.plugins.mobicents.servlet.sip.ConvergedWarDiscoveryComponent
All Implemented Interfaces:
org.rhq.core.pluginapi.inventory.ResourceDiscoveryComponent<org.rhq.plugins.jmx.JMXComponent>

public class ConvergedWarDiscoveryComponent
extends org.rhq.plugins.jbossas.ApplicationDiscoveryComponent

A JON plugin discovery component for discovering standalone webapps deployed to a JBossAS server. Original file copied over from jopr jboss as plugin trunk rev 26 It has been copied because it uses ConvergedWarDiscoveryHelper and since methods in this class are static they couldn't be extended by inheritance

Author:
Ian Springer, Jean Deruelle

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

Constructor Detail

ConvergedWarDiscoveryComponent

public ConvergedWarDiscoveryComponent()
Method Detail

discoverResources

public java.util.Set<org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails> discoverResources(org.rhq.core.pluginapi.inventory.ResourceDiscoveryContext<org.rhq.plugins.jmx.JMXComponent> discoveryContext)
Specified by:
discoverResources in interface org.rhq.core.pluginapi.inventory.ResourceDiscoveryComponent<org.rhq.plugins.jmx.JMXComponent>
Overrides:
discoverResources in class org.rhq.plugins.jbossas.ApplicationDiscoveryComponent


Copyright © 2010. All Rights Reserved.