public class AgentConfigTask extends ServerTask
Modifier and Type | Field and Description |
---|---|
static java.lang.Integer |
AGENT_TUNNING_OVERFLOW_DISCARD
This tunning mask for agents discards all events (Server, Client, Low priority)
when the FDR is overloaded.
|
static java.lang.Integer |
AGENT_TUNNING_PROCESS_ALL
This tunning mask for agents processes all events so that none are lost
when the agent can not keep up.
|
itsConfig, itsLog
Constructor and Description |
---|
AgentConfigTask() |
Modifier and Type | Method and Description |
---|---|
boolean |
checkNodes()
Check all of the nodes in the system for duplicate endpoints, etc.
|
boolean |
isManaged(LGNode node)
TRUE if the specified node is managed.
|
java.lang.String |
locateAgentID(java.lang.String nodeName)
Locate the ID of the specified agent given a node name
|
LGNode |
locateNode(java.lang.String nodeName)
Locate the specified node given the node name
|
boolean |
provisionAgent(java.lang.String agentID)
Provision the specified agent
|
config, createTask, findFirst, getConfig, getLog, log, setConfig, setLog
public static final java.lang.Integer AGENT_TUNNING_PROCESS_ALL
public static final java.lang.Integer AGENT_TUNNING_OVERFLOW_DISCARD
public java.lang.String locateAgentID(java.lang.String nodeName) throws java.lang.Exception
java.lang.Exception
public LGNode locateNode(java.lang.String nodeName) throws java.lang.Exception
java.lang.Exception
public boolean isManaged(LGNode node) throws java.lang.Exception
java.lang.Exception
public boolean provisionAgent(java.lang.String agentID) throws java.lang.Exception
java.lang.Exception
public boolean checkNodes() throws java.lang.Exception
java.lang.Exception