站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 Cache API Documentation 英文版文档

Uses of Class org.jboss.cache.eviction.EvictionException (JBoss Cache API) - JBoss 3.2.7 Cache API Documentation 英文版文档


Uses of Class
org.jboss.cache.eviction.EvictionException

Packages that use EvictionException
org.jboss.cache.eviction   
 

Uses of EvictionException in org.jboss.cache.eviction
 

Methods in org.jboss.cache.eviction that throw EvictionException
 void LRUAlgorithm.process(Region region)
          No lock is used here since we assume it is single-threaded access by the timer only.
protected  void LRUAlgorithm.demote(Fqn fqn)
           
protected  void LRUAlgorithm.evict(Fqn fqn)
           
 void EvictionAlgorithm.process(Region region)
          Entry point for evictin algorithm.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.