Top | Module | Use | Manual | Index |
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS  |
TaskType.SYNCHRON: Means that the thread that put the task into the task manager is suspended, until the task is started.
TaskType.TRANSACTED: It is allowed that the task use additional resources. In thes circumstances a ResourceLockException can occure at the run method.
TaskType.DEPENDENT: The task is not only depend on the execution sequence of the predecessor tasks. The predecessor tasks must end with the reason OK. Otherwise this task ist terminated. Most tasks have this attribute.
Methods' Summary |
|
getResources | |
getTypes | Return zero or more constants out of the constant group TaskType. This group containe the possible task types. |
getTaskManager | The task manager of this task is returned. |
getPredecessorTasks | |
getLockedResources | |
lockResource | Lock the resource READONLY oder EXCLUSIVE or exclusive. Only lock resources with the XTask interface. |
Methods' Details |
||
|
||
|
||
|
||
|
||
|
||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.