org.rhq.plugins.jbossas5
Class JmsDestinationDiscoveryComponent
java.lang.Object
org.rhq.plugins.jbossas5.ManagedComponentDiscoveryComponent<ApplicationServerComponent<?>>
org.rhq.plugins.jbossas5.JmsDestinationDiscoveryComponent
- All Implemented Interfaces:
- ResourceDiscoveryComponent<ApplicationServerComponent<?>>
public class JmsDestinationDiscoveryComponent
- extends ManagedComponentDiscoveryComponent<ApplicationServerComponent<?>>
A discovery component for JMS topics and queues.
- Author:
- Ian Springer
|
Method Summary |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JmsDestinationDiscoveryComponent
public JmsDestinationDiscoveryComponent()
getResourceName
protected String getResourceName(org.jboss.managed.api.ManagedComponent component)
- Description copied from class:
ManagedComponentDiscoveryComponent
- Subclasses can override this method if they don't want to use the ManagedComponent name as the initial
Resource name.
- Overrides:
getResourceName in class ManagedComponentDiscoveryComponent<ApplicationServerComponent<?>>
- Parameters:
component - the ManagedComponent being discovered
- Returns:
- the name to be assigned to the corresponding Resource
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.