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.
-
runtime
-
-
GcStat()
-
-
dumpMemoryStatus(Request)
- Dump the current memory status.
-
get(Request)
- Perform a GC and display memory status.
-
initialize(Object[])
- Initialize the thread lister.
runtime
protected Runtime runtime
GcStat
public GcStat()
dumpMemoryStatus
protected Reply dumpMemoryStatus(Request request)
- Dump the current memory status.
- Parameters:
- request - The request we are to reply to.
get
public Reply get(Request request)
- Perform a GC and display memory status.
- Parameters:
- request - The request to handle.
- Overrides:
- get in class HTTPResource
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