Uses of Class
org.infinispan.commands.read.DistributedExecuteCommand

Packages that use DistributedExecuteCommand
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.distexec   
 

Uses of DistributedExecuteCommand in org.infinispan.commands
 

Methods in org.infinispan.commands that return DistributedExecuteCommand
<T> DistributedExecuteCommand<T>
CommandsFactoryImpl.buildDistributedExecuteCommand(Callable<T> callable, Address sender, Collection keys)
           
<T> DistributedExecuteCommand<T>
CommandsFactory.buildDistributedExecuteCommand(Callable<T> callable, Address sender, Collection keys)
          Builds a DistributedExecuteCommand used for migration and execution of distributed Callables and Runnables.
 

Methods in org.infinispan.commands with parameters of type DistributedExecuteCommand
 Object Visitor.visitDistributedExecuteCommand(InvocationContext ctx, DistributedExecuteCommand<?> command)
           
 Object AbstractVisitor.visitDistributedExecuteCommand(InvocationContext ctx, DistributedExecuteCommand<?> command)
           
 

Uses of DistributedExecuteCommand in org.infinispan.distexec
 

Methods in org.infinispan.distexec that return DistributedExecuteCommand
 DistributedExecuteCommand<V> DefaultExecutorService.DistributedRunnableFuture.getCommand()
           
 

Constructors in org.infinispan.distexec with parameters of type DistributedExecuteCommand
DefaultExecutorService.DistributedRunnableFuture(DistributedExecuteCommand<V> command)
          Creates a DistributedRunnableFuture that will upon running, execute the given Runnable, and arrange that get will return the given result on successful completion.
 


-->

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