P
- Process informationpublic abstract class AbstractProcessManager<P extends ProcessInfo> extends Object
Constructor and Description |
---|
AbstractProcessManager() |
Modifier and Type | Method and Description |
---|---|
protected abstract P |
createLocalProcess() |
static ProcessInfo |
createLocalProcessInfo() |
P |
getLocalProcess() |
P |
getLocalProcess(List<P> pProcesses)
Searches the specified list of processes for the process in which
this method is invoked.
|
static String |
getLocalProcessId()
Gets the ID of the process in which this method is invoked.
|
static long |
getLocalProcessStartTime()
Gets the start time of the process in which this method is invoked.
|
protected abstract List<P> |
getProcessesInfo() |
javafx.collections.ObservableList<P> |
getRunningProcesses() |
static String |
pid()
The ID of the current process.
|
void |
updateRunningProcessesInfo() |
public javafx.collections.ObservableList<P> getRunningProcesses()
public void updateRunningProcessesInfo()
protected abstract P createLocalProcess()
public P getLocalProcess()
public P getLocalProcess(List<P> pProcesses)
null
is returned.public static ProcessInfo createLocalProcessInfo()
public static String getLocalProcessId()
public static long getLocalProcessStartTime()
public static String pid()
Copyright © 2023. All rights reserved.