Class UnitProcessType

java.lang.Object
org.freedesktop.dbus.Container
org.freedesktop.dbus.Struct
de.thjom.java.systemd.types.UnitProcessType
All Implemented Interfaces:
Comparable<UnitProcessType>

public class UnitProcessType extends org.freedesktop.dbus.Struct implements Comparable<UnitProcessType>
  • Field Details

    • cgroupPath

      private final String cgroupPath
    • pid

      private final int pid
    • commandLine

      private final String commandLine
  • Constructor Details

    • UnitProcessType

      public UnitProcessType(String cgroupPath, org.freedesktop.dbus.types.UInt32 pid, String commandLine)
  • Method Details