public class ActiveMQDiscoveryComponent<T extends org.rhq.plugins.jmx.JMXComponent<?>> extends FuseMBeanDiscoveryComponent<T>
| Modifier and Type | Field and Description |
|---|---|
protected org.rhq.core.pluginapi.inventory.ResourceDiscoveryContext<T> |
discoveryContext |
protected org.apache.commons.logging.Log |
log |
STATS_OBJECT_NAME_PROPERTY| Constructor and Description |
|---|
ActiveMQDiscoveryComponent() |
| Modifier and Type | Method and Description |
|---|---|
Set<org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails> |
discoverResources(org.rhq.core.pluginapi.inventory.ResourceDiscoveryContext<T> context) |
Set<org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails> |
performDiscovery(org.rhq.core.domain.configuration.Configuration pluginConfiguration,
org.rhq.plugins.jmx.JMXComponent parentResourceComponent,
org.rhq.core.domain.resource.ResourceType resourceType,
boolean skipUnknownProps) |
protected Set<org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails> |
performDiscovery(org.rhq.core.domain.configuration.Configuration pluginConfiguration,
org.rhq.plugins.jmx.JMXComponent parentResourceComponent,
org.rhq.core.domain.resource.ResourceType resourceType,
boolean skipUnknownProps,
String objectNameQueryTemplateOrig)
Shamelessly plagiarized from MBeanResourceDiscoveryComponent.performDiscovery(),
since that method has a fixed reference to objectName property
NOTE that this method also overrides the discovered resource's objectName to be the actual bean name,
hence the default MBeanResourceComponent will still work
|
protected final org.apache.commons.logging.Log log
protected org.rhq.core.pluginapi.inventory.ResourceDiscoveryContext<T extends org.rhq.plugins.jmx.JMXComponent<?>> discoveryContext
public Set<org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails> discoverResources(org.rhq.core.pluginapi.inventory.ResourceDiscoveryContext<T> context)
discoverResources in interface org.rhq.core.pluginapi.inventory.ResourceDiscoveryComponent<T extends org.rhq.plugins.jmx.JMXComponent<?>>discoverResources in class FuseMBeanDiscoveryComponent<T extends org.rhq.plugins.jmx.JMXComponent<?>>public Set<org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails> performDiscovery(org.rhq.core.domain.configuration.Configuration pluginConfiguration, org.rhq.plugins.jmx.JMXComponent parentResourceComponent, org.rhq.core.domain.resource.ResourceType resourceType, boolean skipUnknownProps)
performDiscovery in class org.rhq.plugins.jmx.MBeanResourceDiscoveryComponent<T extends org.rhq.plugins.jmx.JMXComponent<?>>protected Set<org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails> performDiscovery(org.rhq.core.domain.configuration.Configuration pluginConfiguration, org.rhq.plugins.jmx.JMXComponent parentResourceComponent, org.rhq.core.domain.resource.ResourceType resourceType, boolean skipUnknownProps, String objectNameQueryTemplateOrig)
Copyright © 2014. All rights reserved.