Class Lifecycle

java.lang.Object
com.tccc.kos.core.service.spawn.Lifecycle

public class Lifecycle extends Object
Class that contains the lifecycle of a single spawning of a process.
Since:
1.0
Version:
2022-09-12
  • 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)