eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'TimerQueueMonitor':

Home

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

Class: TimerQueueMonitor


Inheritance:

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

Package:
stx:libtool
Category:
Interface-Tools-Monitors
Version:
rev: 1.9 date: 2023/09/07 21:28:41
user: stefan
file: TimerQueueMonitor.st directory: libtool
module: stx stc-classLibrary: libtool

Description:


This view shows smalltalk's timers - 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  mainMenu
This resource specification was automatically generated
by the MenuEditor of ST/X.

Usage example(s):

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


Instance protocol:

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

menu
o  browseAction

o  debugProcess

o  inspectProcess

o  inspectSemaphore

o  selectedEntriesDo: aBlock

o  statusMenu
return a popUpMenu

queries
o  numberOfHeadlines

updating
o  titleLine
TimeQueueMonitor open

o  updateList
update list of timeouts

o  updateStatus: newInfo
update status display of timeouts



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