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

java.lang.Object
  |
  +--uk.org.iscream.cms.server.filter.ServiceCheckSkeleton
        |
        +--uk.org.iscream.cms.server.filter.plugins.POP3__ServiceCheck
All Implemented Interfaces:
PluginServiceCheck

public class POP3__ServiceCheck
extends ServiceCheckSkeleton

A quick POP3 service checker.

Version:
$Id: POP3__ServiceCheck.java,v 1.8 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
POP3__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

POP3__ServiceCheck

public POP3__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.