Java EE 5 SDK

com.sun.appserv.management.monitor.statistics
Interface WebModuleVirtualServerStats

All Superinterfaces:
Stats

public interface WebModuleVirtualServerStats
extends Stats

Enterprise Edition only; not supported in PE/Glassfish.

See Also:
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

getSessionSize

RangeStatistic getSessionSize()

getContainerLatency

RangeStatistic getContainerLatency()

getSessionPersistTime

RangeStatistic getSessionPersistTime()

getCachedSessionsCurrent

CountStatistic getCachedSessionsCurrent()

getRejectedSessionsTotal

CountStatistic getRejectedSessionsTotal()
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. .

Returns:
Total number of rejected sessions

getExpiredSessionsTotal

CountStatistic getExpiredSessionsTotal()
Gets the total number of expired sessions for the web module associated with this WebModuleStats. .

Returns:
Total number of expired sessions

getActiveSessionsHigh

CountStatistic getActiveSessionsHigh()
Gets the maximum number of concurrently active sessions for the web module associated with this WebModuleStats.

Returns:
Maximum number of concurrently active sessions

getActiveSessionsCurrent

CountStatistic getActiveSessionsCurrent()
Gets the number of currently active sessions for the web module associated with this WebModuleStats. .

Returns:
Number of currently active sessions

getSessionsTotal

CountStatistic getSessionsTotal()
Gets the total number of sessions that have been created for the web module associated with this WebModuleStats. .

Returns:
Total number of sessions created

getJSPCount

CountStatistic getJSPCount()
Gets the number of JSPs that have been loaded in the web module associated with this WebModuleStats. .

Returns:
Number of JSPs that have been loaded

getJSPReloadCount

CountStatistic getJSPReloadCount()
Gets the number of JSPs that have been reloaded in the web module associated with this WebModuleStats .

Returns:
Number of JSPs that have been reloaded

getJSPErrorCount

CountStatistic getJSPErrorCount()
Gets the number of errors that were triggered by JSP invocations. .

Returns:
Number of errors triggered by JSP invocations

getPassivatedSessionsCurrent

CountStatistic getPassivatedSessionsCurrent()

getServletProcessingTimes

CountStatistic getServletProcessingTimes()
Gets the cumulative processing times of all servlets in the web module associated with this WebModuleStats.

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

getSessions

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

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

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.