-
-
Constructor Summary
Constructors Constructor Description SystemPCB()
-
Method Summary
Modifier and Type Method Description final LonggetSystemPID()final UnitsetSystemPID(Long systemPID)final StartedProcessgetStartedProcess()final UnitsetStartedProcess(StartedProcess startedProcess)final ProcessStategetState()final UnitsetState(ProcessState state)final IntegergetExitCode()final UnitsetExitCode(Integer exitCode)final InstantgetStartTime()final UnitsetStartTime(Instant startTime)final InstantgetEndTime()final UnitsetEndTime(Instant endTime)-
-
Method Detail
-
getSystemPID
final Long getSystemPID()
-
setSystemPID
final Unit setSystemPID(Long systemPID)
-
getStartedProcess
final StartedProcess getStartedProcess()
-
setStartedProcess
final Unit setStartedProcess(StartedProcess startedProcess)
-
getState
final ProcessState getState()
-
setState
final Unit setState(ProcessState state)
-
getExitCode
final Integer getExitCode()
-
setExitCode
final Unit setExitCode(Integer exitCode)
-
getStartTime
final Instant getStartTime()
-
setStartTime
final Unit setStartTime(Instant startTime)
-
getEndTime
final Instant getEndTime()
-
setEndTime
final Unit setEndTime(Instant endTime)
-
-
-
-