org.codehaus.wadi
Interface EvicterConfig

All Superinterfaces:
Config
All Known Implementing Classes:
AbstractExclusiveContextualiser

public interface EvicterConfig
extends Config


Method Summary
 void demote(Motable motable)
           
 void expire(Motable motable)
           
 Emoter getEvictionEmoter()
           
 Sync getEvictionLock(String id, Motable motable)
           
 Map getMap()
           
 int getMaxInactiveInterval()
           
 Timer getTimer()
           
 

Method Detail

getTimer

public Timer getTimer()

getMap

public Map getMap()

getEvictionLock

public Sync getEvictionLock(String id,
                            Motable motable)

expire

public void expire(Motable motable)

demote

public void demote(Motable motable)

getEvictionEmoter

public Emoter getEvictionEmoter()

getMaxInactiveInterval

public int getMaxInactiveInterval()


Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.