Uses of Class
flux.agent.AgentConfiguration

Packages that use AgentConfiguration
flux.agent Execution of processes on remote computers to increase overall system throughput and to allow processes to run on computers that contain unique resources 
flux.repository Storage depot of template workflows and other reusable Flux components like engine configurations 
 

Uses of AgentConfiguration in flux.agent
 

Methods in flux.agent that return AgentConfiguration
abstract  AgentConfiguration AgentInfo.getConfiguration()
          Returns the configuration properties for this agent.
 

Methods in flux.agent with parameters of type AgentConfiguration
 void Agent.restart(AgentConfiguration configuration)
          Provides a way to reconfigure an agent without creating a new agent object.
 void AgentAdministrator.restart(AgentConfiguration configuration)
          Provides a way to reconfigure an agent without creating a new agent object.
 

Constructors in flux.agent with parameters of type AgentConfiguration
Agent(AgentConfiguration configuration)
          Creates a new Flux agent.
 

Uses of AgentConfiguration in flux.repository
 

Methods in flux.repository that return AgentConfiguration
 AgentConfiguration RepositoryElement.getAgentConfiguration()
          Returns this repository element specifically as an agent configuration.
 

Methods in flux.repository with parameters of type AgentConfiguration
 java.lang.String RepositoryAdministrator.put(java.lang.String namespace, AgentConfiguration agentConfiguration, boolean overwrite)
          Inserts or modifies an agent configuration in the repository.
 



© 2014 Flux Corporation. All rights reserved.