ProcessInfo

public interface ProcessInfo

Interface for process information model classes.

Author

swrede

Methods

getArguments

List<String> getArguments()

Returns the program’s command line arguments.

Returns

list of arguments, null if not determined

getPid

Integer getPid()

Returns the pid of a process.

Returns

the pid of the process, null if not determined

getProgramName

String getProgramName()

Returns a string name describing the program.

Returns

string name or null if not determined

getStartTime

Long getStartTime()

Returns the process start time in microseconds.

Returns

process start time, null if not determined

getUserName

String getUserName()

Returns the name of the user executing the process.

Returns

user name or null if not determined