Uses of Class
org.almendra.janet.ade.commands.ExecuteWorkloadCommand

Packages that use ExecuteWorkloadCommand
org.almendra.janet.ade.commands   
org.almendra.janet.ade.distributor   
 

Uses of ExecuteWorkloadCommand in org.almendra.janet.ade.commands
 

Subclasses of ExecuteWorkloadCommand in org.almendra.janet.ade.commands
 class ExecuteWorkloadBalancingCommand
           
 class ExecuteWorkloadSharingCommand
           
 

Fields in org.almendra.janet.ade.commands declared as ExecuteWorkloadCommand
protected  ExecuteWorkloadCommand WorkloadDistributionCommand.command
           
 

Methods in org.almendra.janet.ade.commands that return ExecuteWorkloadCommand
 ExecuteWorkloadCommand WorkloadDistributionCommand.getCommand()
           
 

Constructors in org.almendra.janet.ade.commands with parameters of type ExecuteWorkloadCommand
WorkloadDistributionCommand(AgentPath agentPath, ExecuteWorkloadCommand command)
          Creates a new WorkloadDistributionCommand object.
 

Uses of ExecuteWorkloadCommand in org.almendra.janet.ade.distributor
 

Methods in org.almendra.janet.ade.distributor with parameters of type ExecuteWorkloadCommand
 void DistributorAnchor.logCommandDistributed(ExecuteWorkloadCommand command, AgentPath originAgentPath, AgentPath selectedAgentPath)