org.jboss.cache.eviction
Class EvictedEventNode

java.lang.Object
  extended byorg.jboss.cache.eviction.EvictedEventNode

public class EvictedEventNode
extends java.lang.Object

Value object used in evicted event node queue.

See Also:
Region (src)

Field Summary
static java.lang.Integer ADD_EVENT
           
static java.lang.Integer REMOVE_EVENT
           
static java.lang.Integer VISIT_EVENT
           
 
Constructor Summary
EvictedEventNode(Fqn (src)  fqn, java.lang.Integer event)
           
EvictedEventNode(java.lang.String fqn)
           
 
Method Summary
 java.lang.Integer getEvent()
           
 Fqn (src) getFqn()
           
 void setEvent(java.lang.Integer event)
           
 void setFqn(Fqn (src)  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 java.lang.Integer ADD_EVENT

REMOVE_EVENT

public static final java.lang.Integer REMOVE_EVENT

VISIT_EVENT

public static final java.lang.Integer VISIT_EVENT
Constructor Detail

EvictedEventNode

public EvictedEventNode(Fqn (src)  fqn,
                        java.lang.Integer event)

EvictedEventNode

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

getFqn

public Fqn (src)  getFqn()

setFqn

public void setFqn(Fqn (src)  fqn)

setEvent

public void setEvent(java.lang.Integer event)

getEvent

public java.lang.Integer getEvent()