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

Packages that use AgentDispatcher
org.almendra.janet.cas.node   
 

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

Fields in org.almendra.janet.cas.node declared as AgentDispatcher
protected  AgentDispatcher AgentDispatcherRemote.dispatcher
           
protected  AgentDispatcher Node.localAgentDispatcher
           
 

Methods in org.almendra.janet.cas.node that return AgentDispatcher
 AgentDispatcher Node.getLocalAgentDispatcher()
           
 

Constructors in org.almendra.janet.cas.node with parameters of type AgentDispatcher
AgentDispatcherRemote(AgentDispatcher dispatcher)