Uses of Interface
org.vfny.geoserver.control.IStatusReport

Packages that use IStatusReport
org.vfny.geoserver.control   
org.vfny.geoserver.control.internal   
 

Uses of IStatusReport in org.vfny.geoserver.control
 

Methods in org.vfny.geoserver.control that return IStatusReport
 IStatusReport IStatusChecker.checkStatus()
          Queries a given module for its status and builds a report containing the module name, status, and a corresponding message (if applicable)
 

Uses of IStatusReport in org.vfny.geoserver.control.internal
 

Classes in org.vfny.geoserver.control.internal that implement IStatusReport
 class DefaultStatusReport
          Basic read-only bean implementation of IStatusReport.
 

Methods in org.vfny.geoserver.control.internal that return IStatusReport
 IStatusReport WMSStatusChecker.checkStatus()
           
 IStatusReport WFSStatusChecker.checkStatus()
           
 IStatusReport PreferenceStatusChecker.checkStatus()
           
 IStatusReport DataStatusChecker.checkStatus()