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

Packages that use CachedType
org.jboss.cache.aop   
 

Uses of CachedType in org.jboss.cache.aop
 

Fields in org.jboss.cache.aop declared as CachedType
protected  CachedType CacheInterceptor.type
           
 

Methods in org.jboss.cache.aop that return CachedType
 CachedType PojoCacheIfc.getCachedType(java.lang.Class clazz)
          Obtain a cache aop type for user to traverse the defined "primitive" types in aop.
 CachedType PojoCache.getCachedType(java.lang.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  void TreeCacheAopDelegate._regularPutObject(Fqn fqn, java.lang.Object obj, org.jboss.aop.InstanceAdvisor advisor, CachedType type)
           
protected static boolean CachedType.hasAnnotation(java.lang.Class clazz, org.jboss.aop.Advisor advisor, CachedType type)
          We check whether this class has any field annotation declaration.
 

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



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.