Class NetSessionData


  • @ThreadSafe
    public final class NetSessionData
    extends java.lang.Object
    Utility to read process data from HKEY_PERFORMANCE_DATA information with backup from Performance Counters or WMI
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static com.sun.jna.platform.win32.Netapi32 NET  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private NetSessionData()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<OSSession> queryUserSessions()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NET

        private static final com.sun.jna.platform.win32.Netapi32 NET
    • Constructor Detail

      • NetSessionData

        private NetSessionData()
    • Method Detail

      • queryUserSessions

        public static java.util.List<OSSession> queryUserSessions()