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

Packages that use NodeEventType
org.jboss.cache.eviction   
org.jboss.cache.interceptors   
 

Uses of NodeEventType in org.jboss.cache.eviction
 

Methods in org.jboss.cache.eviction that return NodeEventType
 NodeEventType EvictedEventNode.getEventType()
           
static NodeEventType NodeEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NodeEventType[] NodeEventType.values()
          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 NodeEventType
 boolean EvictionPolicy.canIgnoreEvent(Fqn fqn, NodeEventType eventType)
          This method will be invoked prior to an event being processed for a node with the specified Fqn.
 boolean BaseEvictionPolicy.canIgnoreEvent(Fqn fqn, NodeEventType eventType)
           
 boolean NullEvictionPolicy.canIgnoreEvent(Fqn fqn, NodeEventType eventType)
          Returns true
 boolean ExpirationPolicy.canIgnoreEvent(Fqn fqn, NodeEventType eventType)
          Returns true if it's a visit node event.
 void EvictedEventNode.setEventType(NodeEventType event)
           
 

Constructors in org.jboss.cache.eviction with parameters of type NodeEventType
EvictedEventNode(Fqn fqn, NodeEventType event)
           
EvictedEventNode(Fqn fqn, NodeEventType type, int elementDifference)
           
 

Uses of NodeEventType in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type NodeEventType
protected  boolean EvictionInterceptor.canIgnoreEvent(Fqn fqn, NodeEventType type)
           
 



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