uk.org.iscream.cms.server.filter
Interface PluginServiceCheck

All Known Implementing Classes:
HTTP__ServiceCheck, ServiceCheckSkeleton

public interface PluginServiceCheck

An interface to which a Plugin for a Service Check must adhere.

Version:
$Id: PluginServiceCheck.java,v 1.8 2004/08/01 10:40:59 tdb Exp $
Author:
$Author: tdb $

Method Summary
 String getDescription()
          Return a String representation of what the plugin service check does (e.g.
 String runServiceCheck(String hostname)
          Performs a check on the service, and returns the XML for the service check
 

Method Detail

runServiceCheck

public String runServiceCheck(String hostname)
Performs a check on the service, and returns the XML for the service check

Parameters:
hostname - the hostname to run the checks on
Returns:
the XML containing results from the check

getDescription

public String getDescription()
Return a String representation of what the plugin service check does (e.g. "Checks the xxx service is running on host")

Returns:
the description


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