FileDocCategorySizeDatePackage
PerMBeanCache.javaAPI DocGlassfish v2 API2417Fri May 04 22:30:32 BST 2007com.sun.appserv.management.client.handler

PerMBeanCache

public final class PerMBeanCache extends CacheBase
Cache which contains proxies and other items.

Fields Summary
Constructors Summary
public PerMBeanCache()

	
Methods Summary
public voidcacheAttribute(javax.management.Attribute attr)

	
		cacheItem( attr.getName(), attr );
	
public javax.management.AttributegetCachedAttribute(java.lang.String attrName)

		return( (Attribute)getCachedItem( attrName ) );