org.mule.util.concurrent
Class Latch

java.lang.Object
  extended by edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch
      extended by org.mule.util.concurrent.Latch

public class Latch
extends edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch


Constructor Summary
Latch()
           
 
Method Summary
 void release()
           
 
Methods inherited from class edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch
await, await, countDown, getCount, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Latch

public Latch()
Method Detail

release

public void release()


Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.