当前页面: 
在线文档首页 > 
JBoss 4.0.1 sp1 Cache API Documentation 英文版文档
CachedSetInterceptor (JBossCache API) - JBoss 4.0.1 sp1 Cache API Documentation 英文版文档
org.jboss.cache.aop
Class CachedSetInterceptor
java.lang.Object
   org.jboss.cache.aop.CachedSetInterceptor
org.jboss.cache.aop.CachedSetInterceptor
- All Implemented Interfaces: 
- CachedCollectionInterceptor, Collection, org.jboss.aop.advice.Interceptor, Set
- public class CachedSetInterceptor- extends Object- implements Set, CachedCollectionInterceptor
Set interceptor to perform Set cache storage and retrieval
- Author:
- Harald Gliebe, Ben Wang
 
 
 
 
log
protected static final org.jboss.logging.Logger log
cache
protected TreeCacheAop cache
fqn
protected Fqn fqn
methodMap
protected Map methodMap
managedMethods
protected static Map managedMethods
CachedSetInterceptor
public CachedSetInterceptor(TreeCacheAop cache,
                            Fqn fqn,
                            Class clazz)
getName
public String getName()
- 
- Specified by:
- getNamein interface- org.jboss.aop.advice.Interceptor
 
- 
 
invoke
public Object invoke(org.jboss.aop.joinpoint.Invocation invocation)
              throws Throwable
- 
- Specified by:
- invokein interface- org.jboss.aop.advice.Interceptor
 
- 
- Throws:
- Throwable
 
getNode
protected Node getNode()
- 
 
- 
 
size
public int size()
- 
- Specified by:
- sizein interface- Set
 
- 
 
clear
public void clear()
- 
- Specified by:
- clearin interface- Set
 
- 
 
isEmpty
public boolean isEmpty()
- 
- Specified by:
- isEmptyin interface- Set
 
- 
 
toArray
public Object[] toArray()
- 
- Specified by:
- toArrayin interface- Set
 
- 
 
iterator
public Iterator iterator()
- 
- Specified by:
- iteratorin interface- Set
 
- 
 
toArray
public Object[] toArray(Object[] a)
- 
- Specified by:
- toArrayin interface- Set
 
- 
 
add
public boolean add(Object o)
- 
- Specified by:
- addin interface- Set
 
- 
 
contains
public boolean contains(Object o)
- 
- Specified by:
- containsin interface- Set
 
- 
 
remove
public boolean remove(Object o)
- 
- Specified by:
- removein interface- Set
 
- 
 
addAll
public boolean addAll(Collection c)
- 
- Specified by:
- addAllin interface- Set
 
- 
 
containsAll
public boolean containsAll(Collection c)
- 
- Specified by:
- containsAllin interface- Set
 
- 
 
removeAll
public boolean removeAll(Collection c)
- 
- Specified by:
- removeAllin interface- Set
 
- 
 
retainAll
public boolean retainAll(Collection c)
- 
- Specified by:
- retainAllin interface- Set
 
- 
 
hashCode
public int hashCode()
- 
- Specified by:
- hashCodein interface- Set
 
- 
 
equals
public boolean equals(Object object)
- 
- Specified by:
- equalsin interface- Set
 
- 
 
toString
public String toString()
- 
 
- 
 
      
      
        Copyright © 2002 JBoss Group, LLC. All Rights Reserved.