Uses of Class
org.jlab.coda.afecs.agent.AClientInfo

Packages that use AClientInfo
org.jlab.coda.afecs.cool.ontology   
org.jlab.coda.afecs.platform   
 

Uses of AClientInfo in org.jlab.coda.afecs.cool.ontology
 

Methods in org.jlab.coda.afecs.cool.ontology that return AClientInfo
 AClientInfo AComponent.getClient()
           
 

Methods in org.jlab.coda.afecs.cool.ontology with parameters of type AClientInfo
 void AComponent.setClient(AClientInfo client)
           
 

Uses of AClientInfo in org.jlab.coda.afecs.platform
 

Methods in org.jlab.coda.afecs.platform that return AClientInfo
 AClientInfo APlatformRegistrar.getClient(java.lang.String n)
          Gets the specified client from the clients hashmap
 

Methods in org.jlab.coda.afecs.platform that return types with arguments of type AClientInfo
 java.util.concurrent.ConcurrentHashMap<java.lang.String,AClientInfo> APlatformRegistrar.getClientDir()
          Gets the hashmap of all regiostered physical clients
 

Methods in org.jlab.coda.afecs.platform with parameters of type AClientInfo
 void APlatformRegistrar.addClient(AClientInfo a)
          Adds new agent to the hashmap