Uses of Class
org.almendra.commons.util.exception.InsufficientPrivilegeException

Packages that use InsufficientPrivilegeException
org.almendra.janet.cas.agents   
org.almendra.janet.cas.node   
org.almendra.janet.cas.node.interpreters   
org.almendra.janet.cas.scheduling   
 

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

Methods in org.almendra.janet.cas.agents that throw InsufficientPrivilegeException
 Node IAgent.getNode()
           
 Node AbstractAgent.getNode()
           
 SystemApplication IAgent.getSystemApplication()
           
 SystemApplication AbstractAgent.getSystemApplication()
           
 

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

Methods in org.almendra.janet.cas.node that throw InsufficientPrivilegeException
 IAgentProxy AbstractApplication.getAllCrossAgents(java.util.List agentPaths)
           
 ApplicationAccessor NodeAccessor.getApplication(java.lang.String applicationName)
           
 AgentProxy ApplicationAccessor.getCrossAgent(AgentPath path)
           
 AgentProxy AbstractApplication.getCrossAgent(AgentPath path)
           
 

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

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

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

Methods in org.almendra.janet.cas.scheduling that throw InsufficientPrivilegeException
 CommandEnvelope CommandAccessor.getCommandEnvelope()
           
 AgentProxy CommandEnvelope.getCrossAgent(AgentPath path)
           
 IAgentProxy CommandAccessor.getCrossAgent(AgentPath agentPath)
           
 Node CommandEnvelope.getNode()
           
 Node CommandAccessor.getNode()
           
 AbstractNodeAnchor CommandAccessor.getNodeAnchor()
           
 IAgentProxy CommandAccessor.getSystemAgent()
           
 IAgentProxy CommandAccessor.getSystemAgent(java.lang.String nodeName)
           
 SystemApplication CommandAccessor.getSystemApplication()