クラス org.objectweb.cjdbc.common.monitor.cache.CountInsertCollector

org.objectweb.cjdbc.common.monitor.cache.CountInsertCollectorに対する継承グラフ

Inheritance graph
[凡例]
org.objectweb.cjdbc.common.monitor.cache.CountInsertCollectorのコラボレーション図

Collaboration graph
[凡例]
すべてのメンバ一覧

説明

Count total of insert on this cache

作者:
Nicolas Modrzyk

CountInsertCollector.java35 行で定義されています。

Public メソッド

 CountInsertCollector (String virtualDatabaseName)
long getValue (Object cache)
String getDescription ()


コンストラクタとデストラクタ

org.objectweb.cjdbc.common.monitor.cache.CountInsertCollector.CountInsertCollector String  virtualDatabaseName  ) 
 

create collector

引数:
virtualDatabaseName to get cache info from
CountInsertCollector.java41 行で定義されています。
00042 { 00043 super(virtualDatabaseName); 00044 }


メソッド

String org.objectweb.cjdbc.common.monitor.cache.CountInsertCollector.getDescription  )  [virtual]
 

参照:
org.objectweb.cjdbc.common.monitor.AbstractDataCollector.getDescription()

org.objectweb.cjdbc.common.monitor.AbstractDataCollectorを実装しています.

CountInsertCollector.java56 行で定義されています。

00057 { 00058 return Translate.get("monitoring.cache.count.insert"); 00059 }

long org.objectweb.cjdbc.common.monitor.cache.CountInsertCollector.getValue Object  cache  )  [virtual]
 

参照:
org.objectweb.cjdbc.common.monitor.AbstractDataCollector.collectValue()

org.objectweb.cjdbc.common.monitor.cache.AbstractCacheStatsDataCollectorを実装しています.

CountInsertCollector.java49 行で定義されています。

00050 { 00051 return ((AbstractResultCache) cache).getCacheStatistics().getInsert(); 00052 }


このクラスの説明は次のファイルから生成されました:
CJDBCversion1.0.4に対してTue Oct 12 15:16:12 2004に生成されました。 doxygen 1.3.8