ome.services.sessions.stats
Class CurrentSessionStats

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

public class CurrentSessionStats
extends DelegatingStats

Wrapper which delegates to a SessionStats instance acquired during construction. This is mostly useful for stateful services which are created within the context of a single session.

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

Constructor Summary
CurrentSessionStats(CurrentDetails cd, SessionManager sm)
           
 
Method Summary
protected  SessionStats[] stats()
          Intended to be overwritten by subclasses.
 
Methods inherited from class ome.services.sessions.stats.DelegatingStats
loadedObjects, methodCount, methodIn, methodOut, readBytes, updatedObjects, writtenBytes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentSessionStats

public CurrentSessionStats(CurrentDetails cd,
                           SessionManager sm)
Method Detail

stats

protected SessionStats[] stats()
Description copied from class: DelegatingStats
Intended to be overwritten by subclasses.

Overrides:
stats in class DelegatingStats


OmeroJava Api

Version: 4.3.4-dbcbce5a-b4

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