public abstract class AgentInfo
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
AgentInfo() |
Modifier and Type | Method and Description |
---|---|
abstract AgentConfiguration |
getConfiguration()
Returns the configuration properties for this agent.
|
abstract java.util.LinkedHashSet<fluximpl.agent.EngineContactInfo> |
getEngineContactInfoList()
Get the list of engine contacts for this agent
|
abstract java.util.List<AgentResult> |
getExecutingProcesses()
Returns the commands that this agent is currently executing, if any.
|
abstract AgentResult |
getLastResult()
Returns the result of the last execution of a process action on this agent.
|
abstract AgentStatus |
getStatus()
Indicates the general status of this agent.
|
abstract void |
setEngineContactInfoList(java.util.LinkedHashSet<fluximpl.agent.EngineContactInfo> engineContactInfoList)
Set the list of engine contacts of this agent
|
public abstract AgentConfiguration getConfiguration()
public abstract java.util.List<AgentResult> getExecutingProcesses()
public abstract AgentResult getLastResult()
public abstract AgentStatus getStatus()
public abstract java.util.LinkedHashSet<fluximpl.agent.EngineContactInfo> getEngineContactInfoList()
public abstract void setEngineContactInfoList(java.util.LinkedHashSet<fluximpl.agent.EngineContactInfo> engineContactInfoList)
© 2000-2025 Flux Corporation. All rights reserved.