|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Latch | |
|---|---|
| org.mule.retry.async | |
| org.mule.routing.requestreply | |
| org.mule.work | A javax.resource.spi.WorkManager implementation. |
| Uses of Latch in org.mule.retry.async |
|---|
| Methods in org.mule.retry.async with parameters of type Latch | |
|---|---|
void |
AsynchronousRetryTemplate.setStartLatch(Latch latch)
|
| Constructors in org.mule.retry.async with parameters of type Latch | |
|---|---|
RetryWorker(RetryPolicyTemplate delegate,
RetryCallback callback,
WorkManager workManager,
Latch startLatch)
|
|
| 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
|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||