org.rhq.plugins.netservices
Class PingNetServiceComponent
java.lang.Object
org.rhq.plugins.netservices.PingNetServiceComponent
- All Implemented Interfaces:
- AvailabilityFacet, ResourceComponent, MeasurementFacet
public class PingNetServiceComponent
- extends Object
- implements ResourceComponent, MeasurementFacet
Monitoring of HTTP Servers
- Author:
- Greg Hinkle
|
Method Summary |
org.rhq.core.domain.measurement.AvailabilityType |
getAvailability()
|
void |
getValues(org.rhq.core.domain.measurement.MeasurementReport report,
Set<org.rhq.core.domain.measurement.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 |
CONFIG_ADDRESS
public static final String CONFIG_ADDRESS
- See Also:
- Constant Field Values
PingNetServiceComponent
public PingNetServiceComponent()
start
public void start(ResourceContext resourceContext)
throws InvalidPluginConfigurationException,
Exception
- Specified by:
start in interface ResourceComponent
- Throws:
InvalidPluginConfigurationException
Exception
stop
public void stop()
- Specified by:
stop in interface ResourceComponent
getAvailability
public org.rhq.core.domain.measurement.AvailabilityType getAvailability()
- Specified by:
getAvailability in interface AvailabilityFacet
getValues
public void getValues(org.rhq.core.domain.measurement.MeasurementReport report,
Set<org.rhq.core.domain.measurement.MeasurementScheduleRequest> metrics)
throws Exception
- Specified by:
getValues in interface MeasurementFacet
- Throws:
Exception
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.