All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.jigsaw.status.GcStatFrame

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.GcStatFrame

public class GcStatFrame
extends HTTPFrame
Each time you get this resource, it fill run the GC.


Variable Index

 o runtime

Constructor Index

 o GcStatFrame()

Method Index

 o dumpMemoryStatus(Request)
Dump the current memory status.
 o get(Request)
Perform a GC and display memory status.
 o initialize(Object[])
Initialize the thread lister.
 o registerResource(FramedResource)
Register this frame to the given resource.

Variables

 o runtime
 protected Runtime runtime

Constructors

 o GcStatFrame
 public GcStatFrame()

Methods

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

Overrides:
registerResource in class HTTPFrame
 o dumpMemoryStatus
 protected Reply dumpMemoryStatus(Request request)
Dump the current memory status.

Parameters:
request - The request we are to reply to.
 o get
 public Reply get(Request request)
Perform a GC and display memory status.

Parameters:
request - The request to handle.
Overrides:
get in class HTTPFrame
 o initialize
 public void initialize(Object values[])
Initialize the thread lister. Just get a pointer to our runtime object.

Parameters:
values - The default attribute values.
Overrides:
initialize in class FramedResource

All Packages  Class Hierarchy  This Package  Previous  Next  Index