Uses of Class
flux.agent.AgentException

Packages that use AgentException
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 
 

Uses of AgentException in flux.agent
 

Methods in flux.agent that throw AgentException
 void Agent.restart(AgentConfiguration configuration)
          Provides a way to reconfigure an agent without creating a new agent object.
 void Agent.start()
          Starts this agent.
 void Agent.stop()
          Stops this agent.
 void AgentConfiguration.verify()
          Indicates whether this agent configuration is valid.
 

Constructors in flux.agent that throw AgentException
Agent(AgentConfiguration configuration)
          Creates a new Flux agent.
Agent(java.lang.String configurationFile)
          Creates a new Flux agent using the supplied configuration file; if the agent is later restarted with a new configuration, the configuration file specified here will be overwritten with the new configuration.
AgentConfiguration(java.io.InputStream propertiesInputStream)
          Creates a new agent configuration using the supplied agent configuration input stream.
AgentConfiguration(java.util.Properties properties)
          Creates a new agent configuration using the supplied agent configuration properties.
AgentConfiguration(java.lang.String propertiesFile)
          Creates a new agent configuration using the supplied agent configuration file.
 



© 2014 Flux Corporation. All rights reserved.