org.glassfish.admin.mbeanserver
Class PendingConfigBeanJob

java.lang.Object
  extended by org.glassfish.admin.mbeanserver.PendingConfigBeanJob

public final class PendingConfigBeanJob
extends Object

used internally for the queue PendindingConfigBeans


Constructor Summary
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
 void await()
           
 org.jvnet.hk2.config.ConfigBean getConfigBean()
           
 CountDownLatch getCountDownLatch()
           
 void releaseLatch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2012. All Rights Reserved.