Uses of Class
org.almendra.commons.threads.FutureResult

Packages that use FutureResult
org.almendra.janet.cas.agents   
org.almendra.janet.cas.commands   
org.almendra.janet.cas.handlers   
 

Uses of FutureResult in org.almendra.janet.cas.agents
 

Methods in org.almendra.janet.cas.agents with parameters of type FutureResult
 void MultiAgentProxy.accept(ICommand command, FutureResult futureResult)
          Send commmand to an agent expecting a result to be sent back.
 void IAgentProxy.accept(ICommand command, FutureResult futureResult)
          Send commmand to an agent expecting a result to be sent back.
 void AgentProxy.accept(ICommand command, FutureResult futureResult)
          Send commmand to an agent expecting a result to be sent back.
abstract  void AbstractAgentProxy.accept(ICommand command, FutureResult futureResult)
           
 void MultiAgentProxy.accept(IWorkLoadBalancingCommand command, FutureResult futureResult)
           
 void IAgentProxy.accept(IWorkLoadBalancingCommand command, FutureResult futureResult)
          Send commmand to an agent expecting a result to be sent back.
 void AgentProxy.accept(IWorkLoadBalancingCommand command, FutureResult futureResult)
           
 void MultiAgentProxy.accept(IWorkLoadSharingCommand command, FutureResult futureResult)
           
 void IAgentProxy.accept(IWorkLoadSharingCommand command, FutureResult futureResult)
          Send commmand to an agent expecting a result to be sent back.
 void AgentProxy.accept(IWorkLoadSharingCommand command, FutureResult futureResult)
           
 

Uses of FutureResult in org.almendra.janet.cas.commands
 

Fields in org.almendra.janet.cas.commands declared as FutureResult
protected  FutureResult NodeStartedCommand.future
           
 

Methods in org.almendra.janet.cas.commands that return FutureResult
 FutureResult NodeStartedCommand.getFuture()
           
 

Constructors in org.almendra.janet.cas.commands with parameters of type FutureResult
NodeStartedCommand(Node node, FutureResult future, RegistryLocation centralRegistryLocation, RegistryLocation localRegistryLocation, java.util.List clusterSpaceDescriptors, java.util.List clusterEventRegistryDescriptors, boolean startGUI)
           
 

Uses of FutureResult in org.almendra.janet.cas.handlers
 

Fields in org.almendra.janet.cas.handlers declared as FutureResult
protected  FutureResult NodeStartupEventParams.future
           
 

Methods in org.almendra.janet.cas.handlers that return FutureResult
 FutureResult NodeStartupEventParams.getFuture()
           
 

Constructors in org.almendra.janet.cas.handlers with parameters of type FutureResult
NodeStartupEventParams(FutureResult future, RegistryLocation centralRegistryLocation, RegistryLocation localRegistryLocation, java.util.List clusterSpaceDescriptors, java.util.List clusterEventRegistryDescriptors, boolean startGUI)