public class SystemInformationServiceImpl extends Object implements SystemInformationService
| Constructor and Description |
|---|
SystemInformationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBogoMIPS() |
String |
getCpuArchitecture() |
String[] |
getCpuFeatures() |
String |
getCpuImplementer() |
String |
getCpuPart() |
String |
getCpuRevision() |
String |
getCpuVariant() |
String |
getHardware() |
String |
getProcessor() |
String |
getRevision() |
String |
getSerial() |
public String getProcessor() throws IOException, InterruptedException
getProcessor in interface SystemInformationServiceIOExceptionInterruptedExceptionpublic String getBogoMIPS() throws IOException, InterruptedException
getBogoMIPS in interface SystemInformationServiceIOExceptionInterruptedExceptionpublic String[] getCpuFeatures() throws IOException, InterruptedException
getCpuFeatures in interface SystemInformationServiceIOExceptionInterruptedExceptionpublic String getCpuImplementer() throws IOException, InterruptedException
getCpuImplementer in interface SystemInformationServiceIOExceptionInterruptedExceptionpublic String getCpuArchitecture() throws IOException, InterruptedException
getCpuArchitecture in interface SystemInformationServiceIOExceptionInterruptedExceptionpublic String getCpuVariant() throws IOException, InterruptedException
getCpuVariant in interface SystemInformationServiceIOExceptionInterruptedExceptionpublic String getCpuPart() throws IOException, InterruptedException
getCpuPart in interface SystemInformationServiceIOExceptionInterruptedExceptionpublic String getCpuRevision() throws IOException, InterruptedException
getCpuRevision in interface SystemInformationServiceIOExceptionInterruptedExceptionpublic String getHardware() throws IOException, InterruptedException
getHardware in interface SystemInformationServiceIOExceptionInterruptedExceptionpublic String getRevision() throws IOException, InterruptedException
getRevision in interface SystemInformationServiceIOExceptionInterruptedExceptionpublic String getSerial() throws IOException, InterruptedException
getSerial in interface SystemInformationServiceIOExceptionInterruptedExceptionCopyright © 2012-2013 Pi4J. All Rights Reserved.