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.


Constructor Index

 o ExitStat()

Method Index

 o get(Request)
Get method of the exit exntity: shutdown the server.

Constructors

 o ExitStat
 public ExitStat()

Methods

 o 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