Class Application


  • public class Application
    extends java.lang.Object
    Application
    • Constructor Summary

      Constructors 
      Constructor Description
      Application()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void monitoring​(Parameters params)  
      static void resetCache​(Grant g)
      Clear the webapp cache of a specific user
      static void resetCache​(javax.servlet.http.HttpSession session, boolean invalidateSessions, boolean memory, boolean core)
      Clear all caches
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Application

        public Application()
    • Method Detail

      • resetCache

        public static void resetCache​(javax.servlet.http.HttpSession session,
                                      boolean invalidateSessions,
                                      boolean memory,
                                      boolean core)
        Clear all caches
      • resetCache

        public static void resetCache​(Grant g)
        Clear the webapp cache of a specific user
      • monitoring

        public static void monitoring​(Parameters params)