All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
   |
   +----w3c.tools.store.AttributeHolder
           |
           +----w3c.tools.store.Resource
                   |
                   +----w3c.jigsaw.resources.HTTPResource
                           |
                           +----w3c.jigsaw.status.ThreadStat
By the Way, this uses the nasty refresh stuff from netscape. It should perhaps be a servlet.
 
 ATTR_REFRESH
	ATTR_REFRESH
   REFRESH_DEFAULT
	REFRESH_DEFAULT
   
 ThreadStat()
	ThreadStat()
   
 dumpThread(Request)
	dumpThread(Request)
   get(Request)
	get(Request)
   initialize(Object[])
	initialize(Object[])
   listThreads(Request)
	listThreads(Request)
   
 REFRESH_DEFAULT
REFRESH_DEFAULT
protected static Integer REFRESH_DEFAULT
 ATTR_REFRESH
ATTR_REFRESH
protected static int ATTR_REFRESH
 
 ThreadStat
ThreadStat
public ThreadStat()
 
 listThreads
listThreads
public Reply listThreads(Request request)
 dumpThread
dumpThread
protected Reply dumpThread(Request request) throws HTTPException
 get
get
public Reply get(Request request) throws HTTPException
 initialize
initialize
public void initialize(Object values[])
All Packages Class Hierarchy This Package Previous Next Index