Uses of Class
org.mule.util.concurrent.Latch

Packages that use Latch
org.mule.routing.requestreply   
org.mule.transport.jms Provides Jms transport connectivity with support for all Jms features. 
org.mule.work A javax.resource.spi.WorkManager implementation. 
 

Uses of Latch in org.mule.routing.requestreply
 

Fields in org.mule.routing.requestreply with type parameters of type Latch
protected  Map<String,Latch> AbstractAsyncRequestReplyRequester.locks
           
 

Methods in org.mule.routing.requestreply that return Latch
protected  Latch AbstractAsyncRequestReplyRequester.createEventLock()
          Creates the lock used to synchronize a given event
 

Uses of Latch in org.mule.transport.jms
 

Constructors in org.mule.transport.jms with parameters of type Latch
JmsMessageDispatcher.ReplyToListener(Latch latch)
           
 

Uses of Latch in org.mule.work
 

Methods in org.mule.work that return Latch
 Latch WorkerContext.provideEndLatch()
          Provides a latch, which can be used to wait the end of a work execution.
 Latch WorkerContext.provideStartLatch()
          Provides a latch, which can be used to wait the start of a work execution.
 



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