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

Packages that use SystemInfo
org.rhq.core.system   
 

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-2011 Red Hat, Inc.. All Rights Reserved.