Package com.tccc.kos.core.service.spawn
Class Lifecycle
java.lang.Object
com.tccc.kos.core.service.spawn.Lifecycle
Class that contains the lifecycle of a single spawning of a process.
- Since:
- 1.0
- Version:
- 2022-09-12
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Lifecycle
public Lifecycle(long startTimeMono, long endTimeMono)
-
-
Method Details
-
getStartTimeMono
public long getStartTimeMono() -
getEndTimeMono
public long getEndTimeMono() -
setEndTimeMono
public void setEndTimeMono(long endTimeMono)
-