Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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.
|
© 2000-2025 Flux Corporation. All rights reserved.