All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.jigsaw.status.StatisticsFrame

java.lang.Object
   |
   +----org.w3c.tools.resources.AttributeHolder
           |
           +----org.w3c.tools.resources.Resource
                   |
                   +----org.w3c.tools.resources.FramedResource
                           |
                           +----org.w3c.tools.resources.ResourceFrame
                                   |
                                   +----org.w3c.tools.resources.ProtocolFrame
                                           |
                                           +----org.w3c.jigsaw.frames.HTTPFrame
                                                   |
                                                   +----org.w3c.jigsaw.status.StatisticsFrame

public class StatisticsFrame
extends HTTPFrame
This class exports the server statistics. It makes available a bunch of various parameters about the current server, and uses the Refresh meta-tag (as the ThreadStat) to make them redisplay.

This would benefit from being an applet.


Variable Index

 o ATTR_REFRESH
Attribute index - Our refresh interval.
 o REFRESH_DEFAULT

Constructor Index

 o StatisticsFrame()

Method Index

 o get(Request)
Get the current set of statistics.
 o registerResource(FramedResource)
Register this frame to the given resource.

Variables

 o REFRESH_DEFAULT
 protected static Integer REFRESH_DEFAULT
 o ATTR_REFRESH
 protected static int ATTR_REFRESH
Attribute index - Our refresh interval.

Constructors

 o StatisticsFrame
 public StatisticsFrame()

Methods

 o registerResource
 public void registerResource(FramedResource resource)
Register this frame to the given resource.

Overrides:
registerResource in class HTTPFrame
 o get
 public Reply get(Request request)
Get the current set of statistics. Display the collected statistics in an HTML table.

Parameters:
request - TYhe request to process.
Overrides:
get in class HTTPFrame

All Packages  Class Hierarchy  This Package  Previous  Next  Index