public final class PendingConfigBeanJob extends Object
PendindingConfigBeans| Constructor and Description |
|---|
PendingConfigBeanJob(org.jvnet.hk2.config.ConfigBean cb) |
PendingConfigBeanJob(org.jvnet.hk2.config.ConfigBean cb,
boolean latch) |
PendingConfigBeanJob(org.jvnet.hk2.config.ConfigBean cb,
CountDownLatch latch) |
| Modifier and Type | Method and Description |
|---|---|
void |
await() |
org.jvnet.hk2.config.ConfigBean |
getConfigBean() |
CountDownLatch |
getCountDownLatch() |
void |
releaseLatch() |
public PendingConfigBeanJob(org.jvnet.hk2.config.ConfigBean cb,
CountDownLatch latch)
public PendingConfigBeanJob(org.jvnet.hk2.config.ConfigBean cb,
boolean latch)
public PendingConfigBeanJob(org.jvnet.hk2.config.ConfigBean cb)
public org.jvnet.hk2.config.ConfigBean getConfigBean()
public CountDownLatch getCountDownLatch()
public void releaseLatch()
public void await()
throws InterruptedException
InterruptedExceptionCopyright © 2017–2020 Eclipse Foundation. All rights reserved.