uk.org.iscream.cms.server.client
Interface PluginMonitor

All Known Implementing Classes:
CPU__Monitor, Disk__Monitor, DiskIO__Monitor, Heartbeat__Monitor, Load__Monitor, Memory__Monitor, MonitorSkeleton, NetIO__Monitor, Paging__Monitor, Process__Monitor, Queue__Monitor, Services__Monitor, Swap__Monitor, UserCount__Monitor, WebFeeder__Monitor

public interface PluginMonitor

An interface to which a Monitor must adhere. This is extended by the MonitorSkeleton, Monitors should typically extend this class to be a fully functional Monitor.

Version:
$Id: PluginMonitor.java,v 1.10 2004/08/01 10:40:41 tdb Exp $
Author:
$Author: tdb $

Method Summary
 String getDescription()
          Gives a description of what this PluginMonitor does
 

Method Detail

getDescription

String getDescription()
Gives a description of what this PluginMonitor does

Returns:
the description


Copyright © 2000-2003 i-scream. All Rights Reserved.