org.openmobileis.embedded.util
Class SystemAPI

java.lang.Object
  extended byorg.openmobileis.embedded.util.SystemAPI

public class SystemAPI
extends java.lang.Object

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

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

Method Summary
static ISystemAPI getManager()
           
static void main(java.lang.String[] args)
           
static void registerSystemAPI(ISystemAPI api)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

registerSystemAPI

public static void registerSystemAPI(ISystemAPI api)

getManager

public static ISystemAPI getManager()

main

public static void main(java.lang.String[] args)


Copyright 2006 OpenMobileIS. All Rights Reserved.