Class ServerCount

    • Constructor Detail

      • ServerCount

        public ServerCount()
    • Method Detail

      • getStarted

        public int getStarted()
        Returns:
        no of started instance
      • getStopped

        public int getStopped()
        Returns:
        no of stopped instance
      • addStarted

        public void addStarted​(int started)
        increase no of started count
        Parameters:
        started -
      • addStopped

        public void addStopped​(int stopped)
        increase no of stopped count
        Parameters:
        stopped -