Package org.glassfish.admin.mbeanserver
Class PendingConfigBeanJob
- java.lang.Object
-
- org.glassfish.admin.mbeanserver.PendingConfigBeanJob
-
public final class PendingConfigBeanJob extends Object
used internally for the queuePendindingConfigBeans
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidawait()org.jvnet.hk2.config.ConfigBeangetConfigBean()CountDownLatchgetCountDownLatch()voidreleaseLatch()
-
-
-
Constructor Detail
-
PendingConfigBeanJob
public PendingConfigBeanJob(org.jvnet.hk2.config.ConfigBean cb, CountDownLatch latch)
-
PendingConfigBeanJob
public PendingConfigBeanJob(org.jvnet.hk2.config.ConfigBean cb, boolean latch)
-
PendingConfigBeanJob
public PendingConfigBeanJob(org.jvnet.hk2.config.ConfigBean cb)
-
-
Method Detail
-
getConfigBean
public org.jvnet.hk2.config.ConfigBean getConfigBean()
-
getCountDownLatch
public CountDownLatch getCountDownLatch()
-
releaseLatch
public void releaseLatch()
-
await
public void await() throws InterruptedException- Throws:
InterruptedException
-
-