org.vfny.geoserver.control.internal
Class WFSStatusChecker

java.lang.Object
  extended by org.vfny.geoserver.control.internal.WFSStatusChecker
All Implemented Interfaces:
org.springframework.context.ApplicationContextAware, IStatusChecker

public class WFSStatusChecker
extends java.lang.Object
implements IStatusChecker, org.springframework.context.ApplicationContextAware


Constructor Summary
WFSStatusChecker()
           
 
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)
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WFSStatusChecker

public WFSStatusChecker()
Method Detail

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
                           throws org.springframework.beans.BeansException
Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Throws:
org.springframework.beans.BeansException

checkStatus

public IStatusReport checkStatus()
Description copied from interface: IStatusChecker
Queries a given module for its status and builds a report containing the module name, status, and a corresponding message (if applicable)

Specified by:
checkStatus in interface IStatusChecker
Returns:
the status report generated from the module