Package gw.config
Interface IMemoryMonitor
-
- All Superinterfaces:
IPluginHost
,IService
- All Known Implementing Classes:
CompilerMemoryMonitor
,DefaultMemoryMonitor
public interface IMemoryMonitor extends IService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
reclaimMemory(RefreshRequest request)
-
Methods inherited from interface gw.plugin.IPluginHost
getInterface
-
-
-
-
Method Detail
-
reclaimMemory
void reclaimMemory(RefreshRequest request)
-
-