ome.services.sessions.stats
Class PerThreadStats
java.lang.Object
ome.services.sessions.stats.DelegatingStats
ome.services.sessions.stats.PerThreadStats
- All Implemented Interfaces:
- SessionStats
public class PerThreadStats
- extends DelegatingStats
Delegates to a SessionStats
which is acquired on every method
invocation. This object doesn't itself contain a ThreadLocal
but
relies on the ThreadLocal
instances in CurrentDetails
.
- 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 |
PerThreadStats
public PerThreadStats(CurrentDetails currentDetails)
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.3-00d1137e-b2894
Copyright © 2009 The University of Dundee. All Rights Reserved.