Class TimedMethodBean3
- java.lang.Object
-
- org.eclipse.microprofile.metrics.tck.metrics.TimedMethodBean3
-
@Dependent public class TimedMethodBean3 extends Object
-
-
Constructor Summary
Constructors Constructor Description TimedMethodBean3()
-
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
-
-