org.almendra.janet.ade.executor.handlers
Class SuspensionHandlerFullEviction

java.lang.Object
  extended by org.almendra.janet.ade.executor.AnchorHolder
      extended by org.almendra.janet.ade.executor.handlers.SuspensionHandlerPartialEviction
          extended by org.almendra.janet.ade.executor.handlers.SuspensionHandlerFullEviction
All Implemented Interfaces:
ISuspensionHandler

public class SuspensionHandlerFullEviction
extends SuspensionHandlerPartialEviction
implements ISuspensionHandler

Author:
Oliver Plohmann

Field Summary
 
Fields inherited from class org.almendra.janet.ade.executor.handlers.SuspensionHandlerPartialEviction
capabilityPath, env, evictionAgent, evictionAgentPath, evictionExecutor
 
Fields inherited from class org.almendra.janet.ade.executor.AnchorHolder
anchor
 
Constructor Summary
SuspensionHandlerFullEviction(ExecutorAnchor anchor, IAgentProxy evictionAgent, AgentPath evictionAgentPath, CommandEnvelope env, EvictCommandsExecutor evictionExecutor, java.lang.String capabilityPath)
          Creates a new SuspensionHandlerFullEviction object.
 
Method Summary
protected  void prepareCommandBeforeSending(CommandEnvelope env)
           
 
Methods inherited from class org.almendra.janet.ade.executor.handlers.SuspensionHandlerPartialEviction
suspended
 
Methods inherited from class org.almendra.janet.ade.executor.AnchorHolder
getAnchor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.almendra.janet.cas.handlers.ISuspensionHandler
suspended
 

Constructor Detail

SuspensionHandlerFullEviction

public SuspensionHandlerFullEviction(ExecutorAnchor anchor,
                                     IAgentProxy evictionAgent,
                                     AgentPath evictionAgentPath,
                                     CommandEnvelope env,
                                     EvictCommandsExecutor evictionExecutor,
                                     java.lang.String capabilityPath)
Creates a new SuspensionHandlerFullEviction object.

Method Detail

prepareCommandBeforeSending

protected void prepareCommandBeforeSending(CommandEnvelope env)
Overrides:
prepareCommandBeforeSending in class SuspensionHandlerPartialEviction