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/PluginServiceCheck.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/filter/PluginServiceCheck.java (file contents):
Revision 1.1 by ajm, Sun Feb 11 18:01:43 2001 UTC vs.
Revision 1.2 by tdb, Mon Feb 12 00:34:11 2001 UTC

# Line 22 | Line 22 | public interface PluginServiceCheck {
22       * Performs a check on the service, and returns the
23       * XML for the service check
24       *
25 <     * @param packet the packet to filter on
26 <     * @return the XML
25 >     * @param hostname the hostname to run the checks on
26 >     * @return the XML containing results from the check
27       */
28      public String runServiceCheck(String hostname);
29      
30      
31      /**
32 <     * Return a String representation of what the plugin service check
33 <     * does (e.g. "Rejects packets if x, y, and z")
32 >     * Return a String representation of what the plugin service
33 >     * check does (e.g. "Checks the xxx service is running on host")
34       *
35       * @return the description
36       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines