org.almendra.janet.cas.central.interpreters
Class NodeShutdownRequestInterpreter

java.lang.Object
  extended by org.almendra.janet.cas.central.interpreters.CentralInterpreter
      extended by org.almendra.janet.cas.central.interpreters.NodeShutdownRequestInterpreter
All Implemented Interfaces:
IInterpreter

public class NodeShutdownRequestInterpreter
extends CentralInterpreter

Author:
Oliver

Constructor Summary
NodeShutdownRequestInterpreter()
          Creates a new NodeShutdownRequestInterpreter object.
 
Method Summary
 StringVector commandNames()
           
 void execute(CommandAccessor cmdAccessor)
           
 
Methods inherited from class org.almendra.janet.cas.central.interpreters.CentralInterpreter
getAnchor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeShutdownRequestInterpreter

public NodeShutdownRequestInterpreter()
Creates a new NodeShutdownRequestInterpreter object.

Method Detail

execute

public void execute(CommandAccessor cmdAccessor)

commandNames

public StringVector commandNames()