org.rhq.plugins.platform
Class LinuxPlatformComponent
java.lang.Object
org.rhq.plugins.platform.PlatformComponent
org.rhq.plugins.platform.PosixPlatformComponent
org.rhq.plugins.platform.LinuxPlatformComponent
- All Implemented Interfaces:
- AvailabilityFacet, ConfigurationFacet, ConfigurationFacetSupport, ContentFacet, ResourceComponent, MeasurementFacet, OperationFacet
public class LinuxPlatformComponent
- extends PosixPlatformComponent
- implements ContentFacet
| Fields inherited from class org.rhq.plugins.platform.PosixPlatformComponent |
fileEventDelegates, listenerEventDelegates, PLUGIN_CONFIG_EVENT_TRACKING_BIND_ADDR, PLUGIN_CONFIG_EVENT_TRACKING_DATETIME_FORMAT, PLUGIN_CONFIG_EVENT_TRACKING_ENABLED, PLUGIN_CONFIG_EVENT_TRACKING_FILE_PATH, PLUGIN_CONFIG_EVENT_TRACKING_INCLUDES_REGEX, PLUGIN_CONFIG_EVENT_TRACKING_LOGS, PLUGIN_CONFIG_EVENT_TRACKING_MIN_SEV, PLUGIN_CONFIG_EVENT_TRACKING_PARSER_REGEX, PLUGIN_CONFIG_EVENT_TRACKING_PORT, PLUGIN_CONFIG_EVENT_TRACKING_TYPE |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinuxPlatformComponent
public LinuxPlatformComponent()
start
public void start(ResourceContext context)
- Specified by:
start in interface ResourceComponent- Overrides:
start in class PosixPlatformComponent
stop
public void stop()
- Specified by:
stop in interface ResourceComponent- Overrides:
stop in class PosixPlatformComponent
discoverDeployedPackages
public Set<ResourcePackageDetails> discoverDeployedPackages(PackageType type)
- Specified by:
discoverDeployedPackages in interface ContentFacet
generateInstallationSteps
public List<DeployPackageStep> generateInstallationSteps(ResourcePackageDetails packageDetails)
- Specified by:
generateInstallationSteps in interface ContentFacet
deployPackages
public DeployPackagesResponse deployPackages(Set<ResourcePackageDetails> packages,
ContentServices contentServices)
- Specified by:
deployPackages in interface ContentFacet
removePackages
public RemovePackagesResponse removePackages(Set<ResourcePackageDetails> packages)
- Specified by:
removePackages in interface ContentFacet
retrievePackageBits
public InputStream retrievePackageBits(ResourcePackageDetails packageDetails)
- Specified by:
retrievePackageBits in interface ContentFacet
getValues
public void getValues(MeasurementReport report,
Set<MeasurementScheduleRequest> metricRequests)
- Specified by:
getValues in interface MeasurementFacet- Overrides:
getValues in class PlatformComponent
invokeOperation
public OperationResult invokeOperation(String name,
Configuration parameters)
throws Exception
- Specified by:
invokeOperation in interface OperationFacet- Overrides:
invokeOperation in class PlatformComponent
- Throws:
Exception
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.