Package nl.vpro.jmx

Class CountAspect.Local

java.lang.Object
nl.vpro.jmx.CountAspect.Local
Enclosing class:
CountAspect<T>

public static class CountAspect.Local extends Object
  • Method Details

    • 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)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object