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

java.lang.Object
  extended by org.almendra.janet.ade.distributor.interpreters.DistributorInterpreter
      extended by org.almendra.janet.ade.distributor.interpreters.NotifyValueChangedInterpreter
All Implemented Interfaces:
IInterpreter
Direct Known Subclasses:
NotifyCPULoadChangedInterpreter, NotifyQSCChangedInterpreter

public abstract class NotifyValueChangedInterpreter
extends DistributorInterpreter

Author:
Oliver Plohmann

Field Summary
 
Fields inherited from class org.almendra.janet.ade.distributor.interpreters.DistributorInterpreter
anchor
 
Constructor Summary
NotifyValueChangedInterpreter()
          Creates a new NotifyValueChangedInterpreter object.
 
Method Summary
 StringVector commandNames()
           
 void execute(CommandAccessor cmdAccessor)
           
protected  void reflectNodeDroppedToQSC0(java.lang.String nodeName, CommandAccessor cmdAccessor, DistributorAnchor anchor)
           
 
Methods inherited from class org.almendra.janet.ade.distributor.interpreters.DistributorInterpreter
getDistributorAnchor, getLoadAdministratorAgent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifyValueChangedInterpreter

public NotifyValueChangedInterpreter()
Creates a new NotifyValueChangedInterpreter object.

Method Detail

execute

public void execute(CommandAccessor cmdAccessor)

commandNames

public StringVector commandNames()

reflectNodeDroppedToQSC0

protected void reflectNodeDroppedToQSC0(java.lang.String nodeName,
                                        CommandAccessor cmdAccessor,
                                        DistributorAnchor anchor)
Parameters:
nodeName -
anchor -
Throws:
RemoteException
InvalidCommandException