Uses of Class
org.opencms.monitor.CmsMemoryMonitor
Packages that use CmsMemoryMonitor
Package
Description
Contains the ade configuration classes.
Provides the main OpenCms "operating system".
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
-
Uses of CmsMemoryMonitor in org.opencms.ade.configuration
Constructors in org.opencms.ade.configuration with parameters of type CmsMemoryMonitorModifierConstructorDescriptionCmsADEManager
(CmsObject adminCms, CmsMemoryMonitor memoryMonitor, CmsSystemConfiguration systemConfiguration) Creates a new ADE manager. -
Uses of CmsMemoryMonitor in org.opencms.main
Methods in org.opencms.main that return CmsMemoryMonitorModifier and TypeMethodDescriptionstatic CmsMemoryMonitor
OpenCms.getMemoryMonitor()
Returns the memory monitor.protected CmsMemoryMonitor
OpenCmsCore.getMemoryMonitor()
Returns the memory monitor. -
Uses of CmsMemoryMonitor in org.opencms.xml.containerpage
Constructors in org.opencms.xml.containerpage with parameters of type CmsMemoryMonitorModifierConstructorDescriptionCmsADECache
(CmsMemoryMonitor memMonitor, CmsADECacheSettings cacheSettings) Initializes the cache.