Class CompletionSignalingRunnable
- java.lang.Object
-
- org.camunda.bpm.qa.performance.engine.loadgenerator.CompletionSignalingRunnable
-
- All Implemented Interfaces:
java.lang.Runnable
public class CompletionSignalingRunnable extends java.lang.Object implements java.lang.Runnable
- Author:
- Daniel Meyer
-
-
Constructor Summary
Constructors Constructor Description CompletionSignalingRunnable(java.lang.Runnable delegate, java.util.concurrent.CountDownLatch latch)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
static CompletionSignalingRunnable
wrap(java.lang.Runnable runnable, java.util.concurrent.CountDownLatch latch)
-
-
-
Method Detail
-
run
public void run()
- Specified by:
run
in interfacejava.lang.Runnable
-
wrap
public static CompletionSignalingRunnable wrap(java.lang.Runnable runnable, java.util.concurrent.CountDownLatch latch)
-
-