Class MonitoringChartHandler

    • Field Detail

      • __startDateStr

        protected java.lang.String __startDateStr
      • isStartDateValidated

        protected boolean isStartDateValidated
      • startDate

        protected java.util.Date startDate
      • __endDateStr

        protected java.lang.String __endDateStr
      • isEndDateValidated

        protected boolean isEndDateValidated
      • endDate

        protected java.util.Date endDate
    • Constructor Detail

      • MonitoringChartHandler

        public MonitoringChartHandler()
    • Method Detail

      • getMemoryChart

        public TimeChart getMemoryChart()
      • getRequestChart

        public TimeChart getRequestChart()
      • getSessionChart

        public TimeChart getSessionChart()
      • getObjectChart

        public TimeChart getObjectChart()
      • getThreadsChart

        public TimeChart getThreadsChart()
      • setStartDate

        public void setStartDate​(java.lang.String v)
      • getAvailableStartDate

        public java.util.Date getAvailableStartDate()
      • setEndDate

        public void setEndDate​(java.lang.String v)
      • getAvailableEndDate

        public java.util.Date getAvailableEndDate()
      • getPreDefinedPeriod

        public java.lang.String getPreDefinedPeriod()
      • setPreDefinedPeriod

        public void setPreDefinedPeriod​(java.lang.String preDefinedPeriod)
      • getPredefinedPeriodMap

        public java.util.Map<java.lang.String,​java.lang.String> getPredefinedPeriodMap()
      • processAction

        public boolean processAction()
                              throws java.io.IOException
        Description copied from class: JcmsFormHandler
        Method to be implemented to check/validate action to be performed and process them.

        Default implementation is to return false. No need to call super method.

        This method may NOT be invoked at all if security validation are not met.

        You must ensure your handler and JSP can work properly without any code invoked in this method.

        Overrides:
        processAction in class JcmsFormHandler
        Returns:
        false if no redirection is needed, true otherwise
        Throws:
        java.io.IOException - IO Exception