Class TimedClassBean

java.lang.Object
org.eclipse.microprofile.metrics.tck.metrics.TimedClassBean

@ApplicationScoped @Timed(name="timedClass") public class TimedClassBean extends Object
  • Constructor Details

    • TimedClassBean

      public TimedClassBean()
  • Method Details

    • timedMethodOne

      public void timedMethodOne()
    • timedMethodTwo

      public void timedMethodTwo()
    • timedMethodProtected

      protected void timedMethodProtected()
    • toString

      public String toString()
      Overrides:
      toString in class Object