org.almendra.janet.ade.distributor.interpreters
Class NotifyCPULoadChangedInterpreter
java.lang.Object
org.almendra.janet.ade.distributor.interpreters.DistributorInterpreter
org.almendra.janet.ade.distributor.interpreters.NotifyValueChangedInterpreter
org.almendra.janet.ade.distributor.interpreters.NotifyCPULoadChangedInterpreter
- All Implemented Interfaces:
- IInterpreter
public class NotifyCPULoadChangedInterpreter
- extends NotifyValueChangedInterpreter
- implements IInterpreter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotifyCPULoadChangedInterpreter
public NotifyCPULoadChangedInterpreter()
- Creates a new
NotifyCPULoadChangedInterpreter
object.
execute
public void execute(CommandAccessor cmdAccessor)
- Specified by:
execute
in interface IInterpreter
- Overrides:
execute
in class NotifyValueChangedInterpreter
checkNodeDroppedToQSC0
protected void checkNodeDroppedToQSC0(CommandAccessor cmdAccessor,
DistributorAnchor anchor,
java.lang.String workstationName)
- Parameters:
cmdAccessor
- anchor
- string
-
commandNames
public StringVector commandNames()
- Specified by:
commandNames
in interface IInterpreter
- Overrides:
commandNames
in class NotifyValueChangedInterpreter
cancelEviction
protected void cancelEviction(CommandAccessor cmdAccessor,
DistributorAnchor anchor,
java.lang.String workstationName)
- Parameters:
anchor
- workstationName
-
evictCommands
protected void evictCommands(CommandAccessor cmdAccessor,
DistributorAnchor anchor,
java.lang.String workstationName)
- Parameters:
anchor
- workstationName
-