com.waveset.session
Class SessionFactory.FactoryReport.PoolReport

java.lang.Object
  extended bycom.waveset.session.SessionFactory.FactoryReport.PoolReport
Enclosing class:
SessionFactory.FactoryReport

public static class SessionFactory.FactoryReport.PoolReport
extends java.lang.Object


Nested Class Summary
static class SessionFactory.FactoryReport.PoolReport.SessionReportItem
           
 
Field Summary
 int _numUserCreated
           
 int _numUserDePooled
           
 int _numUserExpired
           
 int _numUserInPool
           
 int _numUserLeaked
           
 int _numUserPooled
           
 
Constructor Summary
SessionFactory.FactoryReport.PoolReport(int numUserCreated, int numUserPooled, int numUserDePooled, int numUserInPool, int numUserLeaked, int numUserExpired)
           
 
Method Summary
 void addSessionReportItem(java.lang.String subjectName, java.util.Map cacheReport)
           
 java.util.List getSessionReportList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_numUserCreated

public int _numUserCreated

_numUserPooled

public int _numUserPooled

_numUserDePooled

public int _numUserDePooled

_numUserInPool

public int _numUserInPool

_numUserLeaked

public int _numUserLeaked

_numUserExpired

public int _numUserExpired
Constructor Detail

SessionFactory.FactoryReport.PoolReport

public SessionFactory.FactoryReport.PoolReport(int numUserCreated,
                                               int numUserPooled,
                                               int numUserDePooled,
                                               int numUserInPool,
                                               int numUserLeaked,
                                               int numUserExpired)
Method Detail

addSessionReportItem

public void addSessionReportItem(java.lang.String subjectName,
                                 java.util.Map cacheReport)

getSessionReportList

public java.util.List getSessionReportList()