| Package | Description |
|---|---|
| xyz.cofe.unix.linux |
Содержит классы для получение информации о процессах linux.
|
| xyz.cofe.unix.linux.proc.fs |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Process> |
ProcessList.RefreshStatus.added |
protected List<Process> |
ProcessList.list |
protected Set<Process> |
ProcessList.RefreshStatus.removed |
protected Map<Process,Object> |
ProcessList.RefreshStatus.updated |
| Modifier and Type | Method and Description |
|---|---|
Process |
ProcessList.get(int idx) |
Process |
Process.getParent()
Возвращает родительский процесс
|
Process |
ProcessList.getProcessByPID(int pid)
Получение процесса по ID
|
protected Process |
ProcessList.remove(int pos) |
| Modifier and Type | Method and Description |
|---|---|
Set<Process> |
ProcessList.RefreshStatus.getAdded() |
List<Process> |
Process.getChildren()
Возвращает список дочерних процессов
|
List<Process> |
ProcessList.getProcessesByPPID(int ppid)
Получение списка процессов по ppid
|
Set<Process> |
ProcessList.RefreshStatus.getRemoved() |
List<Process> |
ProcessList.getRootProcesses()
Полчение списка корневых процессов
|
Map<Process,Object> |
ProcessList.RefreshStatus.getUpdated() |
Iterator<Process> |
ProcessList.iterator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProcessList.add(int pos,
Process proc) |
protected void |
ProcessList.add(Process proc) |
protected boolean |
ProcessList.remove(Process proc) |
| Constructor and Description |
|---|
RefreshStatus(Set<Process> added,
Set<Process> removed,
Map<Process,Object> updated) |
RefreshStatus(Set<Process> added,
Set<Process> removed,
Map<Process,Object> updated) |
RefreshStatus(Set<Process> added,
Set<Process> removed,
Map<Process,Object> updated) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessImpl
Информация о процессе
|
| Modifier and Type | Method and Description |
|---|---|
Process |
ProcessImpl.getParent()
Возвращает родительский процесс
|
| Modifier and Type | Method and Description |
|---|---|
List<Process> |
ProcessImpl.getChildren()
Возвращает список дочерних процессов
|
| Constructor and Description |
|---|
StatusImpl(Process proc) |
Copyright © 2018. All rights reserved.