ome.services.sessions.stats
Class CurrentSessionStats
java.lang.Object
ome.services.sessions.stats.DelegatingStats
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
Method Summary |
protected SessionStats[] |
stats()
Intended to be overwritten by subclasses. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CurrentSessionStats
public CurrentSessionStats(CurrentDetails cd,
SessionManager sm)
stats
protected SessionStats[] stats()
- Description copied from class:
DelegatingStats
- Intended to be overwritten by subclasses.
- Overrides:
stats
in class DelegatingStats
OmeroJava Api
Version: Beta4.2.1-r8614-Beta4.2-b41
Copyright © 2009 The University of Dundee. All Rights Reserved.