Package org.glassfish.admin.mbeanserver
Class PendingConfigBeanJob
java.lang.Object
org.glassfish.admin.mbeanserver.PendingConfigBeanJob
used internally for the queue
PendindingConfigBeans-
Constructor Summary
ConstructorsConstructorDescriptionPendingConfigBeanJob(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
-
Constructor Details
-
PendingConfigBeanJob
-
PendingConfigBeanJob
public PendingConfigBeanJob(org.jvnet.hk2.config.ConfigBean cb, boolean latch) -
PendingConfigBeanJob
public PendingConfigBeanJob(org.jvnet.hk2.config.ConfigBean cb)
-
-
Method Details
-
getConfigBean
public org.jvnet.hk2.config.ConfigBean getConfigBean() -
getCountDownLatch
-
releaseLatch
public void releaseLatch() -
await
- Throws:
InterruptedException
-