File
Doc
Category
Size
Date
Package
PerMBeanCache.java
API Doc
Glassfish v2 API
2417
Fri May 04 22:30:32 BST 2007
com.sun.appserv.management.client.handler
PerMBeanCache
java.lang.Object
CacheBase
public final class PerMBeanCache extends CacheBase
Cache which contains proxies and other items.
Fields Summary
Constructors Summary
public PerMBeanCache
()
Methods Summary
public void
cacheAttribute
(
javax.management.Attribute
attr)
cacheItem( attr.getName(), attr );
public
javax.management.Attribute
getCachedAttribute
(
java.lang.String
attrName)
return( (Attribute)getCachedItem( attrName ) );
Java Code Source