|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
interface OperatingSystemWrapper
Wrapper to the OS dependent functions. This class was introduced to avoid to kill the current JVM even if the native functions are unloadable. In this way, on operating system without the support for the native libs is still able to be run.
| Method Summary | |
|---|---|
OperatingSystemIdentificationType |
getIdentificationType()
Replies the type of identification provided by this wrapper. |
String |
getOSSerialNumber(boolean enableSuperUser,
boolean enableGUI)
Get the OS serial number. |
String |
getOSUUID(boolean enableSuperUser,
boolean enableGUI)
Get the OS UUID. |
| Method Detail |
|---|
OperatingSystemIdentificationType getIdentificationType()
String getOSSerialNumber(boolean enableSuperUser,
boolean enableGUI)
enableSuperUser - indicates if the super-user commands are enabled or not.enableGUI - indicates if any additional GUI could be opened, or not.
String getOSUUID(boolean enableSuperUser,
boolean enableGUI)
enableSuperUser - indicates if the super-user commands are enabled or not.enableGUI - indicates if any additional GUI could be opened, or not.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||