All Packages Class Hierarchy This Package Previous Next Index
Class w3c.jigsaw.status.ExitStat
java.lang.Object
|
+----w3c.tools.store.AttributeHolder
|
+----w3c.tools.store.Resource
|
+----w3c.jigsaw.resources.HTTPResource
|
+----w3c.jigsaw.status.ExitStat
- public class ExitStat
- extends HTTPResource
The exit entity.
This entity provides a way to cleanly shut down the server. Has more and
more entities will have some state, and because most of the server code
is just dealing with caches, shutting down the server requires some
attention.
This entity is (will) provide a clean way to solve this.
-
ExitStat()
-
-
get(Request)
- Get method of the exit exntity: shutdown the server.
ExitStat
public ExitStat()
get
public Reply get(Request request) throws HTTPException
- Get method of the exit exntity: shutdown the server.
- Overrides:
- get in class HTTPResource
All Packages Class Hierarchy This Package Previous Next Index