psdi.webclient.system.filter

Class PerfMonUtils

  • java.lang.Object
    • psdi.webclient.system.filter.PerfMonUtils


  • public class PerfMonUtils
    extends java.lang.Object
    Collection of static utility methods that are used by the performance monitoring pages
    • Constructor Summary

      Constructors 
      Constructor and Description
      PerfMonUtils() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void handleConfig(javax.servlet.http.HttpServletRequest req) 
      static void handleRequest(javax.servlet.http.HttpServletRequest req)
      Handles all the requests that come into the page.
      static boolean isExpanded(javax.servlet.http.HttpSession session, java.lang.String mtr)
      Is the specified monitor string expanded to show the sql statements
      static void toggleExpansion(javax.servlet.http.HttpSession session, java.lang.String mtr)
      Toggle the flag indicating if the sql statements should be displayed for a particular monitor
      • Methods inherited from class java.lang.Object

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

      • sqlPlan

        public static java.lang.String sqlPlan
      • sqlTrackTime

        public static java.lang.String sqlTrackTime
      • sqlDisplayThresholdValue

        public static int sqlDisplayThresholdValue
      • logTracePlan

        public static java.lang.String logTracePlan
    • Constructor Detail

      • PerfMonUtils

        public PerfMonUtils()
    • Method Detail

      • handleRequest

        public static void handleRequest(javax.servlet.http.HttpServletRequest req)
        Handles all the requests that come into the page.
      • isExpanded

        public static boolean isExpanded(javax.servlet.http.HttpSession session,
                                         java.lang.String mtr)
        Is the specified monitor string expanded to show the sql statements
      • toggleExpansion

        public static void toggleExpansion(javax.servlet.http.HttpSession session,
                                           java.lang.String mtr)
        Toggle the flag indicating if the sql statements should be displayed for a particular monitor
      • handleConfig

        public static void handleConfig(javax.servlet.http.HttpServletRequest req)