2010 FRC Java API


Uses of Class
com.sun.cldc.jna.TaskExecutor

Packages that use TaskExecutor
com.sun.cldc.jna The CLDC/JNA package contains classes that help import native data structures and functions from Java code without writing C code. 
com.sun.squawk.platform Classes that define and provide platform-specific implementations of various features of the JVM. 
 

Uses of TaskExecutor in com.sun.cldc.jna
 

Methods in com.sun.cldc.jna with parameters of type TaskExecutor
 void BlockingFunction.setTaskExecutor(TaskExecutor te)
          Set this blocking function to run using a specific TaskExecutor.
 

Uses of TaskExecutor in com.sun.squawk.platform
 

Fields in com.sun.squawk.platform declared as TaskExecutor
protected  TaskExecutor SystemEvents.selectRunner
           
 


2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.