Class HealthMonitorResource


  • @Path("/lum-internal/portaladministration/healthmonitor")
    public class HealthMonitorResource
    extends java.lang.Object
    Rest API for the health monitor service.
    Since:
    10.1.0
    Version:
    $Revision: 19963 $ $Date: 2017-02-21 19:28:29 -0300 (Tue, 21 Feb 2017) $
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String runHealthCheck​(java.lang.String className, java.lang.String methodName)  
      • Methods inherited from class java.lang.Object

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

      • HealthMonitorResource

        public HealthMonitorResource()
    • Method Detail

      • runHealthCheck

        @GET
        @Path("/runhealthcheck")
        @Produces("application/json")
        public java.lang.String runHealthCheck​(@QueryParam("className")
                                               java.lang.String className,
                                               @QueryParam("methodName")
                                               java.lang.String methodName)
                                        throws java.lang.Exception
        Throws:
        java.lang.Exception