org.vfny.geoserver.control
Interface IStatusChecker

All Known Implementing Classes:
DataStatusChecker, PreferenceStatusChecker, WFSStatusChecker, WMSStatusChecker

public interface IStatusChecker

IStatusChecker is the interface used by IStatusReporter to check on the status of a module. It is responsible for querying the modules themselves and creating an IStatusReport.

Author:
Richard Gould

Method Summary
 IStatusReport checkStatus()
          Queries a given module for its status and builds a report containing the module name, status, and a corresponding message (if applicable)
 

Method Detail

checkStatus

IStatusReport checkStatus()
Queries a given module for its status and builds a report containing the module name, status, and a corresponding message (if applicable)

Returns:
the status report generated from the module