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 | Class and Description |
---|---|
class |
AgentFileActionResult
Contains listings, in various formats, of files that underwent successful
file actions on an agent.
|
class |
AgentFileTriggerResult
The result from a file trigger that ran on an agent.
|
class |
AgentProcessActionResult
The result when a process finishes executing on an agent.
|
Modifier and Type | Method and Description |
---|---|
abstract AgentResult |
AgentInfo.getLastResult()
Returns the result of the last execution of a process action on this agent.
|
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<AgentResult> |
AgentInfo.getExecutingProcesses()
Returns the commands that this agent is currently executing, if any.
|
© 2000-2025 Flux Corporation. All rights reserved.