Package 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 aSessionStats
instance acquired during construction. This is mostly useful for stateful services which are created within the context of a single session.- Since:
- Beta4
-
-
Constructor Summary
Constructors Constructor Description CurrentSessionStats(CurrentDetails cd, SessionManager sm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
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 classDelegatingStats
-
-