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

Packages that use LocalAgentPath
org.almendra.janet.ade.distributor   
org.almendra.janet.cas.agents   
org.almendra.janet.cas.demo.fibonacci   
org.almendra.janet.cas.node   
org.almendra.janet.cas.scheduling   
 

Uses of LocalAgentPath in org.almendra.janet.ade.distributor
 

Methods in org.almendra.janet.ade.distributor with parameters of type LocalAgentPath
 java.util.Map DistributorAnchor.getAgentsQueueSizes(LocalAgentPath localAgentPath)
           
 

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

Methods in org.almendra.janet.cas.agents that return LocalAgentPath
 LocalAgentPath AbstractAgent.getLocalPath()
           
 

Uses of LocalAgentPath in org.almendra.janet.cas.demo.fibonacci
 

Fields in org.almendra.janet.cas.demo.fibonacci declared as LocalAgentPath
protected  LocalAgentPath FibonacciDemoViewController.agentPath
           
protected  LocalAgentPath OpenFibonacciViewHandler.localAgentPath
           
 

Methods in org.almendra.janet.cas.demo.fibonacci with parameters of type LocalAgentPath
static FibonacciDemoViewController FibonacciDemoView.open(ApplicationAccessor app, LocalAgentPath agentPath)
          Starts the application.
 

Constructors in org.almendra.janet.cas.demo.fibonacci with parameters of type LocalAgentPath
FibonacciDemoViewController(FibonacciDemoView view, ApplicationAccessor app, LocalAgentPath agentPath)
          FibonacciDemoViewController constructor comment.
 

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

Subclasses of LocalAgentPath in org.almendra.janet.cas.node
 class AgentPath
           
 

Methods in org.almendra.janet.cas.node that return LocalAgentPath
static LocalAgentPath LocalAgentPath.getLocalSystemPath()
           
 LocalAgentPath AgentPath.toLocalAgentPath()
           
 

Methods in org.almendra.janet.cas.node with parameters of type LocalAgentPath
 int LocalAgentPath.comparePath(LocalAgentPath path)
           
protected  int AgentDispatcher.exists(LocalAgentPath path)
           
protected  boolean AgentDispatcher.existsExactly(LocalAgentPath path)
           
 java.util.Map AbstractClusterImage.getAgentsQueueSizes(LocalAgentPath agentPath)
           
 java.util.List ApplicationAccessor.getAllAgentPaths(LocalAgentPath localPath)
           
 java.util.List AbstractApplication.getAllAgentPaths(LocalAgentPath localPath)
           
 IAgentProxy ApplicationAccessor.getAllAgents(LocalAgentPath localPath)
           
 java.util.List AbstractClusterImage.getAllAgents(LocalAgentPath localPath)
           
 IAgentProxy AbstractApplication.getAllAgents(LocalAgentPath localPath)
           
 java.util.List AbstractApplication.getAllCrossAgentPaths(LocalAgentPath localPath)
           
 java.util.List AbstractApplication.getAllCrossAgents(LocalAgentPath localPath)
           
 java.util.List AbstractApplication.getAllForeignAgentPaths(LocalAgentPath localPath)
           
 java.util.List AbstractClusterImage.getAllForeignAgents(LocalAgentPath localPath)
           
 IAgentProxy AbstractApplication.getAllForeignAgents(LocalAgentPath localPath)
           
 java.util.List AbstractClusterImage.getAllForeignAgents(LocalAgentPath localPath, boolean onlyForeign)
           
 long IAgentDispatcher.getQueueSize(LocalAgentPath agentPath)
           
 long AgentDispatcherRemote.getQueueSize(LocalAgentPath agentPath)
           
 long AgentDispatcher.getQueueSize(LocalAgentPath agentPath)
           
 boolean AbstractNodeImage.hasAgent(LocalAgentPath localAgentPath)
           
 boolean AbstractApplication.hasForeignAgents(LocalAgentPath localPath)
           
protected  boolean LocalAgentPath.sameAttributeValues(LocalAgentPath path)
           
 

Constructors in org.almendra.janet.cas.node with parameters of type LocalAgentPath
AgentPath(java.lang.String nodeName, LocalAgentPath agentPath)
          Creates a new AgentPath object.
LocalAgentPath(LocalAgentPath path)
          Creates a new LocalAgentPath object.
 

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

Fields in org.almendra.janet.cas.scheduling declared as LocalAgentPath
protected  LocalAgentPath CommandHistoryItem.localAgentPath
           
 

Methods in org.almendra.janet.cas.scheduling that return LocalAgentPath
 LocalAgentPath CommandHistoryItem.getLocalAgentPath()
           
 LocalAgentPath CommandEnvelope.getLocalAgentPath()
           
 LocalAgentPath CommandAccessor.getLocalAgentPath()
           
 

Methods in org.almendra.janet.cas.scheduling with parameters of type LocalAgentPath
 void CommandHistoryItem.setLocalAgentPath(LocalAgentPath localAgentPath)