org.vfny.geoserver.control
Interface IStatusReporter

All Known Implementing Classes:
StatusReporterImpl

public interface IStatusReporter

IStatusReporter is the entry point for someone wishing to query the status of modules. It provides a method to retrieve all of the IStatusReports. It is available remotely using the Spring Remoting API.

Author:
Richard Gould

Method Summary
 java.util.List getStatusReports()
          Aggregates all of the available IStatusReports from various sources that it knows about.
 void reset()
          Resets the server's application context.
 

Method Detail

getStatusReports

java.util.List getStatusReports()
Aggregates all of the available IStatusReports from various sources that it knows about. This could include actually querying the modules themselves for their statuses.

Returns:
a List of type IStatusReport representing the statuses of multiple modules

reset

void reset()
Resets the server's application context.