|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebModuleVirtualServerStats
Enterprise Edition only; not supported in PE/Glassfish.
WebModuleVirtualServerMonitor
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 |
getCachedSessionsCurrent()
|
RangeStatistic |
getContainerLatency()
|
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 |
getPassivatedSessionsCurrent()
|
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. |
RangeStatistic |
getSessionPersistTime()
|
StringStatistic |
getSessions()
Returns comma-separated list of all sessions currently active in the web module associated with this WebModuleStats. |
RangeStatistic |
getSessionSize()
|
CountStatistic |
getSessionsTotal()
Gets the total number of sessions that have been created for the web module associated with this WebModuleStats. . |
Methods inherited from interface javax.management.j2ee.statistics.Stats |
---|
getStatistic, getStatisticNames, getStatistics |
Method Detail |
---|
RangeStatistic getSessionSize()
RangeStatistic getContainerLatency()
RangeStatistic getSessionPersistTime()
CountStatistic getCachedSessionsCurrent()
CountStatistic getRejectedSessionsTotal()
This is the number of sessions that were not created because the maximum allowed number of sessions were active. .
CountStatistic getExpiredSessionsTotal()
CountStatistic getActiveSessionsHigh()
CountStatistic getActiveSessionsCurrent()
CountStatistic getSessionsTotal()
CountStatistic getJSPCount()
CountStatistic getJSPReloadCount()
CountStatistic getJSPErrorCount()
CountStatistic getPassivatedSessionsCurrent()
CountStatistic getServletProcessingTimes()
StringStatistic getSessions()
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.