Definition at line 12 of file ISystemAPI.java.
Public Member Functions | |
int | execProgramAndWait (String path, String args) throws OpenMISException |
Execute a program on mobile and wait until the program ended. | |
int | execProgram (String path, String args) throws OpenMISException |
Execute a program on mobile. | |
long | currentTimeInMillis () |
Get time stamp, same behavior as system.currentTimeMillis in milli Used to fix Creme V3.1 Bug. | |
String | getSystemUniqueID () |
Return an unique Id identifying the terminal. |
int org.openmobileis.embedded.util.ISystemAPI.execProgramAndWait | ( | String | path, | |
String | args | |||
) | throws OpenMISException |
Execute a program on mobile and wait until the program ended.
String path of the program | ||
Arguments separated by space |
Implemented in org.openmobileis.embedded.util.DefaultSystemAPI, and org.openmobileis.embedded.util.PPCSystemAPI.
int org.openmobileis.embedded.util.ISystemAPI.execProgram | ( | String | path, | |
String | args | |||
) | throws OpenMISException |
Execute a program on mobile.
String path of the program | ||
Arguments separated by space |
Implemented in org.openmobileis.embedded.util.DefaultSystemAPI, and org.openmobileis.embedded.util.PPCSystemAPI.
String org.openmobileis.embedded.util.ISystemAPI.getSystemUniqueID | ( | ) |
Return an unique Id identifying the terminal.
Implemented in org.openmobileis.embedded.util.DefaultSystemAPI, and org.openmobileis.embedded.util.PPCSystemAPI.