src/org/objectweb/cjdbc/common/monitor/client/ClientBytesWrittenCollector.java

説明を見る。
00001 00024 package org.objectweb.cjdbc.common.monitor.client; 00025 00026 import org.objectweb.cjdbc.common.exceptions.DataCollectorException; 00027 import org.objectweb.cjdbc.common.i18n.Translate; 00028 import org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabaseWorkerThread; 00029 00035 public class ClientBytesWrittenCollector extends AbstractClientDataCollector 00036 { 00044 public ClientBytesWrittenCollector(String clientId, String virtualDatabaseName) 00045 throws DataCollectorException 00046 { 00047 super(clientId, virtualDatabaseName); 00048 } 00049 00053 public long getValue(Object client) 00054 { 00055 return ((VirtualDatabaseWorkerThread) client).getBytesWritten(); 00056 } 00057 00061 public String getDescription() 00062 { 00063 return Translate.get("monitoring.client.bytes.written"); 00064 } 00065 }

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