Package nl.vpro.jmx

Class CountAspect.Local

    • Method Detail

      • needsCount

        public boolean needsCount()
      • getRequestDuration

        public Duration getRequestDuration()
      • getTotalDuration

        public Duration getTotalDuration()
      • requestEnd

        public void requestEnd​(URI requestUri,
                               String key)
      • responseEnd

        public void responseEnd()
      • getMethod

        public Method getMethod()
      • getStart

        public long getStart()
      • getRequestEnd

        public long getRequestEnd()
      • getResponseEnd

        public long getResponseEnd()
      • getRequestUri

        public URI getRequestUri()
      • getKey

        public String getKey()
      • setRequestEnd

        public void setRequestEnd​(long requestEnd)
      • setResponseEnd

        public void setResponseEnd​(long responseEnd)
      • setRequestUri

        public void setRequestUri​(URI requestUri)
      • setKey

        public void setKey​(String key)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object