Package gw.internal.gosu.memory
Class DefaultMemoryMonitor
- java.lang.Object
-
- gw.config.BaseService
-
- gw.internal.gosu.memory.DefaultMemoryMonitor
-
- All Implemented Interfaces:
IMemoryMonitor
,IService
,IPluginHost
public class DefaultMemoryMonitor extends BaseService implements IMemoryMonitor
-
-
Constructor Summary
Constructors Constructor Description DefaultMemoryMonitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
reclaimMemory(RefreshRequest request)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface gw.plugin.IPluginHost
getInterface
-
-
-
-
Method Detail
-
reclaimMemory
public void reclaimMemory(RefreshRequest request)
- Specified by:
reclaimMemory
in interfaceIMemoryMonitor
-
-