org.rhq.plugins.netservices
Class PingNetServiceComponent

java.lang.Object
  extended by org.rhq.plugins.netservices.PingNetServiceComponent
All Implemented Interfaces:
AvailabilityFacet, ResourceComponent, MeasurementFacet

public class PingNetServiceComponent
extends java.lang.Object
implements ResourceComponent, MeasurementFacet

Monitoring of HTTP Servers

Author:
Greg Hinkle

Field Summary
static java.lang.String CONFIG_ADDRESS
           
 
Constructor Summary
PingNetServiceComponent()
           
 
Method Summary
 AvailabilityType getAvailability()
           
 void getValues(MeasurementReport report, java.util.Set<MeasurementScheduleRequest> metrics)
           
 void start(ResourceContext resourceContext)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_ADDRESS

public static final java.lang.String CONFIG_ADDRESS
See Also:
Constant Field Values
Constructor Detail

PingNetServiceComponent

public PingNetServiceComponent()
Method Detail

start

public void start(ResourceContext resourceContext)
           throws InvalidPluginConfigurationException,
                  java.lang.Exception
Specified by:
start in interface ResourceComponent
Throws:
InvalidPluginConfigurationException
java.lang.Exception

stop

public void stop()
Specified by:
stop in interface ResourceComponent

getAvailability

public AvailabilityType getAvailability()
Specified by:
getAvailability in interface AvailabilityFacet

getValues

public void getValues(MeasurementReport report,
                      java.util.Set<MeasurementScheduleRequest> metrics)
               throws java.lang.Exception
Specified by:
getValues in interface MeasurementFacet
Throws:
java.lang.Exception


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