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

Packages that use EvictionEventType
org.jboss.cache.eviction   
 

Uses of EvictionEventType in org.jboss.cache.eviction
 

Methods in org.jboss.cache.eviction that return EvictionEventType
static EvictionEventType EvictionEventType.valueOf(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static EvictionEventType[] EvictionEventType.values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jboss.cache.eviction with parameters of type EvictionEventType
 boolean EvictionPolicy.canIgnoreEvent(Fqn fqn, EvictionEventType eventType)
          Deprecated. This method will be invoked prior to an event being processed for a node with the specified Fqn.
 boolean NullEvictionPolicy.canIgnoreEvent(Fqn fqn, EvictionEventType eventType)
          Deprecated. Returns true
 boolean BaseEvictionPolicy.canIgnoreEvent(Fqn fqn, EvictionEventType eventType)
          Deprecated.  
 boolean ExpirationPolicy.canIgnoreEvent(Fqn fqn, EvictionEventType eventType)
          Deprecated. Returns true if it's a visit node event.
 



Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.