|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectflux.agent.AgentInfo
public abstract class AgentInfo
Reports the state of an agent.
Constructor Summary | |
---|---|
AgentInfo()
|
Method Summary | |
---|---|
abstract AgentConfiguration |
getConfiguration()
Returns the configuration properties 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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AgentInfo()
Method Detail |
---|
public abstract AgentConfiguration getConfiguration()
public abstract java.util.List<AgentResult> getExecutingProcesses()
public abstract AgentResult getLastResult()
public abstract AgentStatus getStatus()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |