| Package | Description |
|---|---|
| xyz.cofe.ipc.process |
Инструменты по работе с процессами ОС.
|
| Modifier and Type | Method and Description |
|---|---|
TaskManager.QueueAction |
TaskManager.JobQueueEvent.getAction()
Действие связанное с очередью
|
static TaskManager.QueueAction |
TaskManager.QueueAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskManager.QueueAction[] |
TaskManager.QueueAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
JobCancelQueueEvent(TaskManager src,
TaskManager.QueueAction action,
Runnable job,
int queueSize) |
JobQueueEvent(TaskManager src,
TaskManager.QueueAction action,
Runnable job,
int queueSize) |
Copyright © 2018. All rights reserved.