org.mule.util.concurrent
Class Latch

java.lang.Object
  extended by java.util.concurrent.CountDownLatch
      extended by org.mule.util.concurrent.Latch

public class Latch
extends CountDownLatch


Constructor Summary
Latch()
           
 
Method Summary
 void release()
           
 
Methods inherited from class 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-2014 MuleSoft, Inc.. All Rights Reserved.