Uses of Class
org.almendra.janet.ade.executor.executors.EvictCommandsExecutor

Packages that use EvictCommandsExecutor
org.almendra.janet.ade.executor.executors   
org.almendra.janet.ade.executor.handlers   
 

Uses of EvictCommandsExecutor in org.almendra.janet.ade.executor.executors
 

Subclasses of EvictCommandsExecutor in org.almendra.janet.ade.executor.executors
 class EvictExecuteCommandsExecutor
           
 class EvictExecuteCommandsFullyExecutor
           
 class EvictWaitCommandsExecutor
           
 class EvictWaitCommandsFullyExecutor
           
 

Uses of EvictCommandsExecutor in org.almendra.janet.ade.executor.handlers
 

Fields in org.almendra.janet.ade.executor.handlers declared as EvictCommandsExecutor
protected  EvictCommandsExecutor SuspensionHandlerPartialEviction.evictionExecutor
           
 

Constructors in org.almendra.janet.ade.executor.handlers with parameters of type EvictCommandsExecutor
SuspensionHandlerFullEviction(ExecutorAnchor anchor, IAgentProxy evictionAgent, AgentPath evictionAgentPath, CommandEnvelope env, EvictCommandsExecutor evictionExecutor, java.lang.String capabilityPath)
          Creates a new SuspensionHandlerFullEviction object.
SuspensionHandlerPartialEviction(ExecutorAnchor anchor, IAgentProxy evictionAgent, AgentPath evictionAgentPath, CommandEnvelope env, EvictCommandsExecutor evictionExecutor, java.lang.String capabilityPath)