org.eclipse.gemini.blueprint.extender.internal.support
Class LazyLatchFactoryDelegate

java.lang.Object
  extended by org.eclipse.gemini.blueprint.extender.internal.support.LazyLatchFactoryDelegate

public abstract class LazyLatchFactoryDelegate
extends Object

Delegate class that allows access to LazyLatchFactory class (inside Spring DM core) from Spring DM extender.

Author:
Costin Leau

Constructor Summary
LazyLatchFactoryDelegate()
           
 
Method Summary
static CountDownLatch addLatch(Integer key)
           
static void clear()
           
static CountDownLatch removeLatch(Integer key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LazyLatchFactoryDelegate

public LazyLatchFactoryDelegate()
Method Detail

addLatch

public static CountDownLatch addLatch(Integer key)

removeLatch

public static CountDownLatch removeLatch(Integer key)

clear

public static void clear()


Copyright © 2006-2012. All Rights Reserved.