ome.services.sessions.stats
Class NullSessionStats
java.lang.Object
ome.services.sessions.stats.NullSessionStats
- All Implemented Interfaces:
- SessionStats
public class NullSessionStats
- extends Object
- implements SessionStats
Implementation of SimpleStats
which does nothing. This is used for
internal and privileged sessions which are not counted.
- Since:
- Beta4
- Author:
- Josh Moore, josh at glencoesoftware.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullSessionStats
public NullSessionStats()
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: Beta-4.1.1-r5927-b91
Copyright © 2009 The University of Dundee. All Rights Reserved.