public class ProcessInfo extends Object
| Constructor and Description |
|---|
ProcessInfo() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getEGID()
Эффективный GID пользователя
|
static int |
getEUID()
Эффективный UID пользователя
|
static int |
getGID()
GID пользователя
|
static int[] |
getGroupsID()
Возвращает список групп (GID) текущего процесса
|
static String |
getLogin()
Логин пользователя
|
static int |
getParentPID()
Идентификатор родительского процесса
|
static int |
getPID()
Идентификатор текущего процессе
|
static int |
getUID()
UID пользователя
|
public static int getPID()
public static int getParentPID()
public static int getUID()
public static int getGID()
public static int getEUID()
public static int getEGID()
public static String getLogin()
public static int[] getGroupsID()
Copyright © 2018. All rights reserved.