ORG.oclc.util
Class stats
java.lang.Object
|
+--ORG.oclc.util.stats
- public abstract class stats
- extends Object
Constructor Summary |
stats()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
stats
public stats()
init
public abstract void init(String filename,
String mode)
throws Exception
writeStats
public abstract void writeStats(int users,
long elapsed,
int cmd,
int currentConnections)
throws Exception
readStats
public abstract void readStats()
throws Exception
closeStats
public abstract void closeStats()