| Package | Description |
|---|---|
| org.rhq.core.system |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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-2014 Red Hat, Inc.. All Rights Reserved.