|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SystemStatus
Provides information on the system status - mostly indicating if the system is ready, or why it is not.
| Nested Class Summary | |
|---|---|
static class |
SystemStatus.StatusException
|
| Field Summary | |
|---|---|
static java.lang.String |
STATUS_PATH
The SlingMainServlet provides status info if called with this path, and this is also the path under which scripts that define the system status are found. |
| Method Summary | |
|---|---|
void |
checkSystemReady()
Throw an exception if the system is not ready to process requests. |
void |
clear()
Clear any cached state |
void |
doGet(org.apache.sling.api.SlingHttpServletRequest req,
org.apache.sling.api.SlingHttpServletResponse resp)
Execute the system readyness checking scripts and copy their output to the response |
| Field Detail |
|---|
static final java.lang.String STATUS_PATH
| Method Detail |
|---|
void checkSystemReady()
throws java.lang.Exception
clear() clears it.
java.lang.Exceptionvoid clear()
void doGet(org.apache.sling.api.SlingHttpServletRequest req,
org.apache.sling.api.SlingHttpServletResponse resp)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||