org.almendra.janet.ade.distributor.interpreters
Class StartInterpreter

java.lang.Object
  extended by org.almendra.janet.ade.distributor.interpreters.DistributorInterpreter
      extended by org.almendra.janet.ade.distributor.interpreters.StartInterpreter
All Implemented Interfaces:
IInterpreter

public class StartInterpreter
extends DistributorInterpreter
implements IInterpreter


Field Summary
 
Fields inherited from class org.almendra.janet.ade.distributor.interpreters.DistributorInterpreter
anchor
 
Constructor Summary
StartInterpreter()
          Creates a new StartInterpreter object.
 
Method Summary
 StringVector commandNames()
           
 void execute(CommandAccessor cmdAccessor)
           
protected  java.io.File getDescriptorFile(CommandAccessor cmdAccessor, java.lang.String descriptorFilePathName)
           
protected  void prependNodeViewTitle(CommandAccessor cmdAccessor)
           
protected  void readDescriptor(DistributorAnchor anchor, CommandAccessor cmdAccessor)
           
protected  void registerForEvents(CommandAccessor cmdAccessor, DistributorAnchor anchor)
           
protected  void setNodeViewsRegistry(CommandAccessor cmdAccessor, Descriptor descriptor)
           
 
Methods inherited from class org.almendra.janet.ade.distributor.interpreters.DistributorInterpreter
getDistributorAnchor, getLoadAdministratorAgent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartInterpreter

public StartInterpreter()
Creates a new StartInterpreter object.

Method Detail

execute

public void execute(CommandAccessor cmdAccessor)
Specified by:
execute in interface IInterpreter

setNodeViewsRegistry

protected void setNodeViewsRegistry(CommandAccessor cmdAccessor,
                                    Descriptor descriptor)
Parameters:
cmdAccessor -
descriptor -

registerForEvents

protected void registerForEvents(CommandAccessor cmdAccessor,
                                 DistributorAnchor anchor)
Parameters:
cmdAccessor -
anchor -

prependNodeViewTitle

protected void prependNodeViewTitle(CommandAccessor cmdAccessor)

readDescriptor

protected void readDescriptor(DistributorAnchor anchor,
                              CommandAccessor cmdAccessor)
Parameters:
anchor -
capability -

getDescriptorFile

protected java.io.File getDescriptorFile(CommandAccessor cmdAccessor,
                                         java.lang.String descriptorFilePathName)

commandNames

public StringVector commandNames()
Specified by:
commandNames in interface IInterpreter