Class HealthCheck


  • public class HealthCheck
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.apache.commons.logging.Log logger  
    • Constructor Summary

      Constructors 
      Constructor Description
      HealthCheck()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> runCheck​(ProcessorModule module)  
      • Methods inherited from class java.lang.Object

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

      • logger

        private org.apache.commons.logging.Log logger
    • Constructor Detail

      • HealthCheck

        public HealthCheck()
    • Method Detail

      • runCheck

        public java.util.List<java.lang.String> runCheck​(ProcessorModule module)