Inheritance diagram for org.openmobileis.common.context.Plateform:
Definition at line 34 of file Plateform.java.
Public Member Functions | |
String | getOS () |
Return the OS of the plateform that execute the application. | |
String | getOSVersion () |
Return the OS version of the plateform that execute the application. | |
String | getJVMVendor () |
Return the JVM vendor. | |
String | getJVMSpecificationVersion () |
Return the JVM Specification version. | |
String | getOpenMobileISMajorVersion () |
return the major version number of OpenMobileIS. | |
String | getOpenMobileISMinorVersion () |
return the minir version number of OpenMobileIS. | |
Static Public Attributes | |
static final String | LINUXOS = "LINUX" |
static final String | WINOS = "WIN32" |
static final String | POCKETPCOS = "PPC" |
static final String | UNKNOWNOS = "UNKNOWN" |
|
Return the JVM Specification version. Default implementation return the JVM property java.specification.version
Implemented in org.openmobileis.common.context.DefaultPlateform. |
|
Return the JVM vendor. Default implementation return JVM property java.vendor
Implemented in org.openmobileis.common.context.DefaultPlateform. |
|
return the major version number of OpenMobileIS.
Implemented in org.openmobileis.common.context.DefaultPlateform. Referenced by org.openmobileis.synchro.openmsp.client.OpenMSPSynchroManager.getSynchroUserAgent(). |
|
return the minir version number of OpenMobileIS.
Implemented in org.openmobileis.common.context.DefaultPlateform. Referenced by org.openmobileis.synchro.openmsp.client.OpenMSPSynchroManager.getSynchroUserAgent(). |
|
Return the OS of the plateform that execute the application. OS can be WIN32, Linux, PPC, Unknown
Implemented in org.openmobileis.common.context.DefaultPlateform. Referenced by org.openmobileis.synchro.openmsp.client.OpenMSPSynchroManager.getSynchroUserAgent(), org.openmobileis.embedded.webserver.StartWebServer.main(), org.openmobileis.synchro.openmsp.client.services.DirectSynchroService.SynchroThread.run(), org.openmobileis.synchro.openmsp.client.services.DirectSynchroService.runTemplate(), and org.openmobileis.embedded.webserver.WebServer.serve(). |
|
Return the OS version of the plateform that execute the application. Default implementation return the JVM property os.version
Implemented in org.openmobileis.common.context.DefaultPlateform. Referenced by org.openmobileis.synchro.openmsp.client.OpenMSPSynchroManager.getSynchroUserAgent(). |