org.vfny.geoserver.control.internal
Class WMSStatusChecker

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

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


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

WMSStatusChecker

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