Package jisd.vis

Class DebugResource


  • @Path("counter")
    public class DebugResource
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DebugResource()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int current()  
      int inc()  
      void updateDebugResultDouble​(java.lang.String name, java.lang.Double value)  
      • Methods inherited from class java.lang.Object

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

      • DebugResource

        public DebugResource()
    • Method Detail

      • updateDebugResultDouble

        public void updateDebugResultDouble​(java.lang.String name,
                                            java.lang.Double value)
      • inc

        @GET
        @Path("inc")
        @Produces("text/plain")
        public int inc()
      • current

        @GET
        @Path("current")
        @Produces("text/plain")
        public int current()