| Home >> All >> arch >> task >> [ supported Javadoc ] |
arch.task.supported: Javadoc index of package arch.task.supported.
Package Samples:
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).
Classes:
JXSupportedTask: Every JD4X module must list the possible supported services that it provides to the JD4X system. Each of the service that a module provides to JUNK is represented by an integer id with a variable object that describes the task to be performed by that id. Each module must provide a minimum string description of each service provided. An unique range of id values will be assigned to each major module of the JD4X system by the JD4X development team. Every other minor module will have to provide their own unique module task range such that JUNK is able to clearly identify them. This class is the parent ...
JvmSupportedTask: This is JXJvm's list of the possible supported services that it provides to the JD4X system. Each of the service that is provided by JXJvm is represented by an integer id with a JunkTask object that describes the task to be performed by that id. JXJvm's unique range of id values are assigned to be 3000-3199 by the JD4X development team. In an event that there is a service or task ID request clash, JUNK will take priority against all other modules. The specific action taken to deal with an id clash exception will be to reject the service requested. The class has been made final for security reasons. ...
LinuxSupportedTask: This is Linux's list of the possible supported services that it provides to the JD4X system. Each of the service that is provided by Linux is represented by an integer id with a LinuxTask object that describes the task to be performed by that id. Linux's unique range of id values are assigned to be 6400-9599 by the JD4X development team. In an event that there is a service or task ID request clash, Linux will take priority against all other modules. The specific action taken to deal with an id clash exception will be to reject the service requested. The class has been made final for security reasons ...
MothSupportedTask: This is Moth's list of the possible supported services that it provides to the JD4X system. Each of the service that is provided by Moth is represented by an integer id with a MothTask object that describes the task to be performed by that id. Moth's unique range of id values are assigned to be 3200-6399 by the JD4X development team. In an event that there is a service or task ID request clash, Moth will take priority against all other modules. The specific action taken to deal with an id clash exception will be to reject the service requested. The class has been made final for security reasons ...
JunkSupportedTask: This is JUNK's list of the possible supported services that it provides to the JD4X system. Each of the service that is provided by JUNK is represented by an integer id with a JunkTask object that describes the task to be performed by that id. JUNK's unique range of id values are assigned to be 1-3199 by the JD4X development team. In an event that there is a service or task ID request clash, JUNK will take priority against all other modules. The specific action taken to deal with an id clash exception will be to reject the service requested. The class has been made final for security reasons.
| Home | Contact Us | Privacy Policy | Terms of Service |