Uses of Interface
org.almendra.janet.cas.scheduling.IInterpreter

Packages that use IInterpreter
org.almendra.janet.ade.commands   
org.almendra.janet.ade.demo.fibonacci   
org.almendra.janet.ade.distributor.interpreters   
org.almendra.janet.ade.executor.interpreters   
org.almendra.janet.ade.observer.interpreters   
org.almendra.janet.cas.central.interpreters   
org.almendra.janet.cas.demo.fibonacci   
org.almendra.janet.cas.logger.interpreters   
org.almendra.janet.cas.monitor.interpreters   
org.almendra.janet.cas.node   
org.almendra.janet.cas.node.interpreters   
org.almendra.janet.cas.schedulers   
org.almendra.janet.cas.scheduling   
 

Uses of IInterpreter in org.almendra.janet.ade.commands
 

Methods in org.almendra.janet.ade.commands that return IInterpreter
 IInterpreter ExecuteWorkloadSharingCommand.getInterpreter()
           
abstract  IInterpreter ExecuteWorkloadCommand.getInterpreter()
           
 IInterpreter ExecuteWorkloadBalancingCommand.getInterpreter()
           
 

Uses of IInterpreter in org.almendra.janet.ade.demo.fibonacci
 

Classes in org.almendra.janet.ade.demo.fibonacci that implement IInterpreter
 class FibonacciBalancingInterpreter
           
 class FibonacciSharingInterpreter
           
 class StartInterpreter
           
 

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

Classes in org.almendra.janet.ade.distributor.interpreters that implement IInterpreter
 class DistributorInterpreter
           
 class NotifyCPULoadChangedInterpreter
           
 class NotifyQSCChangedInterpreter
           
 class NotifyValueChangedInterpreter
           
 class ObserverStateChangedInterpreter
           
 class ProcessCPULoadChangedInterpreter
           
 class ProcessQSCChangedInterpreter
           
 class WorkloadDistributionInterpreter
           
 

Uses of IInterpreter in org.almendra.janet.ade.executor.interpreters
 

Classes in org.almendra.janet.ade.executor.interpreters that implement IInterpreter
 class CancelReduceLoadInterpreter
           
 class EvictInterpreter
           
 class ExecuteWorkloadBalancingInterpreter
           
 class ExecuteWorkloadSharingInterpreter
           
 class ExecutorInterpreter
           
 class InterruptibleReduceLoadInterpreter
           
 class ObserverConnectionStatusChangedInterpreter
           
 class ReduceLoadInterpreter
           
 

Methods in org.almendra.janet.ade.executor.interpreters that return IInterpreter
protected  IInterpreter ExecuteWorkloadSharingInterpreter.getInterpreter(CommandAccessor cmdAccessor, IWorkLoadSharingCommand cmd)
           
 

Uses of IInterpreter in org.almendra.janet.ade.observer.interpreters
 

Classes in org.almendra.janet.ade.observer.interpreters that implement IInterpreter
 class ObserveWorkstationLoadInterpreter
           
 

Uses of IInterpreter in org.almendra.janet.cas.central.interpreters
 

Classes in org.almendra.janet.cas.central.interpreters that implement IInterpreter
 class CentralInterpreter
           
 class NodeShutdownRequestInterpreter
           
 

Uses of IInterpreter in org.almendra.janet.cas.demo.fibonacci
 

Classes in org.almendra.janet.cas.demo.fibonacci that implement IInterpreter
 class FibonacciInterpreter
           
 class FibonacciStartInterpreter
           
 

Uses of IInterpreter in org.almendra.janet.cas.logger.interpreters
 

Classes in org.almendra.janet.cas.logger.interpreters that implement IInterpreter
 class DisplayLogEntryInterpreter
           
 class InstallLoggerInterpreter
           
 class LoggerInterpreter
           
 class StartViewInterpreter
           
 class UnInstallLoggerInterpreter
           
 

Uses of IInterpreter in org.almendra.janet.cas.monitor.interpreters
 

Classes in org.almendra.janet.cas.monitor.interpreters that implement IInterpreter
 class AbstractConsumerInterpreter
           
 class AbstractProducerInterpreter
           
 class DisplayAttributeInterpreter
           
 class InstallProducerInterpreter
           
 class SetMaskInterpreter
           
 class UnInstallProducerInterpreter
           
 class UnsetMaskInterpreter
           
 

Uses of IInterpreter in org.almendra.janet.cas.node
 

Methods in org.almendra.janet.cas.node that return IInterpreter
 IInterpreter Capability.getInterpreter(java.lang.String qualifiedCommandName)
           
 

Methods in org.almendra.janet.cas.node with parameters of type IInterpreter
 void Capability.add(IInterpreter interpreter)
           
protected  void Capability.checkInterpreter(IInterpreter interpreter)
           
 

Uses of IInterpreter in org.almendra.janet.cas.node.interpreters
 

Classes in org.almendra.janet.cas.node.interpreters that implement IInterpreter
 class DeregisterAgentInterpreter
           
 class DeregisterApplicationInterpreter
           
 class DeregisterNodeFinalInterpreter
           
 class DeregisterNodeInterpreter
          Finally deregister a node.
 class ExecuteEventHandlerInterpreter
           
 class NodeInterpreter
           
 class NodeShutdownInterpreter
           
 class NodeStartedInterpreter
           
 class NullInterpreter
           
 class RegisterAgentInterpreter
           
 class RegisterApplicationInterpreter
           
 class RegisteredNodeInterpreter
          After the node at startup has registered with the central it receives a list of nodes from the central the node needs to connect to.
 class RegisterNodeInterpreter
           
 

Uses of IInterpreter in org.almendra.janet.cas.schedulers
 

Methods in org.almendra.janet.cas.schedulers that return IInterpreter
 IInterpreter PriorityCommandScheduler.getInterpreter(CommandEnvelope commandEnv)
           
abstract  IInterpreter CommandScheduler.getInterpreter(CommandEnvelope commandEnv)
           
 

Methods in org.almendra.janet.cas.schedulers with parameters of type IInterpreter
protected  void CommandScheduler.execute(CommandEnvelope env, IInterpreter interpreter)
           
 

Uses of IInterpreter in org.almendra.janet.cas.scheduling
 

Subinterfaces of IInterpreter in org.almendra.janet.cas.scheduling
 interface IWorkLoadBalancingInterpreter
           
 

Classes in org.almendra.janet.cas.scheduling that implement IInterpreter
 class AbstractWorkLoadBalancingInterpreter
           
 

Fields in org.almendra.janet.cas.scheduling declared as IInterpreter
protected  IInterpreter CommandEnvelope.predefinedInterpreter
           
 

Methods in org.almendra.janet.cas.scheduling that return IInterpreter
 IInterpreter CommandEnvelope.getPredefinedInterpreter()
           
 

Methods in org.almendra.janet.cas.scheduling with parameters of type IInterpreter
 void CommandResponseEnvelope.execute(IInterpreter interpreter)
           
 void CommandEnvelope.execute(IInterpreter interpreter)
           
 void CommandEnvelope.setPredefinedInterpreter(IInterpreter predefinedInterpreter)