站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 Cache API Documentation 英文版文档

EvictedEventNode (JBoss Cache API) - JBoss 3.2.7 Cache API Documentation 英文版文档


org.jboss.cache.eviction
Class EvictedEventNode

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

public class EvictedEventNode
extends Object

Value object used in evicted event node queue.

Author:
Ben Wang 2-2004
See Also:
Region

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

REMOVE_EVENT

public static final Integer REMOVE_EVENT

VISIT_EVENT

public static final Integer VISIT_EVENT
Constructor Detail

EvictedEventNode

public EvictedEventNode(Fqn fqn,
                        Integer event)

EvictedEventNode

public EvictedEventNode(String fqn)
Method Detail

getFqn

public Fqn getFqn()

setFqn

public void setFqn(Fqn fqn)

setEvent

public void setEvent(Integer event)

getEvent

public Integer getEvent()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.