public class SysInfo
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
SysInfo() |
Modifier and Type | Method and Description |
---|---|
void |
gather(Sigar sigar) |
java.lang.String |
getArch()
Get the arch.
|
java.lang.String |
getDescription()
Get the description.
|
java.lang.String |
getMachine()
Get the machine.
|
java.lang.String |
getName()
Get the name.
|
java.lang.String |
getPatchLevel()
Get the patch_level.
|
java.lang.String |
getVendor()
Get the vendor.
|
java.lang.String |
getVendorCodeName()
Get the vendor_code_name.
|
java.lang.String |
getVendorName()
Get the vendor_name.
|
java.lang.String |
getVendorVersion()
Get the vendor_version.
|
java.lang.String |
getVersion()
Get the version.
|
java.util.Map |
toMap() |
java.lang.String |
toString() |
public void gather(Sigar sigar) throws SigarException
SigarException
public java.lang.String getName()
Supported Platforms: All.
public java.lang.String getVersion()
Supported Platforms: All.
public java.lang.String getArch()
Supported Platforms: All.
public java.lang.String getMachine()
Supported Platforms: All.
public java.lang.String getDescription()
Supported Platforms: All.
public java.lang.String getPatchLevel()
Supported Platforms: Win32.
public java.lang.String getVendor()
Supported Platforms: All.
public java.lang.String getVendorVersion()
Supported Platforms: All.
public java.lang.String getVendorName()
Supported Platforms: All.
public java.lang.String getVendorCodeName()
Supported Platforms: All.
public java.util.Map toMap()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright ? 2004-2011 Hyperic. All Rights Reserved.