CommonProcessInfo

public abstract class CommonProcessInfo implements ProcessInfo

Encapsulates common process info functionality shared between portable and non-portable subclasses.

Author

swrede

Constructors

CommonProcessInfo

public CommonProcessInfo()

Creates a new instance and sets a common value for ProcessInfo.getUserName().

Methods

getArguments

public List<String> getArguments()

getPid

public Integer getPid()

getProgramName

public String getProgramName()

getStartTime

public Long getStartTime()

getUserName

public String getUserName()

setArguments

protected void setArguments(List<String> arguments)

Sets the command line arguments.

Parameters

arguments – the arguments

setPid

protected void setPid(Integer pid)

Sets the pid variable.

Parameters

pid – the pid

setProgramName

protected void setProgramName(String programName)

Sets the program name.

Parameters

programName – the program name

setStartTime

protected void setStartTime(Long startTime)

Sets the process start time.

Parameters

startTime – the process start time in microseconds

setUserName

protected void setUserName(String userName)

Sets the user name variable.

Parameters

userName – user name