uk.org.iscream.cms.server.filter.plugins
Class SMTP__ServiceCheck

java.lang.Object
  extended byuk.org.iscream.cms.server.filter.ServiceCheckSkeleton
      extended byuk.org.iscream.cms.server.filter.plugins.SMTP__ServiceCheck
All Implemented Interfaces:
PluginServiceCheck

public class SMTP__ServiceCheck
extends ServiceCheckSkeleton

A quick SMTP service checker.

Version:
$Id: SMTP__ServiceCheck.java,v 1.11 2002/05/21 16:47:18 tdb Exp $
Author:
$Author: tdb $

Field Summary
 String DESC
           
 String REVISION
          The current CVS revision of this class
 
Constructor Summary
SMTP__ServiceCheck()
           
 
Method Summary
 String getDescription()
          return the String representation of what the filter does
 String runServiceCheck(String hostname)
          Performs the service check on a given host.
 
Methods inherited from class uk.org.iscream.cms.server.filter.ServiceCheckSkeleton
checkService, connectToService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REVISION

public final String REVISION
The current CVS revision of this class

See Also:
Constant Field Values

DESC

public final String DESC
See Also:
Constant Field Values
Constructor Detail

SMTP__ServiceCheck

public SMTP__ServiceCheck()
Method Detail

runServiceCheck

public String runServiceCheck(String hostname)
Performs the service check on a given host.

Specified by:
runServiceCheck in interface PluginServiceCheck
Specified by:
runServiceCheck in class ServiceCheckSkeleton
Parameters:
hostname - the host to check
Returns:
XML data representing the result of the test

getDescription

public String getDescription()
return the String representation of what the filter does

Specified by:
getDescription in interface PluginServiceCheck
Specified by:
getDescription in class ServiceCheckSkeleton
Returns:
the String representation of what the Service Check does


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