All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigsaw.status.GcStat

java.lang.Object
   |
   +----w3c.tools.store.AttributeHolder
           |
           +----w3c.tools.store.Resource
                   |
                   +----w3c.jigsaw.resources.HTTPResource
                           |
                           +----w3c.jigsaw.status.GcStat

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


Variable Index

 o runtime

Constructor Index

 o GcStat()

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.

Variables

 o runtime
 protected Runtime runtime

Constructors

 o GcStat
 public GcStat()

Methods

 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 HTTPResource
 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 AttributeHolder

All Packages  Class Hierarchy  This Package  Previous  Next  Index