Package ome.services.sessions.stats
Class DelegatingStats
- java.lang.Object
- 
- ome.services.sessions.stats.DelegatingStats
 
- 
- All Implemented Interfaces:
- SessionStats
 - Direct Known Subclasses:
- CurrentSessionStats,- PerSessionStats,- PerThreadStats
 
 public class DelegatingStats extends java.lang.Object implements SessionStats Delegates to aSessionStatswhich is acquired fromstats(). Also intended for subclassing.- Since:
- Beta4
 
- 
- 
Constructor SummaryConstructors Constructor Description DelegatingStats()DelegatingStats(SessionStats[] stats)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidloadedObjects(int objects)longmethodCount()voidmethodIn()voidmethodOut()voidreadBytes(int bytes)protected SessionStats[]stats()Intended to be overwritten by subclasses.voidupdatedObjects(int objects)voidwrittenBytes(int bytes)
 
- 
- 
- 
Constructor Detail- 
DelegatingStatspublic DelegatingStats() 
 - 
DelegatingStatspublic DelegatingStats(SessionStats[] stats) 
 
- 
 - 
Method Detail- 
statsprotected SessionStats[] stats() Intended to be overwritten by subclasses.
 - 
methodInpublic void methodIn() - Specified by:
- methodInin interface- SessionStats
 
 - 
methodCountpublic long methodCount() - Specified by:
- methodCountin interface- SessionStats
 
 - 
methodOutpublic void methodOut() - Specified by:
- methodOutin interface- SessionStats
 
 - 
loadedObjectspublic final void loadedObjects(int objects) - Specified by:
- loadedObjectsin interface- SessionStats
 
 - 
readBytespublic final void readBytes(int bytes) - Specified by:
- readBytesin interface- SessionStats
 
 - 
updatedObjectspublic final void updatedObjects(int objects) - Specified by:
- updatedObjectsin interface- SessionStats
 
 - 
writtenBytespublic final void writtenBytes(int bytes) - Specified by:
- writtenBytesin interface- SessionStats
 
 
- 
 
-