Class Who


  • @ThreadSafe
    public final class Who
    extends java.lang.Object
    Utility to query logged in users.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static SystemB SYS  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Who()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<OSSession> queryUtxent()
      Query getutxent to get logged in users.
      • Methods inherited from class java.lang.Object

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

      • SYS

        private static final SystemB SYS
    • Constructor Detail

      • Who

        private Who()
    • Method Detail

      • queryUtxent

        public static java.util.List<OSSession> queryUtxent()
        Query getutxent to get logged in users.
        Returns:
        A list of logged in user sessions