Uses of Interface
org.rhq.core.system.SystemInfo

Packages that use SystemInfo
org.rhq.core.pluginapi.inventory   
org.rhq.core.pluginapi.plugin   
org.rhq.core.system   
 

Uses of SystemInfo in org.rhq.core.pluginapi.inventory
 

Methods in org.rhq.core.pluginapi.inventory that return SystemInfo
 SystemInfo ResourceDiscoveryContext.getSystemInformation()
          Returns a SystemInfo object that contains information about the platform/operating system that the plugin is running on.
 SystemInfo ResourceContext.getSystemInformation()
          Returns a SystemInfo object that contains information about the platform/operating system that the resource is running on.
 

Constructors in org.rhq.core.pluginapi.inventory with parameters of type SystemInfo
ResourceContext(Resource resource, T parentResourceComponent, ResourceDiscoveryComponent resourceDiscoveryComponent, SystemInfo systemInfo, File temporaryDirectory, File dataDirectory, String pluginContainerName, EventContext eventContext, OperationContext operationContext, ContentContext contentContext, Executor availCollectorThreadPool, PluginContainerDeployment pluginContainerDeployment)
          Creates a new ResourceContext object.
ResourceDiscoveryContext(ResourceType resourceType, T parentComponent, ResourceContext parentResourceContext, SystemInfo systemInfo, List<ProcessScanResult> processScanResults, List<Configuration> pluginConfigurations, String pluginContainerName, PluginContainerDeployment pluginContainerDeployment)
          Creates a new ResourceDiscoveryContext object.
 

Uses of SystemInfo in org.rhq.core.pluginapi.plugin
 

Methods in org.rhq.core.pluginapi.plugin that return SystemInfo
 SystemInfo PluginContext.getSystemInformation()
          Returns a SystemInfo object that contains information about the platform/operating system that the plugin is running on.
 

Constructors in org.rhq.core.pluginapi.plugin with parameters of type SystemInfo
PluginContext(String pluginName, SystemInfo systemInfo, File temporaryDirectory, File dataDirectory, String pluginContainerName)
          Creates a new PluginContext object.
 

Uses of SystemInfo in org.rhq.core.system
 

Classes in org.rhq.core.system that implement SystemInfo
 class JavaSystemInfo
          This is the "non-native" fallback implementation of a SystemInfo used in the case when there is no native library available that can be used to obtain low-level system information.
 class NativeSystemInfo
          The superclass for all the native SystemInfo implementations.
 class WindowsNativeSystemInfo
          SystemInfo implementation for the Microsoft Windows operating system platform.
 

Methods in org.rhq.core.system that return SystemInfo
static SystemInfo SystemInfoFactory.createJavaSystemInfo()
          Under some circumstances, you may want to force this factory to provide a Java-only SystemInfo implementation, regardless of whether the factory has disabled the native layer or not.
static SystemInfo SystemInfoFactory.createSystemInfo()
          Returns the appropriate SystemInfo implementation based on the platform/operating system the JVM is running on.
 



Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.