public class CurrentSessionStats extends DelegatingStats
SessionStats instance acquired during
 construction. This is mostly useful for stateful services which are created
 within the context of a single session.| Constructor and Description | 
|---|
CurrentSessionStats(CurrentDetails cd,
                   SessionManager sm)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected SessionStats[] | 
stats()
Intended to be overwritten by subclasses. 
 | 
loadedObjects, methodCount, methodIn, methodOut, readBytes, updatedObjects, writtenBytespublic CurrentSessionStats(CurrentDetails cd, SessionManager sm)
protected SessionStats[] stats()
DelegatingStatsstats in class DelegatingStats