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

Packages that use IllegalAgentAccessException
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 IllegalAgentAccessException in org.almendra.janet.ade.observer
 

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

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

Methods in org.almendra.janet.cas.agents that throw IllegalAgentAccessException
 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 IllegalAgentAccessException in org.almendra.janet.cas.logger.interpreters
 

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

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

Methods in org.almendra.janet.cas.node that throw IllegalAgentAccessException
 IAgentProxy ApplicationAccessor.getAgent(AgentPath path)
           
 IAgentProxy AbstractApplication.getAgent(AgentPath path)
           
protected  IAgentProxy AbstractApplication.getAgent(AgentPath path, boolean restrictedAccess)
           
 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)
           
 IAgentProxy SystemApplication.getSystemAgent()
           
 IAgentProxy SystemApplication.getSystemAgent(java.lang.String foreignNodeName)
           
 IAgentProxy SystemApplication.getSystemAgentsOnWorkstation(java.lang.String workstationName)
           
 

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

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

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

Methods in org.almendra.janet.cas.scheduling that throw IllegalAgentAccessException
 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)