org.rhq.plugins.jbossas5
Class JmsDestinationDiscoveryComponent

java.lang.Object
  extended by org.rhq.plugins.jbossas5.ManagedComponentDiscoveryComponent<ApplicationServerComponent<?>>
      extended by 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

Constructor Summary
JmsDestinationDiscoveryComponent()
           
 
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 org.rhq.plugins.jbossas5.ManagedComponentDiscoveryComponent
accept, discoverResources, getComponentType, getResourceKey, getResourceVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmsDestinationDiscoveryComponent

public JmsDestinationDiscoveryComponent()
Method Detail

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.