org.rhq.plugins.apache
Class ApacheFilesComponent
java.lang.Object
org.rhq.plugins.apache.ApacheFilesComponent
- All Implemented Interfaces:
- AvailabilityFacet, ConfigurationFacet, DeleteResourceFacet, ResourceComponent<ApacheServerComponent>
public class ApacheFilesComponent
- extends Object
- implements ResourceComponent<ApacheServerComponent>, ConfigurationFacet, DeleteResourceFacet
Represents a <Files> section in the apache configuration.
This class is a stub and is not implemented as of yet.
- Author:
- Lukas Krejci
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApacheFilesComponent
public ApacheFilesComponent()
start
public void start(ResourceContext<ApacheServerComponent> context)
throws InvalidPluginConfigurationException,
Exception
- Specified by:
start in interface ResourceComponent<ApacheServerComponent>
- Throws:
InvalidPluginConfigurationException
Exception
stop
public void stop()
- Specified by:
stop in interface ResourceComponent<ApacheServerComponent>
getAvailability
public org.rhq.core.domain.measurement.AvailabilityType getAvailability()
- Specified by:
getAvailability in interface AvailabilityFacet
loadResourceConfiguration
public org.rhq.core.domain.configuration.Configuration loadResourceConfiguration()
throws Exception
- Specified by:
loadResourceConfiguration in interface ConfigurationFacet
- Throws:
Exception
updateResourceConfiguration
public void updateResourceConfiguration(ConfigurationUpdateReport report)
- Specified by:
updateResourceConfiguration in interface ConfigurationFacet
deleteResource
public void deleteResource()
throws Exception
- Specified by:
deleteResource in interface DeleteResourceFacet
- Throws:
Exception
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.