|
|||||||||
| Home >> All >> arch >> task >> [ supported overview ] | PREV NEXT | ||||||||
A
- ADD_PLUGIN - Static variable in class arch.task.supported.JunkSupportedTask
- Service id to add a new Plugin to the JD4X System
- arch.task.supported - package arch.task.supported
- The task package holds the generic service or task definition that is used to describe a module specific service or task offered through the JD4X core module (JUNK).
D
- DEICONFY_WINDOW - Static variable in class arch.task.supported.MothSupportedTask
- Moth's deiconfy support service id
- details - Static variable in class arch.task.supported.JunkSupportedTask
- A set of desciptions to provide details on what a task id represents.
- details - Static variable in class arch.task.supported.JvmSupportedTask
- A set of desciptions to provide details on what a task id represents.
- details - Static variable in class arch.task.supported.LinuxSupportedTask
- A set of desciptions to provide details on what a task id represents.
- details - Static variable in class arch.task.supported.MothSupportedTask
- A set of desciptions to provide details on what a task id represents.
E
- EXEC_CLASS - Static variable in class arch.task.supported.LinuxSupportedTask
- Service id to create a new Shared JXJvm
- EXEC_JAR - Static variable in class arch.task.supported.LinuxSupportedTask
- Service id to create a new Shared JXJvm
- endRange - Variable in class arch.task.supported.JXSupportedTask
- Defines the end range of the service id provided.
- equals(Object) - Method in class arch.task.supported.JXSupportedTask
- Compare two set of supported tasks for equality.
F
- FORK_EXEC - Static variable in class arch.task.supported.LinuxSupportedTask
- Linux's fork and execute service id
G
- getEndRange() - Method in class arch.task.supported.JXSupportedTask
- Get the end range.
- getRangeSize() - Method in class arch.task.supported.JXSupportedTask
- Get the range size.
- getStartRange() - Method in class arch.task.supported.JXSupportedTask
- Get the start range.
- getTaskDescription(int) - Static method in class arch.task.supported.JunkSupportedTask
- JUNK's method to provide a description of the task that each id represents, so that it is possible to determine the semantics of the id values predefined by JUNK.
- getTaskDescription(int) - Static method in class arch.task.supported.JvmSupportedTask
- JXJvm's method to provide a description of the task that each id represents, so that it is possible to determine the semantics of the id values predefined by JXJvm.
- getTaskDescription(int) - Static method in class arch.task.supported.LinuxSupportedTask
- Linux's method to provide a description of the task that each id represents, so that it is possible to determine the semantics of the id values predefined by Linux.
- getTaskDescription(int) - Static method in class arch.task.supported.MothSupportedTask
- Moth's method to provide a description of the task that each id represents, so that it is possible to determine the semantics of the id values predefined by Moth.
H
- hValue - Variable in class arch.task.supported.JXSupportedTask
- Cached hash value
- hashCode() - Method in class arch.task.supported.JXSupportedTask
- The hash value is computed using the method proposed by Joshua Bloch in Effective Java.
I
- ICONFY_WINDOW - Static variable in class arch.task.supported.MothSupportedTask
- Moth's iconfy support service id
- INIT_WM - Static variable in class arch.task.supported.MothSupportedTask
- Moth's init service id
- isTaskSupported(int) - Static method in class arch.task.supported.JunkSupportedTask
- It searches the pre-defined id values to determine if the id value passed is valid and therefore a valid id will also mean that the service is provided by JUNK.
- isTaskSupported(int) - Static method in class arch.task.supported.JvmSupportedTask
- It searches the pre-defined id values to determine if the id value passed is valid and therefore a valid id will also mean that the service is provided by JXJvm.
- isTaskSupported(int) - Static method in class arch.task.supported.LinuxSupportedTask
- It searches the pre-defined id values to determine if the id value passed is valid and therefore a valid id will also mean that the service is provided by Linux.
- isTaskSupported(int) - Static method in class arch.task.supported.MothSupportedTask
- It searches the pre-defined id values to determine if the id value passed is valid and therefore a valid id will also mean that the service is provided by Moth.
J
- JAVA_BACKGROUND - Static variable in class arch.task.supported.MothSupportedTask
- Moth's java background support service id
- JUNK_ID_END - Static variable in class arch.task.supported.JunkSupportedTask
- JUNK's ending service id
- JUNK_ID_START - Static variable in class arch.task.supported.JunkSupportedTask
- JUNK's starting service id
- JVM_ID_END - Static variable in class arch.task.supported.JvmSupportedTask
- JXJvm's ending service id
- JVM_ID_START - Static variable in class arch.task.supported.JvmSupportedTask
- JXJvm's starting service id
- JXSupportedTask - class arch.task.supported.JXSupportedTask.
- Every JD4X module must list the possible supported services that it provides to the JD4X system.
- JXSupportedTask() - Constructor for class arch.task.supported.JXSupportedTask
- Only a subclass is allowed to create an instance of it.
- JunkSupportedTask - class arch.task.supported.JunkSupportedTask.
- This is JUNK's list of the possible supported services that it provides to the JD4X system.
- JunkSupportedTask() - Constructor for class arch.task.supported.JunkSupportedTask
- Default constructor that creates a management object that provide administration facilities to all of JUNK's supported service id and its task.
- JvmSupportedTask - class arch.task.supported.JvmSupportedTask.
- This is JXJvm's list of the possible supported services that it provides to the JD4X system.
- JvmSupportedTask() - Constructor for class arch.task.supported.JvmSupportedTask
- Default constructor that creates a management object that provide administration facilities to all of JXJvm's supported service id and its task.
K
- KILL_JVM - Static variable in class arch.task.supported.LinuxSupportedTask
- Service id to remove an existing Shared JXJvm
- KILL_PROCESS - Static variable in class arch.task.supported.LinuxSupportedTask
- Service id to remove an existing JXProcess
- KILL_THREAD - Static variable in class arch.task.supported.JunkSupportedTask
- Service id to kill an existing JXThread
L
- LINUX_ID_END - Static variable in class arch.task.supported.LinuxSupportedTask
- Linux's ending service id
- LINUX_ID_START - Static variable in class arch.task.supported.LinuxSupportedTask
- Linux's starting service id
- LOAD_RUN - Static variable in class arch.task.supported.JvmSupportedTask
- Service id to automatically load and run an application
- LinuxSupportedTask - class arch.task.supported.LinuxSupportedTask.
- This is Linux's list of the possible supported services that it provides to the JD4X system.
- LinuxSupportedTask() - Constructor for class arch.task.supported.LinuxSupportedTask
- Default constructor that creates a management object that provide administration facilities to all of Linux's supported service id and its task.
M
- MOTH_ID_END - Static variable in class arch.task.supported.MothSupportedTask
- Moth's ending service id
- MOTH_ID_START - Static variable in class arch.task.supported.MothSupportedTask
- Moth's starting service id
- MothSupportedTask - class arch.task.supported.MothSupportedTask.
- This is Moth's list of the possible supported services that it provides to the JD4X system.
- MothSupportedTask() - Constructor for class arch.task.supported.MothSupportedTask
- Default constructor that creates a management object that provide administration facilities to all of Moth's supported service id and its task.
P
- PORT_LISTENER - Static variable in class arch.task.supported.JunkSupportedTask
- Service id to start a new port listener
R
- REDIRECT_OUTPUT - Static variable in class arch.task.supported.JunkSupportedTask
- Service id to redirect standard output and error
- REGISTER_WM - Static variable in class arch.task.supported.MothSupportedTask
- Moth's java window manager support service id
- REMOVE_PLUGIN - Static variable in class arch.task.supported.JunkSupportedTask
- Service id to remove an existing Plugin from the JD4X System
S
- SHOW_GUI - Static variable in class arch.task.supported.JvmSupportedTask
- Service id to display its GUI
- SHOW_TERM_GUI - Static variable in class arch.task.supported.JunkSupportedTask
- Service id to show the text terminal of JUNK
- SHUTDOWN_JUNK - Static variable in class arch.task.supported.JunkSupportedTask
- Service id to shutdown the entire desktop
- STOP_INSTREAM - Static variable in class arch.task.supported.JvmSupportedTask
- Service id to end its input stream reading
- setEndRange(int) - Method in class arch.task.supported.JXSupportedTask
- Set the new end range.
- setStartRange(int) - Method in class arch.task.supported.JXSupportedTask
- Set the new start range.
- startRange - Variable in class arch.task.supported.JXSupportedTask
- Defines the start range of the service id provided.
T
- TEST_STATE - Static variable in class arch.task.supported.JvmSupportedTask
- Service id to test the Jvm state
- toString() - Method in class arch.task.supported.JXSupportedTask
- A string representation of the supported tasks.
A D E F G H I J K L M P R S T
|
|||||||||
| Home >> All >> arch >> task >> [ supported overview ] | PREV NEXT | ||||||||