FileDocCategorySizeDatePackage
WebModuleStats.javaAPI DocGlassfish v2 API4986Fri May 04 22:25:50 BST 2007com.sun.enterprise.admin.monitor.stats

WebModuleStats

public interface WebModuleStats implements javax.management.j2ee.statistics.Stats
Interface for querying web module statistics.

Fields Summary
Constructors Summary
Methods Summary
public javax.management.j2ee.statistics.CountStatisticgetActiveSessionsCurrent()
Gets the number of currently active sessions for the web module associated with this WebModuleStats. .

return
Number of currently active sessions

public javax.management.j2ee.statistics.CountStatisticgetActiveSessionsHigh()
Gets the maximum number of concurrently active sessions for the web module associated with this WebModuleStats.

return
Maximum number of concurrently active sessions

public javax.management.j2ee.statistics.CountStatisticgetExpiredSessionsTotal()
Gets the total number of expired sessions for the web module associated with this WebModuleStats. .

return
Total number of expired sessions

public javax.management.j2ee.statistics.CountStatisticgetJspCount()
Gets the number of JSPs that have been loaded in the web module associated with this WebModuleStats. .

return
Number of JSPs that have been loaded

public javax.management.j2ee.statistics.CountStatisticgetJspErrorCount()
Gets the number of errors that were triggered by JSP invocations. .

return
Number of errors triggered by JSP invocations

public javax.management.j2ee.statistics.CountStatisticgetJspReloadCount()
Gets the number of JSPs that have been reloaded in the web module associated with this WebModuleStats .

return
Number of JSPs that have been reloaded

public javax.management.j2ee.statistics.CountStatisticgetRejectedSessionsTotal()
Gets the total number of rejected sessions for the web module associated with this WebModuleStats.

This is the number of sessions that were not created because the maximum allowed number of sessions were active. .

return
Total number of rejected sessions

public javax.management.j2ee.statistics.CountStatisticgetServletProcessingTimes()
Gets the cumulative processing times of all servlets in the web module associated with this WebModuleStats.

return
Cumulative processing times of all servlets in the web module associated with this WebModuleStats

public StringStatisticgetSessions()
Returns comma-separated list of all sessions currently active in the web module associated with this WebModuleStats.

return
Comma-separated list of all sessions currently active in the web module associated with this WebModuleStats

public javax.management.j2ee.statistics.CountStatisticgetSessionsTotal()
Gets the total number of sessions that have been created for the web module associated with this WebModuleStats. .

return
Total number of sessions created

public voidreset()
Resets this WebModuleStats.