org.rhq.plugins.platform
Class NetworkAdapterComponent

java.lang.Object
  extended by org.rhq.plugins.platform.NetworkAdapterComponent
All Implemented Interfaces:
AvailabilityFacet, ResourceComponent<PlatformComponent>, MeasurementFacet

public class NetworkAdapterComponent
extends java.lang.Object
implements ResourceComponent<PlatformComponent>, MeasurementFacet


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

Constructor Detail

NetworkAdapterComponent

public NetworkAdapterComponent()
Method Detail

start

public void start(ResourceContext<PlatformComponent> resourceContext)
Specified by:
start in interface ResourceComponent<PlatformComponent>

stop

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

getAvailability

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

getValues

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


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