| Package | Description |
|---|---|
| xyz.cofe.unix.linux |
Содержит классы для получение информации о процессах linux.
|
| xyz.cofe.unix.linux.proc.fs |
| Modifier and Type | Method and Description |
|---|---|
Process.State |
Status.getState() |
Process.State |
Process.getState()
Возвращает состояние процесса
|
static Process.State |
Process.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Process.State[] |
Process.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected Process.State |
ProcessImpl.state |
protected Process.State |
StatusImpl.state |
| Modifier and Type | Method and Description |
|---|---|
Process.State |
ProcessImpl.getState()
Возвращает состояние процесса
|
Process.State |
StatusImpl.getState() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProcessImpl.setState(Process.State state,
List<Runnable> events) |
Copyright © 2018. All rights reserved.