src/org/objectweb/cjdbc/common/monitor/cache/CountInsertCollector.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 00029 00035 public class CountInsertCollector extends AbstractCacheStatsDataCollector 00036 { 00041 public CountInsertCollector(String virtualDatabaseName) 00042 { 00043 super(virtualDatabaseName); 00044 } 00045 00049 public long getValue(Object cache) 00050 { 00051 return ((AbstractResultCache) cache).getCacheStatistics().getInsert(); 00052 } 00056 public String getDescription() 00057 { 00058 return Translate.get("monitoring.cache.count.insert"); 00059 } 00060 }

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