|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WebModuleStats
Interface for querying web module statistics.
| Method Summary | |
|---|---|
CountStatistic |
getActiveSessionsCurrent()
Gets the number of currently active sessions for the web module associated with this WebModuleStats. |
CountStatistic |
getActiveSessionsHigh()
Gets the maximum number of concurrently active sessions for the web module associated with this WebModuleStats. |
CountStatistic |
getExpiredSessionsTotal()
Gets the total number of expired sessions for the web module associated with this WebModuleStats. |
CountStatistic |
getJspCount()
Gets the number of JSPs that have been loaded in the web module associated with this WebModuleStats. |
CountStatistic |
getJspErrorCount()
Gets the number of errors that were triggered by JSP invocations. |
CountStatistic |
getJspReloadCount()
Gets the number of JSPs that have been reloaded in the web module associated with this WebModuleStats . |
CountStatistic |
getRejectedSessionsTotal()
Gets the total number of rejected sessions for the web module associated with this WebModuleStats. |
CountStatistic |
getServletProcessingTimes()
Gets the cumulative processing times of all servlets in the web module associated with this WebModuleStats. |
StringStatistic |
getSessions()
Returns comma-separated list of all sessions currently active in the web module associated with this WebModuleStats. |
CountStatistic |
getSessionsTotal()
Gets the total number of sessions that have been created for the web module associated with this WebModuleStats. |
void |
reset()
Resets this WebModuleStats. |
| Methods inherited from interface org.glassfish.j2ee.statistics.Stats |
|---|
getStatistic, getStatisticNames, getStatistics |
| Method Detail |
|---|
CountStatistic getJspCount()
CountStatistic getJspReloadCount()
CountStatistic getJspErrorCount()
CountStatistic getSessionsTotal()
CountStatistic getActiveSessionsCurrent()
CountStatistic getActiveSessionsHigh()
CountStatistic getRejectedSessionsTotal()
This is the number of sessions that were not created because the maximum allowed number of sessions were active. .
CountStatistic getExpiredSessionsTotal()
CountStatistic getServletProcessingTimes()
StringStatistic getSessions()
void reset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||