org.rhq.plugins.jbossas5
Class ApplicationServerDiscoveryComponent
java.lang.Object
org.rhq.plugins.jbossas5.ApplicationServerDiscoveryComponent
- All Implemented Interfaces:
- ClassLoaderFacet, ManualAddFacet, ResourceDiscoveryComponent
public class ApplicationServerDiscoveryComponent
- extends java.lang.Object
- implements ResourceDiscoveryComponent, ClassLoaderFacet, ManualAddFacet
A Resource discovery component for JBoss AS, 5.2.0.Beta1 or later, and JBoss EAP and SOA-P, 5.0.0.Beta or later,
Servers.
- Author:
- Ian Springer, Mark Spritzler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationServerDiscoveryComponent
public ApplicationServerDiscoveryComponent()
discoverResources
public java.util.Set<DiscoveredResourceDetails> discoverResources(ResourceDiscoveryContext discoveryContext)
- Specified by:
discoverResources in interface ResourceDiscoveryComponent
discoverResource
public DiscoveredResourceDetails discoverResource(Configuration pluginConfig,
ResourceDiscoveryContext discoveryContext)
throws InvalidPluginConfigurationException
- Specified by:
discoverResource in interface ManualAddFacet
- Throws:
InvalidPluginConfigurationException
getAdditionalClasspathUrls
public java.util.List<java.net.URL> getAdditionalClasspathUrls(ResourceDiscoveryContext context,
DiscoveredResourceDetails details)
throws java.lang.Exception
- Specified by:
getAdditionalClasspathUrls in interface ClassLoaderFacet
- Throws:
java.lang.Exception
Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.