public interface WebModuleStats extends javax.management.j2ee.statistics.Stats
Modifier and Type | Method and Description |
---|---|
javax.management.j2ee.statistics.CountStatistic |
getActiveSessionsCurrent()
Gets the number of currently active sessions for the web
module associated with this WebModuleStats.
|
javax.management.j2ee.statistics.CountStatistic |
getActiveSessionsHigh()
Gets the maximum number of concurrently active sessions for the web
module associated with this WebModuleStats.
|
javax.management.j2ee.statistics.CountStatistic |
getExpiredSessionsTotal()
Gets the total number of expired sessions for the web
module associated with this WebModuleStats.
|
javax.management.j2ee.statistics.CountStatistic |
getJspCount()
Gets the number of JSPs that have been loaded in the web module
associated with this WebModuleStats.
|
javax.management.j2ee.statistics.CountStatistic |
getJspErrorCount()
Gets the number of errors that were triggered by JSP invocations.
|
javax.management.j2ee.statistics.CountStatistic |
getJspReloadCount()
Gets the number of JSPs that have been reloaded in the web module
associated with this WebModuleStats
.
|
javax.management.j2ee.statistics.CountStatistic |
getRejectedSessionsTotal()
Gets the total number of rejected sessions for the web
module associated with this WebModuleStats.
|
javax.management.j2ee.statistics.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.
|
javax.management.j2ee.statistics.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.
|
getStatistic, getStatisticNames, getStatistics
javax.management.j2ee.statistics.CountStatistic getJspCount()
javax.management.j2ee.statistics.CountStatistic getJspReloadCount()
javax.management.j2ee.statistics.CountStatistic getJspErrorCount()
javax.management.j2ee.statistics.CountStatistic getSessionsTotal()
javax.management.j2ee.statistics.CountStatistic getActiveSessionsCurrent()
javax.management.j2ee.statistics.CountStatistic getActiveSessionsHigh()
javax.management.j2ee.statistics.CountStatistic getRejectedSessionsTotal()
This is the number of sessions that were not created because the maximum allowed number of sessions were active. .
javax.management.j2ee.statistics.CountStatistic getExpiredSessionsTotal()
javax.management.j2ee.statistics.CountStatistic getServletProcessingTimes()
StringStatistic getSessions()
void reset()
Copyright © 2021. All rights reserved.