org.vfny.geoserver.control.internal
Class DataStatusChecker

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

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


Constructor Summary
DataStatusChecker()
           
 
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

DataStatusChecker

public DataStatusChecker()
Method Detail

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

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