org.almendra.janet.ade.executor.interpreters
Class ReduceLoadInterpreter

java.lang.Object
  extended by org.almendra.janet.ade.executor.interpreters.ExecutorInterpreter
      extended by org.almendra.janet.ade.executor.interpreters.ReduceLoadInterpreter
All Implemented Interfaces:
IInterpreter

public class ReduceLoadInterpreter
extends ExecutorInterpreter
implements IInterpreter


Field Summary
 
Fields inherited from class org.almendra.janet.ade.executor.interpreters.ExecutorInterpreter
anchor
 
Constructor Summary
ReduceLoadInterpreter()
          Creates a new ReduceLoadInterpreter object.
 
Method Summary
 StringVector commandNames()
           
 void execute(CommandAccessor cmdAccessor)
           
protected  void sendComand(CommandAccessor cmdAccessor, InterruptibleReduceLoadCommand interruptibleCommand)
           
 
Methods inherited from class org.almendra.janet.ade.executor.interpreters.ExecutorInterpreter
getExecutorAnchor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReduceLoadInterpreter

public ReduceLoadInterpreter()
Creates a new ReduceLoadInterpreter object.

Method Detail

execute

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

sendComand

protected void sendComand(CommandAccessor cmdAccessor,
                          InterruptibleReduceLoadCommand interruptibleCommand)
Parameters:
cmdAccessor -
interruptibleCommand -

commandNames

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