站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 Cache API Documentation 英文版文档

CachedAttribute (JBossCache API) - JBoss 4.0.1 sp1 Cache API Documentation 英文版文档


org.jboss.cache.aop
Class CachedAttribute

java.lang.Object
  extended byorg.jboss.cache.aop.CachedAttribute

public class CachedAttribute
extends Object

Class represent a class attribute. Currently not in use.

Author:
Harald Gliebe, Ben Wang

Field Summary
protected  Method get
           
protected  String name
           
protected  Method set
           
protected  Class type
           
 
Constructor Summary
CachedAttribute()
           
CachedAttribute(String name)
           
 
Method Summary
 Method getGet()
           
 String getName()
           
 Method getSet()
           
 Class getType()
           
 void setGet(Method get)
           
 void setSet(Method set)
           
 void setType(Class type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

type

protected Class type

get

protected Method get

set

protected Method set
Constructor Detail

CachedAttribute

public CachedAttribute()

CachedAttribute

public CachedAttribute(String name)
Method Detail

getName

public String getName()

getType

public Class getType()

setType

public void setType(Class type)

getGet

public Method getGet()

setGet

public void setGet(Method get)

getSet

public Method getSet()

setSet

public void setSet(Method set)


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