ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/filter/plugins/FTP__ServiceCheck.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/filter/plugins/FTP__ServiceCheck.java (file contents):
Revision 1.3 by tdb, Wed Mar 7 23:19:16 2001 UTC vs.
Revision 1.4 by tdb, Thu Mar 8 00:35:02 2001 UTC

# Line 38 | Line 38 | public class FTP__ServiceCheck extends ServiceCheckSke
38      public String runServiceCheck(String hostname){
39          return checkService(hostname, 21, "220", "FTP");
40      }
41 +    
42 +    /**
43 +     * return the String representation of what the filter does
44 +     */
45 +    public String getDescription(){
46 +        return DESC;
47 +    }
48  
49   //---PRIVATE METHODS---
50  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines