ome.services.sessions.stats
Interface SessionStats

All Known Implementing Classes:
CurrentSessionStats, DelegatingStats, NullSessionStats, PerSessionStats, PerThreadStats, SimpleSessionStats

public interface SessionStats

Thread-safe counter for all

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

Method Summary
 void loadedObjects(int objects)
           
 long methodCount()
           
 void methodIn()
           
 void methodOut()
           
 void readBytes(int bytes)
           
 void updatedObjects(int objects)
           
 void writtenBytes(int bytes)
           
 

Method Detail

methodIn

void methodIn()

methodCount

long methodCount()

methodOut

void methodOut()

readBytes

void readBytes(int bytes)

writtenBytes

void writtenBytes(int bytes)

loadedObjects

void loadedObjects(int objects)

updatedObjects

void updatedObjects(int objects)


OmeroJava Api

Version: Beta-4.2.0-r7571-b29

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