当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 Cache API Documentation 英文版文档
CachedType (JBossCache API) - JBoss 4.0.1 sp1 Cache API Documentation 英文版文档
org.jboss.cache.aop
Class CachedType
java.lang.Object
org.jboss.cache.aop.CachedType
- public class CachedType
- extends Object
Represent a cached object type, e.g., whether it is primitive or not.
- Author:
- Harald Gliebe, Ben Wang
immediates
protected static Set immediates
type
protected Class type
immutable
protected boolean immutable
immediate
protected boolean immediate
attributes
protected List attributes
attributeMap
protected Map attributeMap
fields
protected List fields
fieldMap
protected Map fieldMap
CachedType
public CachedType()
CachedType
public CachedType(Class type)
getType
public Class getType()
isImmediate
public boolean isImmediate()
isImmediate
public static boolean isImmediate(Class clazz)
isImmutable
public boolean isImmutable()
getFields
public List getFields()
getField
public Field getField(String name)
toString
public String toString()
isNonReplicatable
public static boolean isNonReplicatable(Field f)
attributeName
protected String attributeName(String methodName)
getAttribute
protected CachedAttribute getAttribute(Method method,
Map map,
boolean create)
isGet
protected boolean isGet(Method method)
isSet
protected boolean isSet(Method method)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.