|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PojoCacheImpl | |
---|---|
org.jboss.cache.pojo.collection | |
org.jboss.cache.pojo.impl | |
org.jboss.cache.pojo.interceptors.dynamic | |
org.jboss.cache.pojo.util |
Uses of PojoCacheImpl in org.jboss.cache.pojo.collection |
---|
Fields in org.jboss.cache.pojo.collection declared as PojoCacheImpl | |
---|---|
protected PojoCacheImpl |
CachedArray.cache
|
Methods in org.jboss.cache.pojo.collection with parameters of type PojoCacheImpl | |
---|---|
static CachedArray |
CachedArray.create(org.jboss.cache.Fqn<?> fqn,
PojoCacheImpl cache,
java.lang.Object originalArray)
|
static org.jboss.aop.proxy.ClassProxy |
CollectionInterceptorUtil.createListProxy(PojoCacheImpl cache,
org.jboss.cache.Fqn fqn,
java.lang.Class clazz,
java.util.List obj)
|
static org.jboss.aop.proxy.ClassProxy |
CollectionInterceptorUtil.createMapProxy(PojoCacheImpl cache,
org.jboss.cache.Fqn fqn,
java.lang.Class clazz,
java.util.Map obj)
|
static org.jboss.aop.proxy.ClassProxy |
CollectionInterceptorUtil.createSetProxy(PojoCacheImpl cache,
org.jboss.cache.Fqn fqn,
java.lang.Class clazz,
java.util.Set obj)
|
static CachedArray |
CachedArray.load(org.jboss.cache.Fqn<?> fqn,
PojoCacheImpl cache,
java.lang.Class<?> type)
|
Constructors in org.jboss.cache.pojo.collection with parameters of type PojoCacheImpl | |
---|---|
CachedArray(org.jboss.cache.Fqn<?> fqn,
java.lang.Class<?> type,
PojoCacheImpl cache)
|
|
CachedListImpl(PojoCacheImpl cache,
AbstractCollectionInterceptor interceptor)
|
|
CachedMapImpl(PojoCacheImpl pCache,
AbstractCollectionInterceptor interceptor)
|
|
CachedObjectArray(org.jboss.cache.Fqn<?> fqn,
java.lang.Class<?> type,
PojoCacheImpl cache)
|
|
CachedPrimitiveArray(org.jboss.cache.Fqn<?> fqn,
java.lang.Class<?> type,
PojoCacheImpl cache)
|
|
CachedSetImpl(PojoCacheImpl cache,
AbstractCollectionInterceptor interceptor)
|
Uses of PojoCacheImpl in org.jboss.cache.pojo.impl |
---|
Constructors in org.jboss.cache.pojo.impl with parameters of type PojoCacheImpl | |
---|---|
CacheListenerAdaptor(PojoCacheImpl cache)
|
|
PojoCacheDelegate(PojoCacheImpl cache)
|
Uses of PojoCacheImpl in org.jboss.cache.pojo.interceptors.dynamic |
---|
Constructors in org.jboss.cache.pojo.interceptors.dynamic with parameters of type PojoCacheImpl | |
---|---|
CachedListInterceptor(PojoCacheImpl cache,
org.jboss.cache.Fqn fqn,
java.lang.Class clazz,
java.util.List obj)
|
|
CachedMapInterceptor(PojoCacheImpl cache,
org.jboss.cache.Fqn fqn,
java.lang.Class clazz,
java.util.Map obj)
|
|
CachedSetInterceptor(PojoCacheImpl cache,
org.jboss.cache.Fqn fqn,
java.lang.Class clazz,
java.util.Set obj)
|
|
CacheFieldInterceptor(PojoCacheImpl pCache,
org.jboss.cache.Fqn fqn,
CachedType type)
|
Uses of PojoCacheImpl in org.jboss.cache.pojo.util |
---|
Methods in org.jboss.cache.pojo.util with parameters of type PojoCacheImpl | |
---|---|
static boolean |
ObjectUtil.isReachable(PojoCacheImpl cache,
java.lang.Object originalObject,
java.lang.Object thisObject)
Static methos to check if thisObject is reachable from originalObject . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |