クラス org.objectweb.cjdbc.common.monitor.backend.ActiveConnectionsCollector

org.objectweb.cjdbc.common.monitor.backend.ActiveConnectionsCollectorに対する継承グラフ

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

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

説明

Return total of currently active connections on this backend

作者:
Nicolas Modrzyk

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

Public メソッド

 ActiveConnectionsCollector (String backendName, String virtualDatabaseName)
long getValue (Object backend)
String getDescription ()


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

org.objectweb.cjdbc.common.monitor.backend.ActiveConnectionsCollector.ActiveConnectionsCollector String  backendName,
String  virtualDatabaseName
 

new collector

引数:
backendName of the backend
virtualDatabaseName of the database
ActiveConnectionsCollector.java43 行で定義されています。
00045 { 00046 super(backendName, virtualDatabaseName); 00047 }


メソッド

String org.objectweb.cjdbc.common.monitor.backend.ActiveConnectionsCollector.getDescription  )  [virtual]
 

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

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

ActiveConnectionsCollector.java64 行で定義されています。

00065 { 00066 return Translate.get("monitoring.backend.active.connections"); 00067 }

long org.objectweb.cjdbc.common.monitor.backend.ActiveConnectionsCollector.getValue Object  backend  )  [virtual]
 

Get total number of active connections on the given backend.

引数:
backend backend
戻り値:
total number of active connections
参照:
org.objectweb.cjdbc.common.monitor.AbstractDataCollector.collectValue()

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

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

00057 { 00058 return ((DatabaseBackend) backend).getTotalActiveConnections(); 00059 }


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