org.jboss.cache.eviction
Class EvictedEventNode
java.lang.Object
org.jboss.cache.eviction.EvictedEventNode
public class EvictedEventNode
- extends java.lang.Object
Value object used in evicted event node queue.
- Author:
- Ben Wang 2-2004
- See Also:
Region
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ADD_EVENT
public static final int ADD_EVENT
- See Also:
- Constant Field Values
REMOVE_EVENT
public static final int REMOVE_EVENT
- See Also:
- Constant Field Values
VISIT_EVENT
public static final int VISIT_EVENT
- See Also:
- Constant Field Values
EvictedEventNode
public EvictedEventNode(Fqn fqn,
int event)
EvictedEventNode
public EvictedEventNode(java.lang.String fqn)
getFqn
public Fqn getFqn()
setFqn
public void setFqn(Fqn fqn)
setEvent
public void setEvent(int event)
getEvent
public int getEvent()
Copyright © 1998-2005 JBoss Inc . All Rights Reserved.