Class WebModuleVirtualServerStatsImpl

java.lang.Object
org.glassfish.web.admin.monitor.statistics.WebModuleVirtualServerStatsImpl
All Implemented Interfaces:
org.glassfish.admin.monitor.cli.MonitorContract

@Service @PerLookup public class WebModuleVirtualServerStatsImpl extends Object implements org.glassfish.admin.monitor.cli.MonitorContract
For v3 Prelude, following stats will be available asc activeSessionsCount, ast activatedSessionsTotal, rst rejectedSessionsTotal, st sessionsTotal ajlc activeJspsLoadedCount, mjlc maxJspsLoadedCount, tjlc totalJspsLoadedCount aslc activeServletsLoadedCount, mslc maxServletsLoadedCount, tslc totalServletsLoadedCount ash activeSessionsHigh, est expiredSessionsTotal, pvst passivatedSessionsTotal, pst persistedSessionsTotal,
  • Constructor Details

    • WebModuleVirtualServerStatsImpl

      public WebModuleVirtualServerStatsImpl()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.glassfish.admin.monitor.cli.MonitorContract
    • process

      public org.glassfish.api.ActionReport process(org.glassfish.api.ActionReport report, String filter)
      Specified by:
      process in interface org.glassfish.admin.monitor.cli.MonitorContract