org.glassfish.admin.mbeanserver
Class PendingConfigBeanJob
java.lang.Object
org.glassfish.admin.mbeanserver.PendingConfigBeanJob
public final class PendingConfigBeanJob
- extends Object
used internally for the queue PendindingConfigBeans
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
getConfigBean
public org.jvnet.hk2.config.ConfigBean getConfigBean()
getCountDownLatch
public CountDownLatch getCountDownLatch()
releaseLatch
public void releaseLatch()
await
public void await()
throws InterruptedException
- Throws:
InterruptedException
Copyright © 2012. All Rights Reserved.