org.vfny.geoserver.control.internal
Class PreferenceStatusChecker

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

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


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

PreferenceStatusChecker

public PreferenceStatusChecker()
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