org.openmobileis.embedded.util.PPCSystemAPI Class Reference

Inheritance diagram for org.openmobileis.embedded.util.PPCSystemAPI:

org.openmobileis.embedded.util.ISystemAPI

List of all members.


Detailed Description

Title: OpenMobileIS project source
Description: Helper class to access native OS specific task that is not correcly done by the JVM.

Author:
Philippe Delrieu
Since:
JDK 1.1
Version:
1.0.

Definition at line 39 of file PPCSystemAPI.java.


Public Member Functions

native int execProgramAndWait (String path, String args) throws OpenMISException
 Execute a program on mobile and wait until the program ended.
native int execProgram (String path, String args) throws OpenMISException
 Execute a program on mobile.
native String getSystemUniqueID ()
 Return an unique Id identifying the terminal.
long currentTimeInMillis ()
 Get time stamp, same behavior as system.currentTimeMillis in milli Used to fix Creme V3.1 Bug.

Member Function Documentation

native int org.openmobileis.embedded.util.PPCSystemAPI.execProgramAndWait ( String  path,
String  args 
) throws OpenMISException

Execute a program on mobile and wait until the program ended.

Parameters:
 String path of the program
 Arguments separated by space

Implements org.openmobileis.embedded.util.ISystemAPI.

native int org.openmobileis.embedded.util.PPCSystemAPI.execProgram ( String  path,
String  args 
) throws OpenMISException

Execute a program on mobile.

Parameters:
 String path of the program
 Arguments separated by space

Implements org.openmobileis.embedded.util.ISystemAPI.

native String org.openmobileis.embedded.util.PPCSystemAPI.getSystemUniqueID (  ) 

Return an unique Id identifying the terminal.

Returns:

Implements org.openmobileis.embedded.util.ISystemAPI.


The documentation for this class was generated from the following file:
Generated on Mon Jan 11 21:19:21 2010 for OpenMobileIS by  doxygen 1.5.4