public class JBossMessagingDiscoveryComponent extends ManagedComponentDiscoveryComponent<ApplicationServerComponent<?>>
| Constructor and Description |
|---|
JBossMessagingDiscoveryComponent() |
| Modifier and Type | Method and Description |
|---|---|
Set<DiscoveredResourceDetails> |
discoverResources(ResourceDiscoveryContext<ApplicationServerComponent<?>> discoveryContext) |
protected String |
getResourceName(org.jboss.managed.api.ManagedComponent component)
Subclasses can override this method if they don't want to use the ManagedComponent name as the initial
Resource name.
|
protected String |
getResourceVersion(org.jboss.managed.api.ManagedComponent component)
Subclasses can override this method if they want the discovered ManagedComponent to have a version.
|
accept, getComponentType, getResourceKeypublic Set<DiscoveredResourceDetails> discoverResources(ResourceDiscoveryContext<ApplicationServerComponent<?>> discoveryContext) throws Exception
discoverResources in interface ResourceDiscoveryComponent<ApplicationServerComponent<?>>discoverResources in class ManagedComponentDiscoveryComponent<ApplicationServerComponent<?>>Exceptionprotected String getResourceName(org.jboss.managed.api.ManagedComponent component)
ManagedComponentDiscoveryComponentgetResourceName in class ManagedComponentDiscoveryComponent<ApplicationServerComponent<?>>component - the ManagedComponent being discoveredprotected String getResourceVersion(org.jboss.managed.api.ManagedComponent component)
ManagedComponentDiscoveryComponentgetResourceVersion in class ManagedComponentDiscoveryComponent<ApplicationServerComponent<?>>component - the ManagedComponent being discoveredCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.