org.rhq.plugins.jbossas5
Class InProcessJBossASDiscovery
java.lang.Object
org.rhq.plugins.jbossas5.InProcessJBossASDiscovery
public class InProcessJBossASDiscovery
- extends Object
A helper class for discovering an in-process JBoss app server.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InProcessJBossASDiscovery
public InProcessJBossASDiscovery()
discoverInProcessJBossAS
@Nullable
public DiscoveredResourceDetails discoverInProcessJBossAS(ResourceDiscoveryContext discoveryContext)
- Attempts to discover an in-process JBoss AS or EAP instance. If successful, returns the Resource details,
otherwise, returns null.
- Parameters:
discoveryContext - the Resource discovery context
- Returns:
- if successful, the Resource details, otherwise, null
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.