src/org/objectweb/cjdbc/common/monitor/cache/CacheEntriesCollector.java

説明を見る。
00001 00024 package org.objectweb.cjdbc.common.monitor.cache; 00025 00026 import org.objectweb.cjdbc.common.i18n.Translate; 00027 import org.objectweb.cjdbc.controller.cache.result.AbstractResultCache; 00028 00034 public class CacheEntriesCollector extends AbstractCacheStatsDataCollector 00035 { 00041 public CacheEntriesCollector(String virtualDatabaseName) 00042 { 00043 super(virtualDatabaseName); 00044 } 00045 00049 public long getValue(Object cache) 00050 { 00051 return ((AbstractResultCache) cache).getCacheSize(); 00052 } 00053 00057 public String getDescription() 00058 { 00059 return Translate.get("monitoring.cache.number.entries"); 00060 } 00061 }

CJDBCversion1.0.4に対してTue Oct 12 15:15:57 2004に生成されました。 doxygen 1.3.8