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

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

public class ExecuteWorkloadSharingInterpreter
extends ExecutorInterpreter
implements IInterpreter


Field Summary
 
Fields inherited from class org.almendra.janet.ade.executor.interpreters.ExecutorInterpreter
anchor
 
Constructor Summary
ExecuteWorkloadSharingInterpreter()
          Creates a new ExecuteWorkloadSharingInterpreter object.
 
Method Summary
 StringVector commandNames()
           
 void execute(CommandAccessor cmdAccessor)
           
protected  IInterpreter getInterpreter(CommandAccessor cmdAccessor, IWorkLoadSharingCommand cmd)
           
 
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

ExecuteWorkloadSharingInterpreter

public ExecuteWorkloadSharingInterpreter()
Creates a new ExecuteWorkloadSharingInterpreter object.

Method Detail

execute

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

getInterpreter

protected IInterpreter getInterpreter(CommandAccessor cmdAccessor,
                                      IWorkLoadSharingCommand cmd)
Parameters:
cmdAccessor -
workloadSharingCmd -
Returns:

commandNames

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