Uses of Class
org.almendra.janet.ade.distributor.DistributorAnchor

Packages that use DistributorAnchor
org.almendra.janet.ade.distributor   
org.almendra.janet.ade.distributor.handlers   
org.almendra.janet.ade.distributor.interpreters   
 

Uses of DistributorAnchor in org.almendra.janet.ade.distributor
 

Fields in org.almendra.janet.ade.distributor declared as DistributorAnchor
protected  DistributorAnchor DistributorAnchorHolder.anchor
           
protected  DistributorAnchor AskVetoShutdownCallbackHandler.anchor
           
 

Methods in org.almendra.janet.ade.distributor that return DistributorAnchor
 DistributorAnchor DistributorAnchorHolder.getAnchor()
           
 

Constructors in org.almendra.janet.ade.distributor with parameters of type DistributorAnchor
AskVetoShutdownCallbackHandler(DistributorAnchor anchor)
          Creates a new AskVetoShutdownCallbackHandler object.
DistributorAnchorHolder(DistributorAnchor anchor)
           
NodeLoadImage(DistributorAnchor anchor, WorkstationLoadImage workstationLoadImage, java.lang.String nodeName)
          Creates a new NodeLoadImage object.
WorkstationLoadImage(DistributorAnchor anchor, java.lang.String workstationName)
          Creates a new WorkstationLoadImage object.
 

Uses of DistributorAnchor in org.almendra.janet.ade.distributor.handlers
 

Fields in org.almendra.janet.ade.distributor.handlers declared as DistributorAnchor
protected  DistributorAnchor NodeDeregisterHandler.anchor
           
 

Constructors in org.almendra.janet.ade.distributor.handlers with parameters of type DistributorAnchor
NodeDeregisterHandler(DistributorAnchor anchor)
           
 

Uses of DistributorAnchor in org.almendra.janet.ade.distributor.interpreters
 

Fields in org.almendra.janet.ade.distributor.interpreters declared as DistributorAnchor
protected  DistributorAnchor DistributorInterpreter.anchor
           
 

Methods in org.almendra.janet.ade.distributor.interpreters that return DistributorAnchor
 DistributorAnchor DistributorInterpreter.getDistributorAnchor(CommandAccessor cmdAccessor)
           
 

Methods in org.almendra.janet.ade.distributor.interpreters with parameters of type DistributorAnchor
protected  void NotifyCPULoadChangedInterpreter.cancelEviction(CommandAccessor cmdAccessor, DistributorAnchor anchor, java.lang.String workstationName)
           
protected  java.util.List ProcessQSCChangedInterpreter.checkAllOnQSC0(java.util.List nodeNames, DistributorAnchor anchor)
           
protected  void NotifyQSCChangedInterpreter.checkImbalances(java.lang.String nodeName, CommandAccessor cmdAccessor, DistributorAnchor anchor)
           
protected  void NotifyCPULoadChangedInterpreter.checkNodeDroppedToQSC0(CommandAccessor cmdAccessor, DistributorAnchor anchor, java.lang.String workstationName)
           
protected  java.lang.String ProcessQSCChangedInterpreter.checkOnQSC0(java.lang.String nodeName, DistributorAnchor anchor)
           
protected  void ProcessQSCChangedInterpreter.evict1Command(DistributorAnchor anchor, java.lang.String nodeNameHeaviestLoaded, java.lang.String nodeNameDroppedToQSC0, java.lang.String capabilityPath)
           
protected  void NotifyCPULoadChangedInterpreter.evictCommands(CommandAccessor cmdAccessor, DistributorAnchor anchor, java.lang.String workstationName)
           
protected  AgentPath WorkloadDistributionInterpreter.getCapabilityWithShortestQueueAtLeastOne(DistributorAnchor anchor, AgentPath originAgentPath, LeastLoadedNodeDecisionInformation decisionInformation)
           
protected  java.lang.String WorkloadDistributionInterpreter.getLeastLoadedNodeName(DistributorAnchor anchor, java.util.List leastLoadedNodesForCapability, LeastLoadedNodeDecisionInformation decisionInformation)
           
protected  void StartInterpreter.readDescriptor(DistributorAnchor anchor, CommandAccessor cmdAccessor)
           
protected  void NotifyValueChangedInterpreter.reflectNodeDroppedToQSC0(java.lang.String nodeName, CommandAccessor cmdAccessor, DistributorAnchor anchor)
           
protected  void StartInterpreter.registerForEvents(CommandAccessor cmdAccessor, DistributorAnchor anchor)
           
protected  java.lang.String WorkloadDistributionInterpreter.setSelectNodeName(DistributorAnchor anchor, java.lang.String selectedNodeName)