org.almendra.janet.cas.simulator.node.interpreters.simulated
Class NodeStartedInterpreter

java.lang.Object
  extended by org.almendra.janet.cas.node.interpreters.NodeInterpreter
      extended by org.almendra.janet.cas.node.interpreters.NodeStartedInterpreter
          extended by org.almendra.janet.cas.simulator.node.interpreters.simulated.NodeStartedInterpreter
All Implemented Interfaces:
IInterpreter

public class NodeStartedInterpreter
extends NodeStartedInterpreter

Author:
Oliver

Field Summary
 
Fields inherited from class org.almendra.janet.cas.node.interpreters.NodeStartedInterpreter
nodeStartedTrait, ViewTitlePrefix
 
Constructor Summary
NodeStartedInterpreter()
           
 
Method Summary
protected  IAgentDispatcher getCentralDispatcher(RegistryLocation registryLocation)
           
protected  boolean primBind(java.lang.String nodeName, NodeStartedCommand command)
           
protected  java.lang.String[] registryList(RegistryLocation registryLocation)
           
 
Methods inherited from class org.almendra.janet.cas.node.interpreters.NodeStartedInterpreter
bind, checkCentralExists, commandNames, execute, getNewNodeName, getRegistry, installNodeAnchor, registerWithCentral
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeStartedInterpreter

public NodeStartedInterpreter()
Method Detail

primBind

protected boolean primBind(java.lang.String nodeName,
                           NodeStartedCommand command)
Overrides:
primBind in class NodeStartedInterpreter

registryList

protected java.lang.String[] registryList(RegistryLocation registryLocation)
Overrides:
registryList in class NodeStartedInterpreter

getCentralDispatcher

protected IAgentDispatcher getCentralDispatcher(RegistryLocation registryLocation)
Overrides:
getCentralDispatcher in class NodeStartedInterpreter