org.rhq.plugins.apache
Class ApacheVirtualHostServiceComponent

java.lang.Object
  extended by org.rhq.plugins.apache.ApacheVirtualHostServiceComponent
All Implemented Interfaces:
AvailabilityFacet, ResourceComponent<ApacheServerComponent>, MeasurementFacet

public class ApacheVirtualHostServiceComponent
extends java.lang.Object
implements ResourceComponent<ApacheServerComponent>, MeasurementFacet

Author:
Ian Springer

Field Summary
static java.lang.String RESPONSE_TIME_LOG_FILE_CONFIG_PROP
           
static java.lang.String RESPONSE_TIME_URL_EXCLUDES_CONFIG_PROP
           
static java.lang.String RESPONSE_TIME_URL_TRANSFORMS_CONFIG_PROP
           
static java.lang.String SNMP_WWW_SERVICE_INDEX_CONFIG_PROP
           
static java.lang.String URL_CONFIG_PROP
           
 
Constructor Summary
ApacheVirtualHostServiceComponent()
           
 
Method Summary
 AvailabilityType getAvailability()
           
 void getValues(MeasurementReport report, java.util.Set<MeasurementScheduleRequest> schedules)
           
 void start(ResourceContext<ApacheServerComponent> resourceContext)
           
 void stop()
           
 void updateResourceConfiguration(ConfigurationUpdateReport report)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SNMP_WWW_SERVICE_INDEX_CONFIG_PROP

public static final java.lang.String SNMP_WWW_SERVICE_INDEX_CONFIG_PROP
See Also:
Constant Field Values

URL_CONFIG_PROP

public static final java.lang.String URL_CONFIG_PROP
See Also:
Constant Field Values

RESPONSE_TIME_LOG_FILE_CONFIG_PROP

public static final java.lang.String RESPONSE_TIME_LOG_FILE_CONFIG_PROP
See Also:
Constant Field Values

RESPONSE_TIME_URL_EXCLUDES_CONFIG_PROP

public static final java.lang.String RESPONSE_TIME_URL_EXCLUDES_CONFIG_PROP
See Also:
Constant Field Values

RESPONSE_TIME_URL_TRANSFORMS_CONFIG_PROP

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

ApacheVirtualHostServiceComponent

public ApacheVirtualHostServiceComponent()
Method Detail

start

public void start(ResourceContext<ApacheServerComponent> resourceContext)
           throws java.lang.Exception
Specified by:
start in interface ResourceComponent<ApacheServerComponent>
Throws:
java.lang.Exception

stop

public void stop()
Specified by:
stop in interface ResourceComponent<ApacheServerComponent>

getAvailability

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

updateResourceConfiguration

public void updateResourceConfiguration(ConfigurationUpdateReport report)

getValues

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


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