Uses of Class
org.almendra.janet.cas.node.NoSuchAgentException

Packages that use NoSuchAgentException
org.almendra.janet.ade.observer   
org.almendra.janet.cas.agents   
org.almendra.janet.cas.logger.interpreters   
org.almendra.janet.cas.node   
org.almendra.janet.cas.node.interpreters   
org.almendra.janet.cas.scheduling   
 

Uses of NoSuchAgentException in org.almendra.janet.ade.observer
 

Methods in org.almendra.janet.ade.observer that throw NoSuchAgentException
protected  IAgentProxy ObserverAnchor.getExecutorAgent(java.lang.String nodeName)
           
 

Uses of NoSuchAgentException in org.almendra.janet.cas.agents
 

Methods in org.almendra.janet.cas.agents that throw NoSuchAgentException
 IAgentProxy AbstractAgent.getAllForeignAgents()
           
 IAgentProxy IAgent.getAllForeignAgents(java.lang.String capabilityName)
           
 IAgentProxy AbstractAgent.getAllForeignAgents(java.lang.String capabilityName)
           
 IAgentProxy IAgent.getAllForeignAgents(java.lang.String capabilityName, java.lang.String agentName)
           
 IAgentProxy AbstractAgent.getAllForeignAgents(java.lang.String capabilityName, java.lang.String agentName)
           
 IAgentProxy IAgent.getForeignAgent(java.lang.String nodeName, java.lang.String capabilityName)
           
 IAgentProxy AbstractAgent.getForeignAgent(java.lang.String nodeName, java.lang.String capabilityName)
           
 

Uses of NoSuchAgentException in org.almendra.janet.cas.logger.interpreters
 

Methods in org.almendra.janet.cas.logger.interpreters that throw NoSuchAgentException
protected  ILogListener InstallLoggerInterpreter.installLoggerListener(CommandAccessor cmdAccessor, InstallLoggerCommand cmd)
           
 

Uses of NoSuchAgentException in org.almendra.janet.cas.node
 

Methods in org.almendra.janet.cas.node that throw NoSuchAgentException
 IAgentProxy ApplicationAccessor.getAgent(AgentPath path)
           
 IAgentProxy AbstractApplication.getAgent(AgentPath path)
           
protected  IAgentProxy AbstractApplication.getAgent(AgentPath path, boolean restrictedAccess)
           
 IAgentDispatcher Node.getAgentDispatcher(AgentPath path)
           
 IAgentDispatcher AbstractClusterImage.getAgentDispatcher(AgentPath path)
           
 IAgentDispatcher AbstractApplication.getAgentDispatcher(AgentPath agentPath)
           
 IAgentDispatcher AbstractApplication.getAgentDispatcher(AgentPath agentPath, boolean restrictedAccess)
           
 IAgentProxy AbstractApplication.getAllCrossAgents(java.util.List agentPaths)
           
 IAgentProxy AbstractApplication.getAllForeignAgents(LocalAgentPath localPath)
           
 MultiAgentProxy SystemApplication.getAllForeignSystemAgents()
           
 MultiAgentProxy SystemApplication.getAllForeignSystemAgentsWithCentral()
           
 MultiAgentProxy SystemApplication.getAllSystemAgents()
           
 MultiAgentProxy SystemApplication.getAllSystemAgentsOnNodes(java.util.List nodeNames)
           
 AgentProxy ApplicationAccessor.getCrossAgent(AgentPath path)
           
 AgentProxy AbstractApplication.getCrossAgent(AgentPath path)
           
 IAgentProxy AbstractApplication.getLocalAgent(java.lang.String capabilityName, java.lang.String agentName)
           
 AgentPath ApplicationAccessor.getLocalAgentPath(java.lang.String capName, java.lang.String agentName)
           
 AgentPath AbstractApplication.getLocalAgentPath(java.lang.String capabilityName, java.lang.String agentName)
           
 IAgentProxy SystemApplication.getSystemAgent()
           
 IAgentProxy SystemApplication.getSystemAgent(java.lang.String foreignNodeName)
           
 IAgentProxy SystemApplication.getSystemAgentsOnWorkstation(java.lang.String workstationName)
           
 

Uses of NoSuchAgentException in org.almendra.janet.cas.node.interpreters
 

Methods in org.almendra.janet.cas.node.interpreters that throw NoSuchAgentException
protected  void RegisteredNodeInterpreter.foreignNodeRegisterMyApplications(java.lang.String foreignNodeName, CommandAccessor cmdAccessor)
           
 void RegisterApplicationTrait.foreignNodeRegisterMyApplications(java.lang.String foreignNodeName, NodeLocation nodeLocation, CommandAccessor cmdAccessor)
           
 

Uses of NoSuchAgentException in org.almendra.janet.cas.scheduling
 

Methods in org.almendra.janet.cas.scheduling that throw NoSuchAgentException
 IAgentProxy CommandAccessor.getAgent(AgentPath agentPath)
           
 IAgentDispatcher CommandEnvelope.getAgentDispatcher(java.lang.String qualifiedAgentPath)
           
 IAgentProxy CommandEnvelope.getAllForeignAgents(java.lang.String capabilityName)
           
 IAgentProxy CommandAccessor.getAllForeignAgents(java.lang.String capabilityName)
           
 AgentProxy CommandEnvelope.getCrossAgent(AgentPath path)
           
 IAgentProxy CommandAccessor.getCrossAgent(AgentPath agentPath)
           
 IAgentProxy CommandEnvelope.getForeignAgent(java.lang.String nodeName, java.lang.String capabilityName)
           
 IAgentProxy CommandAccessor.getForeignAgent(java.lang.String nodeName, java.lang.String capabilityName)
           
 IAgentProxy CommandAccessor.getSystemAgent()
           
 IAgentProxy CommandAccessor.getSystemAgent(java.lang.String nodeName)