Class TimedMethodBean2
- java.lang.Object
-
- org.eclipse.microprofile.metrics.tck.metrics.TimedMethodBean2
-
@Dependent public class TimedMethodBean2 extends Object
-
-
Constructor Summary
Constructors Constructor Description TimedMethodBean2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
selfInvocationTimedMethod()
void
timedMethod()
-
-
-
Method Detail
-
timedMethod
@Timed(name="timedMethod") public void timedMethod() throws InterruptedException
- Throws:
InterruptedException
-
selfInvocationTimedMethod
public void selfInvocationTimedMethod() throws InterruptedException
- Throws:
InterruptedException
-
-