Uses of Class
org.jboss.cache.aop.CachedType

Packages that use CachedType
org.jboss.cache.aop   
 

Uses of CachedType in org.jboss.cache.aop
 

Methods in org.jboss.cache.aop that return CachedType
 CachedType TreeCacheAopMBean.getCachedType(Class clazz)
          Obtain a cache aop type for user to traverse the defined "primitive" types in aop.
 CachedType TreeCacheAop.getCachedType(Class clazz)
          Obtain a cache aop type for user to traverse the defined "primitive" types in aop.
 

Methods in org.jboss.cache.aop with parameters of type CachedType
protected  Fqn TreeCacheAop.handleObjectGraph(Fqn fqn, org.jboss.aop.InstanceAdvisor advisor, CachedType type, Object obj)
          Handle cases where there is circular, e.g., parent refers to child and child to parent, or multiple references, e.g., two objects reference the same sub-object.
 

Constructors in org.jboss.cache.aop with parameters of type CachedType
CacheInterceptor(TreeCacheAop cache, Fqn fqn, CachedType type)
           
 



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