Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

org.openmobileis.embedded.util.SystemAPI Class Reference

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 38 of file SystemAPI.java.

Static Public Member Functions

static native int execProgramAndWait (String path, String args)
 Execute a program on mobile and wait until the program ended.
static native int execProgram (String path, String args)
 Execute a program on mobile.
static long currentTimeInMillis ()
 Get time stamp, same behavior as system.currentTimeMillis in milli Used to fix Creme V3.1 Bug.
static void main (String[] args)


Member Function Documentation

static native int org.openmobileis.embedded.util.SystemAPI.execProgram String  path,
String  args
[static]
 

Execute a program on mobile.

Parameters:
 String path of the program
 Arguments separated by space

static native int org.openmobileis.embedded.util.SystemAPI.execProgramAndWait String  path,
String  args
[static]
 

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

Parameters:
 String path of the program
 Arguments separated by space


The documentation for this class was generated from the following file:
Generated on Wed Dec 14 21:05:38 2005 for OpenMobileIS by  doxygen 1.4.4