org.jboss.cache.eviction
Class EvictedEventNode

java.lang.Object
  extended by org.jboss.cache.eviction.EvictionEvent
      extended by org.jboss.cache.eviction.EvictedEventNode

Deprecated. please use EvictionEvent instead.

@Deprecated
public class EvictedEventNode
extends EvictionEvent

This is here for backward compat.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.cache.eviction.EvictionEvent
EvictionEvent.Type
 
Constructor Summary
EvictedEventNode(EvictionEvent ee)
          Deprecated.  
EvictedEventNode(Fqn fqn, EvictionEvent.Type type, int elementDifference)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.jboss.cache.eviction.EvictionEvent
copy, getCreationTimestamp, getElementDifference, getEventType, getFqn, getInUseTimeout, setElementDifference, setEventType, setFqn, setInUseTimeout, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EvictedEventNode

public EvictedEventNode(Fqn fqn,
                        EvictionEvent.Type type,
                        int elementDifference)
Deprecated. 

EvictedEventNode

public EvictedEventNode(EvictionEvent ee)
Deprecated. 


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