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

java.lang.Object
  extended by org.almendra.janet.ade.executor.interpreters.ExecutorInterpreter
All Implemented Interfaces:
IInterpreter
Direct Known Subclasses:
CancelReduceLoadInterpreter, ExecuteWorkloadBalancingInterpreter, ExecuteWorkloadSharingInterpreter, InterruptibleReduceLoadInterpreter, ObserverConnectionStatusChangedInterpreter, ReduceLoadInterpreter, StartInterpreter

public abstract class ExecutorInterpreter
extends java.lang.Object
implements IInterpreter


Field Summary
protected  ExecutorAnchor anchor
           
 
Constructor Summary
ExecutorInterpreter()
          Creates a new ExecutorInterpreter object.
 
Method Summary
 ExecutorAnchor getExecutorAnchor(CommandAccessor cmdAccessor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.almendra.janet.cas.scheduling.IInterpreter
commandNames, execute
 

Field Detail

anchor

protected ExecutorAnchor anchor
Constructor Detail

ExecutorInterpreter

public ExecutorInterpreter()
Creates a new ExecutorInterpreter object.

Method Detail

getExecutorAnchor

public ExecutorAnchor getExecutorAnchor(CommandAccessor cmdAccessor)