Uses of Interface
org.infinispan.util.concurrent.BlockingRunnable

Packages that use BlockingRunnable
org.infinispan.executors Implementations of different executors used for asynchronous operation. 
org.infinispan.util.concurrent Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities and containers. 
 

Uses of BlockingRunnable in org.infinispan.executors
 

Methods in org.infinispan.executors with parameters of type BlockingRunnable
 void LazyInitializingBlockingTaskAwareExecutorService.execute(BlockingRunnable runnable)
           
 

Uses of BlockingRunnable in org.infinispan.util.concurrent
 

Methods in org.infinispan.util.concurrent with parameters of type BlockingRunnable
 void BlockingTaskAwareExecutorService.execute(BlockingRunnable runnable)
          Executes the given command at some time in the future when the command is less probably to block a thread.
 void BlockingTaskAwareExecutorServiceImpl.execute(BlockingRunnable runnable)
           
 


-->

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.