|
Class: ProcessItem (private in ProcessMonitorV2
This class is only visible from within
ProcessMonitorV2.
Object
|
+--ProcessMonitorV2::ProcessItem
- Package:
- stx:libtool
- Category:
- Interface-Tools-Monitors
- Owner:
- ProcessMonitorV2
accessing
-
groupVal
-
return the groupId
-
groupVal: groupIdInteger
-
set the groupId
-
idVal
-
return the processId
-
idVal: idInteger
-
set the processId
-
prioVal
-
return the value of the instance variable 'prioVal' (automatically generated)
-
prioVal: something
-
set the value of the instance variable 'prioVal' (automatically generated)
-
processActive
-
return the value of the instance variable 'processActive' (automatically generated)
-
processActive: aString
-
-
processApplication
-
-
processApplication: something
-
-
processBlocked
-
-
processBlocked: aBoolean
-
-
processCurrentSegment
-
return the value of the instance variable 'processCurrentSegment' (automatically generated)
-
processCurrentSegment: something
-
set the value of the instance variable 'processCurrentSegment' (automatically generated)
-
processGroup
-
return the value of the instance variable 'processGroup' (automatically generated)
-
processGroup: aProcessID
-
-
processId
-
return the value of the instance variable 'processId' (automatically generated)
-
processId: processIdArg
-
Modified (comment): / 12-03-2019 / 17:57:05 / Claus Gittinger
-
processId: processIdArg idVal: idArg processGroup: processGroupArg groupVal: groupValArg processStartTime: processStartTimeArg processName: processNameArg processState: processStateArg
-
-
processInstance
-
return the process
-
processInstance: something
-
set the value of the instance variable 'processInstance' (automatically generated)
-
processInstanceIndexInWeakArray
-
return the value of the instance variable 'processInstanceIndexInWeakArray' (automatically generated)
-
processInstanceIndexInWeakArray: something
-
set the value of the instance variable 'processInstanceIndexInWeakArray' (automatically generated)
-
processInstrumentation
-
-
processInstrumentation: aString
-
-
processName
-
return a string to be shown for my process in the
process monitor. This has no semantic meaning, but exists
for your convenience only.
-
processName: aString
-
-
processPrio
-
return the value of the instance variable 'processPrio' (automatically generated)
-
processPrio: anInteger
-
-
processStartTime
-
return the value of the instance variable 'startTime' (automatically generated)
-
processStartTime: aTimestamp
-
set the value of the instance variable 'startTime' (automatically generated)
-
processState
-
-
processState: aSymbol
-
-
processSwitch
-
-
processSwitch: anInteger
-
-
processTotalStack
-
-
processTotalStack: anInteger
-
-
processUsedStack
-
-
processUsedStack: anInteger
-
-
processWhere
-
-
processWhere: aString
-
-
processWindowTitle
-
-
processWindowTitle: aString
-
-
weakArrayWithProcesses
-
-
weakArrayWithProcesses: something
-
printing
-
printOn: aStream
-
(comment from inherited method)
append a user printed representation of the receiver to aStream.
The format is suitable for a human - not meant to be read back.
The default here is to output the receiver's class name.
BUT: this method is heavily redefined for objects which
can print prettier.
|