|
Class: WebProcessList (in Demos)
Object
|
+--HTTPService
|
+--HTTPSelectorService
|
+--Demos::WebProcessList
- Package:
- stx:goodies/webServer
- Category:
- Net-Communication-HTTP-Services-Demo-WebApplications
- Version:
- rev:
1.32
date: 2021/01/20 15:26:53
- user: cg
- file: WebProcessList.st directory: goodies/webServer
- module: stx stc-classLibrary: webServer
generates a simple process-monitor like list.
caveat: old code - needs to be rewritten to use an HTMLTreeBuilder.
copyrightCOPYRIGHT (c) 2003 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
defaults
-
defaultAllowRobots
-
-
defaultReplyPresenterClass
-
-
isThreadSafe
-
-
linkName
-
return the default linkName path (with slash)
helpers
-
getWhereStringFor: con running: isRunning
-
search for a semaphore-wait in the top 10 contexts
-
processList
-
answer the process list as a string
Usage example(s):
defaults
-
allowedMessages
-
queries-service
-
defaultMessage
-
registration
-
addRequiredForeignServicesTo: anHTTPServer
-
I need a file service for the bitmaps and icons
requests-server
-
processList: aRequest
-
send a list of running processes
-
processListWithFrames: aRequest
-
send a list of running processes using frames
-
processListWithFramesHeader: aRequest
-
the header of the frame based process list.
-
processListWithFramesList: aRequest
-
the list-part of the frame based process list.
|