org.netbeans.modules.cnd.execution41.org.openide.execution |
|
Java Source File Name | Type | Comment |
ExecInfo.java | Class | Provides basic information required to start executing a class.
author: Ales Novak author: //* @deprecated Java-specific API. |
Executor.java | Class | Implements the execution of a class.
There may be several different types of executors installed in the system,
some of which may only be appropriate for certain types of objects
(e.g., applets or servlets).
The two standard ones, both assuming a main method (i.e. |
NoExecutor.java | Class | default executor type if none is registered. |
ThreadExecutor.java | Class | Executes a class in a thread in the current VM. |