| Package | Description |
|---|---|
| xyz.cofe.ipc.process |
Инструменты по работе с процессами ОС.
|
| Modifier and Type | Method and Description |
|---|---|
TaskManager.ThreadAction |
TaskManager.ThreadEvet.getAction()
Действие потока
|
static TaskManager.ThreadAction |
TaskManager.ThreadAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskManager.ThreadAction[] |
TaskManager.ThreadAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
JobExecuteEvent(TaskManager source,
Thread thread,
TaskManager.ThreadAction action,
Runnable job)
Конструктор события
|
JobExecuteEvent(TaskManager source,
Thread thread,
TaskManager.ThreadAction action,
Runnable job,
Throwable ex)
Конструктор события
|
ThreadEvet(TaskManager source,
Thread thread,
TaskManager.ThreadAction action) |
Copyright © 2018. All rights reserved.