PenProfile 2.x

Uses of Class
com.sun.cldc.isolate.Isolate

Packages that use Isolate
com.sun.cldc.isolate   
com.sun.cldchi.test   
 

Uses of Isolate in com.sun.cldc.isolate
 

Methods in com.sun.cldc.isolate that return Isolate
static Isolate Isolate.currentIsolate()
          Returns the Isolate object corresponding to the currently executing task.
static Isolate[] Isolate.getIsolates()
          Returns an array of Isolate objects representing all tasks that have been started but have not terminated.
 

Uses of Isolate in com.sun.cldchi.test
 

Methods in com.sun.cldchi.test with parameters of type Isolate
static Reflect Reflect.get(Isolate iso, String className, String fieldName)
           
static boolean Reflect.getStaticBooleanValue(Isolate iso, String className, String fieldName)
           
static int Reflect.getStaticIntValue(Isolate iso, String className, String fieldName)
           
static String Reflect.getStaticStringValue(Isolate iso, String className, String fieldName)
           
 


PenProfile 2.x

Copyright © 2010 Livescribe Inc. All Rights Reserved.
Confidential and subject to NDA.