public class CountDownAdapter extends java.lang.Object implements ICountDown
CountDownLatch
.Modifier and Type | Field and Description |
---|---|
protected java.util.concurrent.CountDownLatch |
m_doneLatch |
Constructor and Description |
---|
CountDownAdapter(int count) |
Modifier and Type | Method and Description |
---|---|
void |
await() |
boolean |
await(long timeout) |
void |
countDown() |
public void await() throws java.lang.InterruptedException
await
in interface ICountDown
java.lang.InterruptedException
public boolean await(long timeout) throws java.lang.InterruptedException
await
in interface ICountDown
java.lang.InterruptedException
public void countDown()
countDown
in interface ICountDown