Class ProcessWtsData.WtsInfo

java.lang.Object
oshi.driver.windows.registry.ProcessWtsData.WtsInfo
Enclosing class:
ProcessWtsData

@Immutable public static class ProcessWtsData.WtsInfo extends Object
Class to encapsulate data from WTS Process Info
  • Constructor Details

    • WtsInfo

      public WtsInfo(String name, String path, int threadCount, long virtualSize, long kernelTime, long userTime, long openFiles)
  • Method Details

    • getName

      public String getName()
      Returns:
      the name
    • getPath

      public String getPath()
      Returns:
      the path
    • getThreadCount

      public int getThreadCount()
      Returns:
      the threadCount
    • getVirtualSize

      public long getVirtualSize()
      Returns:
      the virtualSize
    • getKernelTime

      public long getKernelTime()
      Returns:
      the kernelTime
    • getUserTime

      public long getUserTime()
      Returns:
      the userTime
    • getOpenFiles

      public long getOpenFiles()
      Returns:
      the openFiles