org.almendra.janet.ade.distributor.interpreters
Class DistributorInterpreter

java.lang.Object
  extended by org.almendra.janet.ade.distributor.interpreters.DistributorInterpreter
All Implemented Interfaces:
IInterpreter
Direct Known Subclasses:
NotifyValueChangedInterpreter, ObserverStateChangedInterpreter, ProcessCPULoadChangedInterpreter, ProcessQSCChangedInterpreter, StartInterpreter, WorkloadDistributionInterpreter

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


Field Summary
protected  DistributorAnchor anchor
           
 
Constructor Summary
DistributorInterpreter()
          Creates a new DistributorInterpreter object.
 
Method Summary
 DistributorAnchor getDistributorAnchor(CommandAccessor cmdAccessor)
           
 IAgentProxy getLoadAdministratorAgent(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 DistributorAnchor anchor
Constructor Detail

DistributorInterpreter

public DistributorInterpreter()
Creates a new DistributorInterpreter object.

Method Detail

getDistributorAnchor

public DistributorAnchor getDistributorAnchor(CommandAccessor cmdAccessor)

getLoadAdministratorAgent

public IAgentProxy getLoadAdministratorAgent(CommandAccessor cmdAccessor)