org.rhq.plugins.irc
Class IRCChannelDiscoveryComponent

java.lang.Object
  extended by org.rhq.plugins.irc.IRCChannelDiscoveryComponent
All Implemented Interfaces:
ResourceDiscoveryComponent<IRCServerComponent>

public class IRCChannelDiscoveryComponent
extends Object
implements ResourceDiscoveryComponent<IRCServerComponent>

Discovery class

Author:
Greg Hinkle

Field Summary
static String CONFIG_CHANNEL
           
 
Constructor Summary
IRCChannelDiscoveryComponent()
           
 
Method Summary
 Set<DiscoveredResourceDetails> discoverResources(ResourceDiscoveryContext discoveryContext)
          Run the discovery
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_CHANNEL

public static final String CONFIG_CHANNEL
See Also:
Constant Field Values
Constructor Detail

IRCChannelDiscoveryComponent

public IRCChannelDiscoveryComponent()
Method Detail

discoverResources

public Set<DiscoveredResourceDetails> discoverResources(ResourceDiscoveryContext discoveryContext)
                                                 throws Exception
Run the discovery

Specified by:
discoverResources in interface ResourceDiscoveryComponent<IRCServerComponent>
Throws:
Exception


Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.