org.rhq.plugins.jbossas5
Class ManagedDeploymentDiscoveryComponent
java.lang.Object
org.rhq.plugins.jbossas5.ManagedDeploymentDiscoveryComponent
- All Implemented Interfaces:
- ResourceDiscoveryComponent<ApplicationServerComponent<?>>
public abstract class ManagedDeploymentDiscoveryComponent
- extends Object
- implements ResourceDiscoveryComponent<ApplicationServerComponent<?>>
Discovery class for discovering deployable resources like ear/war/jar/sar
- Author:
- Mark Spritzler, Ian Springer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagedDeploymentDiscoveryComponent
public ManagedDeploymentDiscoveryComponent()
discoverResources
public Set<DiscoveredResourceDetails> discoverResources(ResourceDiscoveryContext<ApplicationServerComponent<?>> discoveryContext)
- Specified by:
discoverResources in interface ResourceDiscoveryComponent<ApplicationServerComponent<?>>
accept
protected abstract boolean accept(org.jboss.managed.api.ManagedDeployment managedDeployment)
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.