com.ibm.oti.vm
Class VM

java.lang.Object
  extended by com.ibm.oti.vm.VM

public class VM
extends Object

Stub for IBM J9 MIDP implementation.

Licensed Materials - Property of IBM, (c) Copyright IBM Corp. 2000, 2002 All Rights Reserved

This class is not distributed with BlueCove binary distribution: bluecove.jar

Rating red

Constructor Summary
VM()
           
 
Method Summary
static void addShutdownClass(Runnable hook)
          Stub for IBM J9 MIDP implementation.
static void loadLibrary(String libname)
          Stub for IBM J9 MIDP implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VM

public VM()
Method Detail

loadLibrary

public static void loadLibrary(String libname)
                        throws IOException
Stub for IBM J9 MIDP implementation. Loads the system library specified by the libname argument.

Parameters:
libname -
Throws:
IOException

addShutdownClass

public static void addShutdownClass(Runnable hook)
Stub for IBM J9 MIDP implementation. Registers a new virtual-machine shutdown hook.