org.almendra.janet.cas.node.interpreters
Class NodeShutdownInterpreter

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

public class NodeShutdownInterpreter
extends NodeInterpreter

Author:
Oliver

Constructor Summary
NodeShutdownInterpreter()
          Creates a new NodeShutdownInterpreter object.
 
Method Summary
 StringVector commandNames()
           
 void execute(CommandAccessor cmdAccessor)
           
static void unbindClusterSubobjects(CommandAccessor cmdAccessor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeShutdownInterpreter

public NodeShutdownInterpreter()
Creates a new NodeShutdownInterpreter object.

Method Detail

execute

public void execute(CommandAccessor cmdAccessor)

unbindClusterSubobjects

public static void unbindClusterSubobjects(CommandAccessor cmdAccessor)
Parameters:
cmdAccessor -

commandNames

public StringVector commandNames()