org.jboss.cache.aop
Class CachedMapInterceptor
java.lang.Object
org.jboss.cache.aop.CachedMapInterceptor
- All Implemented Interfaces:
- CachedCollectionInterceptor (src) , java.util.Map
- public class CachedMapInterceptor
- extends java.lang.Object
- implements CachedCollectionInterceptor (src) , java.util.Map
Map interceptor to perform Map cache storage and retrieval
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
log
protected static final Logger (src) log
managedMethods
protected static final java.util.Map managedMethods
cache
protected TreeCacheAop (src) cache
fqn
protected Fqn (src) fqn
methodMap
protected java.util.Map methodMap
CachedMapInterceptor
protected CachedMapInterceptor(TreeCacheAop (src) cache,
Fqn (src) fqn,
java.lang.Class clazz)
getName
public java.lang.String getName()
invoke
public java.lang.Object invoke(org.jboss.aop.joinpoint.Invocation invocation)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
getNode
protected Node (src) getNode()
get
public java.lang.Object get(java.lang.Object key)
- Specified by:
get
in interface java.util.Map
put
public java.lang.Object put(java.lang.Object key,
java.lang.Object value)
- Specified by:
put
in interface java.util.Map
putAll
public void putAll(java.util.Map map)
- Specified by:
putAll
in interface java.util.Map
remove
public java.lang.Object remove(java.lang.Object key)
- Specified by:
remove
in interface java.util.Map
clear
public void clear()
- Specified by:
clear
in interface java.util.Map
size
public int size()
- Specified by:
size
in interface java.util.Map
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface java.util.Map
containsKey
public boolean containsKey(java.lang.Object object)
- Specified by:
containsKey
in interface java.util.Map
containsValue
public boolean containsValue(java.lang.Object object)
- Specified by:
containsValue
in interface java.util.Map
entrySet
public java.util.Set entrySet()
- Specified by:
entrySet
in interface java.util.Map
values
public java.util.Collection values()
- Specified by:
values
in interface java.util.Map
keySet
public java.util.Set keySet()
- Specified by:
keySet
in interface java.util.Map
hashCode
public int hashCode()
- Specified by:
hashCode
in interface java.util.Map
equals
public boolean equals(java.lang.Object object)
- Specified by:
equals
in interface java.util.Map
toString
public java.lang.String toString()