Class Monitoring


  • public class Monitoring
    extends Object
    • Field Detail

      • logger

        public static final Logger logger
      • resultPath

        public static String resultPath
      • timer

        private static Timer timer
        Timer provided by the monitoring.
    • Constructor Detail

      • Monitoring

        public Monitoring()
    • Method Detail

      • init

        public static void init()
                         throws Exception
        Method called by Activator to initialize the monitoring service.
        Throws:
        Exception
      • stop

        public static void stop()
                         throws Exception
        Forces this thread to stop executing. This method stops all consumers and services.
        Throws:
        Exception
      • getTimer

        public static final Timer getTimer()
        Returns a shared timer provided by the monitoring service.