|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AComponent in org.jlab.coda.afecs.agent |
---|
Fields in org.jlab.coda.afecs.agent declared as AComponent | |
---|---|
AComponent |
AAgent.me
|
Methods in org.jlab.coda.afecs.agent with parameters of type AComponent | |
---|---|
void |
CRCAgent.agentControlRequestConfigure(AComponent ac)
Abstract methods implementation Not a CODA configure transition. |
void |
ASupervisor.agentControlRequestConfigure(AComponent ac)
|
abstract void |
AAgent.agentControlRequestConfigure(AComponent ac)
|
void |
AAgent.configure(AComponent ad)
Configures agent based on the cool description |
void |
AAgent.connect2cMsg(AComponent ad)
|
void |
AAgent.differentiate(AComponent ad)
This method connects to the platform, completes basic subscriptions ( at this moment only AgentInfoRequest messages), registeres with the platform registrar, creats an instance of the representative component communication plugin, and starts the status reporting thread. |
Constructors in org.jlab.coda.afecs.agent with parameters of type AComponent | |
---|---|
ASupervisor(AComponent ad)
No arg constructor calls parent AAgent constructor |
|
CRCAgent(AComponent ad)
Agent is constructed using any available configuration details (at least the name of the agent). |
Uses of AComponent in org.jlab.coda.afecs.container |
---|
Methods in org.jlab.coda.afecs.container with parameters of type AComponent | |
---|---|
boolean |
AContainer.startAgent(AComponent a)
Starts agent on this container |
Uses of AComponent in org.jlab.coda.afecs.cool.ontology |
---|
Methods in org.jlab.coda.afecs.cool.ontology that return AComponent | |
---|---|
AComponent |
AControl.getSupervisor()
|
Methods in org.jlab.coda.afecs.cool.ontology that return types with arguments of type AComponent | |
---|---|
java.util.ArrayList<AComponent> |
AControl.getComponents()
|
Methods in org.jlab.coda.afecs.cool.ontology with parameters of type AComponent | |
---|---|
void |
AControl.setSupervisor(AComponent supervisor)
|
Method parameters in org.jlab.coda.afecs.cool.ontology with type arguments of type AComponent | |
---|---|
void |
AControl.setComponents(java.util.ArrayList<AComponent> components)
|
Uses of AComponent in org.jlab.coda.afecs.platform |
---|
Methods in org.jlab.coda.afecs.platform that return AComponent | |
---|---|
AComponent |
APlatformRegistrar.getAgent(java.lang.String n)
gets the specific agent information form the hashmap |
Methods in org.jlab.coda.afecs.platform that return types with arguments of type AComponent | |
---|---|
java.util.concurrent.ConcurrentHashMap<java.lang.String,AComponent> |
APlatformRegistrar.getAgentDir()
gets the hshmap of registered agents |
Methods in org.jlab.coda.afecs.platform with parameters of type AComponent | |
---|---|
void |
APlatformRegistrar.addAgent(AComponent a)
Adds an agent to the agents hashmap |
Method parameters in org.jlab.coda.afecs.platform with type arguments of type AComponent | |
---|---|
void |
APlatformRegistrar.setAgentDir(java.util.concurrent.ConcurrentHashMap<java.lang.String,AComponent> agentDir)
Sets entire agent registration map |
Uses of AComponent in org.jlab.coda.afecs.system |
---|
Methods in org.jlab.coda.afecs.system with parameters of type AComponent | |
---|---|
boolean |
ABase.dalogMsg(AComponent c,
int severityId,
java.lang.String severity,
java.lang.String text)
Sends daLogMsg subject = component name and type = rc/report/dalog |
boolean |
ABase.reporAlarmMsg(java.lang.String s,
AComponent c,
int severityId,
java.lang.String severity,
java.lang.String text)
Sends alarm message to a perdefined type AConstants.AgentReportAlarm |
boolean |
ABase.reportAlarmMsg(java.lang.String s,
AComponent c)
Sends alarm message to a perdefined type AConstants.AgentReportAlarm |
Uses of AComponent in org.jlab.coda.afecs.ui.rcgui |
---|
Method parameters in org.jlab.coda.afecs.ui.rcgui with type arguments of type AComponent | |
---|---|
java.lang.String |
RcUI.defineWatch(java.util.Map<java.lang.String,AComponent> map)
Asks supervisor agent to report currently registered componennts, and returns the name of the ER or EB/CDEB or ROC component. |
Uses of AComponent in org.jlab.coda.afecs.ui.rcgui.util |
---|
Constructors in org.jlab.coda.afecs.ui.rcgui.util with parameters of type AComponent | |
---|---|
TreeHashMap(AComponent c)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |