FileDocCategorySizeDatePackage
WebModuleVirtualServerStats.javaAPI DocGlassfish v2 API5196Fri May 04 22:31:04 BST 2007com.sun.appserv.management.monitor.statistics

WebModuleVirtualServerStats

public interface WebModuleVirtualServerStats implements javax.management.j2ee.statistics.Stats
Enterprise Edition only; not supported in PE/Glassfish.
see
com.sun.appserv.management.monitor.WebModuleVirtualServerMonitor

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.CountStatisticgetPassivatedSessionsCurrent()

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 com.sun.appserv.management.j2ee.statistics.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