org.jboss.cache.eviction
Class EvictedEventNode

java.lang.Object
  extended by 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

Field Summary
static int ADD_EVENT
           
static int REMOVE_EVENT
           
static int VISIT_EVENT
           
 
Constructor Summary
EvictedEventNode(Fqn fqn, int event)
           
EvictedEventNode(java.lang.String fqn)
           
 
Method Summary
 int getEvent()
           
 Fqn getFqn()
           
 void setEvent(int event)
           
 void setFqn(Fqn fqn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

EvictedEventNode

public EvictedEventNode(Fqn fqn,
                        int event)

EvictedEventNode

public EvictedEventNode(java.lang.String fqn)
Method Detail

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.