Class HealthCheckModule

    • Constructor Detail

      • HealthCheckModule

        public HealthCheckModule()
    • Method Detail

      • healthcheck

        public boolean healthcheck​(java.util.List<java.lang.String> failures)
        Description copied from interface: ActiveModule
        When invoked, the module must run a self check to verify it is functioning correctly. Any failures must be reported in the failures list passed in to the method by the callee
        Specified by:
        healthcheck in interface ActiveModule
        Overrides:
        healthcheck in class NetModule
        Parameters:
        failures - - a list of failures if any occur
        Returns:
        - true if module has no problems otherwise false ith failure messages in passed in List