Uses of Class
org.wegra.mon.mem.MemoryMonitor

Packages that use MemoryMonitor
org.wegra.mon.mem   
org.wegra.mon.mem.remote   
org.wegra.mon.mem.ui   
 

Uses of MemoryMonitor in org.wegra.mon.mem
 

Subclasses of MemoryMonitor in org.wegra.mon.mem
 class LoggableMemoryMonitor
          Loggable memory monitor.
 

Fields in org.wegra.mon.mem declared as MemoryMonitor
protected  MemoryMonitor MemoryMonitor.fMonitor
          Internal monitor.
 

Methods in org.wegra.mon.mem that return MemoryMonitor
static MemoryMonitor MemoryMonitor.getDefault()
          Returns Singleton instance of default MemoryMonitor..
 MemoryMonitor MemoryMonitor.getHost()
          Returns the host monitor.
 

Constructors in org.wegra.mon.mem with parameters of type MemoryMonitor
MemoryMonitor(MemoryMonitor monitor)
          Creates MemoryMonitor instance decorating specified monitor.
LoggableMemoryMonitor(MemoryMonitor monitor, java.util.logging.Handler handler)
          Creates LoggableMemoryMonitor wraps specified memory monitor.
 

Uses of MemoryMonitor in org.wegra.mon.mem.remote
 

Subclasses of MemoryMonitor in org.wegra.mon.mem.remote
 class MmClient
          MemoryMonitor client module for remote monitoring.
 class MmServer
          MemoryMonitor server module for remote monitoring.
 

Constructors in org.wegra.mon.mem.remote with parameters of type MemoryMonitor
MmServer(MemoryMonitor monitor, int port)
          Creates remote server with specified port number, and monitor.
 

Uses of MemoryMonitor in org.wegra.mon.mem.ui
 

Methods in org.wegra.mon.mem.ui that return MemoryMonitor
 MemoryMonitor MmPanel.getMonitor()
          Returns internal monitor.
 

Methods in org.wegra.mon.mem.ui with parameters of type MemoryMonitor
static java.awt.Frame MmPanel.showAsFrame(java.lang.String title, MemoryMonitor monitor, boolean standalone)
          Shows MmPanel within a Frame.
 

Constructors in org.wegra.mon.mem.ui with parameters of type MemoryMonitor
MmPanel(MemoryMonitor monitor)
          Creates MmPanel with specified memory monitor.