uk.org.iscream.cms.server.filter.plugins
Class SMTP__ServiceCheck
java.lang.Object
uk.org.iscream.cms.server.filter.ServiceCheckSkeleton
uk.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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SMTP__ServiceCheck
public SMTP__ServiceCheck()
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.