FileDocCategorySizeDatePackage
ReflectSlave.javaAPI DocphoneME MR2 API (J2ME)1514Wed May 02 18:00:00 BST 2007com.sun.midp.test

ReflectSlave

public class ReflectSlave extends Object

Fields Summary
public static int
integerValue
Constructors Summary
Methods Summary
public static voidmain(java.lang.String[] args)


         
        integerValue = 42;

        // After initialization and any test operations are done,
        // call pause() to give the master isolate a chance to
        // check assertions.

        IsolateSynch.pause();

        // Do any necessary cleanup here before exiting.