eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'ExternalStreamMonitor':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: ExternalStreamMonitor


Inheritance:

   Object
   |
   +--GraphicsMedium
      |
      +--DisplaySurface
         |
         +--SimpleView
            |
            +--SystemStatusMonitor
               |
               +--ExternalStreamMonitor

Package:
stx:libtool
Category:
Interface-Tools-Monitors
Version:
rev: 1.37 date: 2024/02/07 13:33:19
user: cg
file: ExternalStreamMonitor.st directory: libtool
module: stx stc-classLibrary: libtool

Description:


This view shows smalltalk's external stream instances - a debugging tool.

[disclaimer:]
    this is based on one of the oldest tools in the system, written in the early 90's.
    It does in no way reflect the way GUIs are designed/written these days.
    However, after all those years, they are still very very useful (and not found in many other systems)  
    

copyright

COPYRIGHT (c) 1997 by Claus Gittinger 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.

Class protocol:

defaults
o  defaultLabel

menu specs
o  filterMenu
This resource specification was automatically generated
by the MenuEditor of ST/X.

Usage example(s):

     MenuEditor new openOnClass:ExternalStreamMonitor andSelector:#filterMenu
     (Menu new fromLiteralArrayEncoding:(ExternalStreamMonitor filterMenu)) startUp

o  mainMenu
This resource specification was automatically generated
by the MenuEditor of ST/X.

Usage example(s):

     MenuEditor new openOnClass:ExternalStreamMonitor andSelector:#mainMenu
     (Menu new fromLiteralArrayEncoding:(ExternalStreamMonitor mainMenu)) startUp

o  operationsMenu
This resource specification was automatically generated
by the MenuEditor of ST/X.

Usage example(s):

     MenuEditor new openOnClass:ExternalStreamMonitor andSelector:#operationsMenu
     (Menu new fromLiteralArrayEncoding:(ExternalStreamMonitor operationsMenu)) startUp


Instance protocol:

aspects
o  filterConnectedSocketsOnlyHolder

o  filterOpenStreamsOnlyHolder

o  filterPipesOnlyHolder

o  filterSocketsOnlyHolder

initialization
o  initialize
(comment from inherited method)
listView toggleSelect:true.

menu
o  selectedStreams
return all selected streams

o  selectedStreamsDo: aBlock
evaluate aBlock on all selected streams

o  statusMenu
return a popUpMenu

queries
o  numberOfHeadlines

updating
o  titleLine
ExternalStreamMonitor open

o  updateList
update list of streams

o  updateStatus: newStreamsList
update status display of streams

user actions
o  doubleClicked
open an inspector on the selected stream

o  filterConnectedSocketsOnlyHolderChanged

o  filterOpenStreamsOnlyHolderChanged

o  filterPipesOnlyHolderChanged

o  filterSocketsOnlyHolderChanged

o  inspectStream
open an inspector on the selected stream(s)

o  menuCloseSelected
close the selected stream(s)

o  menuDebugProcessesBlockedOnIt
open a debugger on processes which are blocked reding, writing or listening

o  menuInspectProcessesUsingIt
inspect processes which are blocked reding, writing or listening

o  menuReferences
show references to the selected stream

o  processesBlockedOnIt
return processes which are blocked reding, writing or listening

o  processesBlockedOnItDo: aBlock
open a debugger on processes which are blocked reding, writing or listening



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 06:52:01 GMT