Class FormServerPerformanceData


  • public class FormServerPerformanceData
    extends Object
    Provides a Form Server Performance Data class to store server performance info.
    • Constructor Detail

      • FormServerPerformanceData

        public FormServerPerformanceData()
    • Method Detail

      • getProcessCount

        public int getProcessCount()
        Gets the process count.
        Returns:
        the process count
      • setProcessCount

        public void setProcessCount​(int processCount)
        Sets the process count.
        Parameters:
        processCount - the new process count
      • getCpu

        public int getCpu()
        Gets the cpu.
        Returns:
        the cpu
      • setCpu

        public void setCpu​(int cpu)
        Sets the cpu.
        Parameters:
        cpu - the new cpu
      • getErrorCount

        public int getErrorCount()
        Gets the error count.
        Returns:
        the error count
      • setErrorCount

        public void setErrorCount​(int errorCount)
        Sets the error count.
        Parameters:
        errorCount - the new error count
      • getMemoryUsed

        public long getMemoryUsed()
        Gets the memory used.
        Returns:
        the memory used
      • setMemoryUsed

        public void setMemoryUsed​(long memoryUsed)
        Sets the memory used.
        Parameters:
        memoryUsed - the new memory used
      • getMemoryTotal

        public long getMemoryTotal()
        Gets the memory total.
        Returns:
        the memory total
      • setMemoryTotal

        public void setMemoryTotal​(long memoryTotal)
        Sets the memory total.
        Parameters:
        memoryTotal - the new memory total