public class ControlledInvocation
extends java.lang.Object
| Constructor and Description |
|---|
ControlledInvocation(BeanWithControlledInvocation bean) |
| Modifier and Type | Method and Description |
|---|---|
void |
start()
Start the invocation and synchronously wait until we are sure that the relevant metrics were updated.
|
void |
stop()
Stop the invocation and synchronously wait until we are sure that the relevant metrics were updated.
|
public ControlledInvocation(BeanWithControlledInvocation bean)
public void start()
throws java.lang.InterruptedException,
java.util.concurrent.TimeoutException
java.lang.InterruptedExceptionjava.util.concurrent.TimeoutExceptionpublic void stop()