org.rhq.plugins.irc
Class IRCServerDiscoveryComponent

java.lang.Object
  extended by org.rhq.plugins.irc.IRCServerDiscoveryComponent
All Implemented Interfaces:
ResourceDiscoveryComponent

public class IRCServerDiscoveryComponent
extends Object
implements ResourceDiscoveryComponent

Discovery class

Author:
Greg Hinkle

Field Summary
static String CONFIG_HOST
           
static String CONFIG_NICK
           
static String CONFIG_PORT
           
 
Constructor Summary
IRCServerDiscoveryComponent()
           
 
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_HOST

public static final String CONFIG_HOST
See Also:
Constant Field Values

CONFIG_PORT

public static final String CONFIG_PORT
See Also:
Constant Field Values

CONFIG_NICK

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

IRCServerDiscoveryComponent

public IRCServerDiscoveryComponent()
Method Detail

discoverResources

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

Specified by:
discoverResources in interface ResourceDiscoveryComponent
Throws:
Exception


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