Class WtsInfo
java.lang.Object
oshi.driver.common.windows.registry.WtsInfo
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 namepath- the paththreadCount- the threadCountvirtualSize- the virtualSizekernelTime- the kernelTimeuserTime- the userTimeopenFiles- the openFiles
-
-
Method Details
-
getName
-
getPath
-
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
-