Class TimedTagMethodBean


  • @Dependent
    public class TimedTagMethodBean
    extends Object
    • Constructor Detail

      • TimedTagMethodBean

        public TimedTagMethodBean()
    • Method Detail

      • timedMethodOne

        @Timed(name="timedMethod",
               tags="number=one")
        public void timedMethodOne()
      • timedMethodTwo

        @Timed(name="timedMethod",
               tags="number=two")
        public void timedMethodTwo()