当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 Cache API Documentation 英文版文档
EvictedEventNode (JBossCache API) - JBoss 4.0.1 sp1 Cache API Documentation 英文版文档
org.jboss.cache.eviction
Class EvictedEventNode
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ADD_EVENT
public static final Integer ADD_EVENT
REMOVE_EVENT
public static final Integer REMOVE_EVENT
VISIT_EVENT
public static final Integer VISIT_EVENT
EvictedEventNode
public EvictedEventNode(Fqn fqn,
Integer event)
EvictedEventNode
public EvictedEventNode(String fqn)
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.