Class WtsInfo

java.lang.Object
oshi.driver.common.windows.registry.WtsInfo

public final class WtsInfo extends Object
Data holder for Windows Terminal Services (WTS) process information.
  • Constructor Details

    • WtsInfo

      public WtsInfo(String name, String path, int threadCount, long virtualSize, long kernelTime, long userTime, long openFiles)
      Constructor.
      Parameters:
      name - the name
      path - the path
      threadCount - the threadCount
      virtualSize - the virtualSize
      kernelTime - the kernelTime
      userTime - the userTime
      openFiles - the openFiles
  • Method Details

    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • getPath

      public String getPath()
      Gets the path.
      Returns:
      the path
    • getThreadCount

      public int getThreadCount()
      Gets the threadCount.
      Returns:
      the threadCount
    • getVirtualSize

      public long getVirtualSize()
      Gets the virtualSize.
      Returns:
      the virtualSize
    • getKernelTime

      public long getKernelTime()
      Gets the kernelTime.
      Returns:
      the kernelTime
    • getUserTime

      public long getUserTime()
      Gets the userTime.
      Returns:
      the userTime
    • getOpenFiles

      public long getOpenFiles()
      Gets the openFiles.
      Returns:
      the openFiles