ISystemAPI.java

00001 
00004 package org.openmobileis.embedded.util;
00005 
00006 import org.openmobileis.common.util.exception.OpenMISException;
00007 
00012 public interface ISystemAPI {
00013         
00019           public int execProgramAndWait(String path, String args) throws OpenMISException;
00020 
00026           public int execProgram (String path, String args) throws OpenMISException;
00027 
00032           public long currentTimeInMillis();
00033 
00038           public String getSystemUniqueID();    
00039 }

Generated on Mon Jan 14 17:29:47 2008 for OpenMobileIS by  doxygen 1.5.4