| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Runnable | |
|---|---|
| com.sun.squawk | Provides classes for low level interactions with the Squawk VM. | 
| com.sun.squawk.debugger | |
| com.sun.squawk.debugger.sda | The classes that implement the Squawk VM side of the SDWP. | 
| com.sun.squawk.platform | Classes that define and provide platform-specific implementations of various features of the JVM. | 
| com.sun.squawk.platform.posix | Classes that define and provide POSIX-specific implementations of various features of the JVM. | 
| java.lang | MID Profile Language Classes included from Java 2 Standard Edition. | 
| java.util | Contains the collection classes, and the date and time facilities. | 
| tests | |
| Uses of Runnable in com.sun.squawk | 
|---|
| Classes in com.sun.squawk that implement Runnable | |
|---|---|
|  class | CrossIsolateThreadCrossIsolateThreadis a package-private thread class that is allowed to be created in one isolate, but execute in the context of another isolate. | 
|  class | IsolateThe Isolateclass represents a "process-like" unit of computation that is isolated from other instances ofIsolate. | 
| Methods in com.sun.squawk with parameters of type Runnable | |
|---|---|
|  void | CallbackManager.add(Isolate iso,
    Runnable hook)Add a hook to run in isolate iso. | 
|  void | CallbackManager.add(Runnable hook)Add a hook to run in the current isolate's context. | 
| static void | VM.addShutdownHook(Isolate iso,
                Runnable hook)Registers a new virtual-machine shutdown hook. | 
|  boolean | CallbackManager.remove(Isolate iso,
       Runnable hook)Remove a hook previously-registered for the isolate | 
|  boolean | CallbackManager.remove(Runnable hook)Remove a hook previously-registered for the current isolate. | 
| static boolean | VM.removeShutdownHook(Isolate iso,
                   Runnable hook)De-registers a previously-registered virtual-machine shutdown hook. | 
| Uses of Runnable in com.sun.squawk.debugger | 
|---|
| Classes in com.sun.squawk.debugger that implement Runnable | |
|---|---|
|  class | EventManagerThe EventManagerclass manages requests from a remote
 entity that wants to be notified when certain events occur. | 
|  class | JDWPListenerA JDWPListener receives and processes JDWP requests from a remote debugger entity on behalf of a local debugger entity. | 
| Methods in com.sun.squawk.debugger with parameters of type Runnable | |
|---|---|
|  void | JDWPListener.open(String url,
     byte[] handshake,
     boolean initiate,
     boolean isJDB,
     Runnable delayer)Opens the connection used by this listener and performs a handshake with the remote host once the connection has been established. | 
| Constructors in com.sun.squawk.debugger with parameters of type Runnable | |
|---|---|
| JDWPConnection(String url,
               byte[] handshake,
               boolean initiate,
               boolean isJDB,
               Runnable delayer)Creates a connection based on a given URL and does a handshake with the remote enity once the connection is established. | |
| Uses of Runnable in com.sun.squawk.debugger.sda | 
|---|
| Classes in com.sun.squawk.debugger.sda that implement Runnable | |
|---|---|
|  class | SDPListenerA SDPListener implements the Squawk VM side of the JDWP protocol and communicates with a Squawk Debugger Proxy. | 
| Uses of Runnable in com.sun.squawk.platform | 
|---|
| Classes in com.sun.squawk.platform that implement Runnable | |
|---|---|
|  class | SystemEvents | 
| Uses of Runnable in com.sun.squawk.platform.posix | 
|---|
| Classes in com.sun.squawk.platform.posix that implement Runnable | |
|---|---|
|  class | SystemEventsImpl | 
| Uses of Runnable in java.lang | 
|---|
| Classes in java.lang that implement Runnable | |
|---|---|
|  class | ThreadA thread is a thread of execution in a program. | 
| Constructors in java.lang with parameters of type Runnable | |
|---|---|
| Thread(Runnable target)Allocates a new Threadobject with a
 specific target object whoserunmethod
 is called. | |
| Thread(Runnable target,
       String name)Allocates a new Threadobject with the given
 target and name. | |
| Uses of Runnable in java.util | 
|---|
| Classes in java.util that implement Runnable | |
|---|---|
|  class | TimerTaskA task that can be scheduled for one-time or repeated execution by a Timer. | 
| Uses of Runnable in tests | 
|---|
| Classes in tests that implement Runnable | |
|---|---|
|  class | TestApp2 | 
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||