org.glassfish.admin.mbeanserver
Class PendingConfigBeanJob

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

public final class PendingConfigBeanJob
extends java.lang.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, java.util.concurrent.CountDownLatch latch)
           
 
Method Summary
 void await()
           
 org.jvnet.hk2.config.ConfigBean getConfigBean()
           
 java.util.concurrent.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,
                            java.util.concurrent.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 java.util.concurrent.CountDownLatch getCountDownLatch()

releaseLatch

public void releaseLatch()

await

public void await()
           throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException


Copyright © 2012 GlassFish Community. All Rights Reserved.