ome.services.sessions.stats
Class SimpleSessionStats

java.lang.Object
  extended by ome.services.sessions.stats.SimpleSessionStats
All Implemented Interfaces:
SessionStats

public class SimpleSessionStats
extends Object
implements SessionStats

Since:
Beta4
Author:
Josh Moore, josh at glencoesoftware.com

Constructor Summary
SimpleSessionStats(ObjectsReadCounter read, ObjectsWrittenCounter written, MethodCounter methods)
           
 
Method Summary
 void loadedObjects(int objects)
           
 long methodCount()
           
 void methodIn()
           
 void methodOut()
           
 void readBytes(int bytes)
           
 void updatedObjects(int objects)
           
 void writtenBytes(int bytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleSessionStats

public SimpleSessionStats(ObjectsReadCounter read,
                          ObjectsWrittenCounter written,
                          MethodCounter methods)
Method Detail

methodIn

public void methodIn()
Specified by:
methodIn in interface SessionStats

methodCount

public long methodCount()
Specified by:
methodCount in interface SessionStats

methodOut

public void methodOut()
Specified by:
methodOut in interface SessionStats

loadedObjects

public void loadedObjects(int objects)
Specified by:
loadedObjects in interface SessionStats

readBytes

public void readBytes(int bytes)
Specified by:
readBytes in interface SessionStats

updatedObjects

public void updatedObjects(int objects)
Specified by:
updatedObjects in interface SessionStats

writtenBytes

public void writtenBytes(int bytes)
Specified by:
writtenBytes in interface SessionStats


OmeroJava Api

Version: Beta4.2.1-r8614-Beta4.2-b41

Copyright © 2009 The University of Dundee. All Rights Reserved.