%ZHSLIB.PackageManager.Developer.Extension.PackageManager.UI.DependencyAnalyzerSocket
class %ZHSLIB.PackageManager.Developer.Extension.PackageManager.UI.DependencyAnalyzerSocket extends %ZHSLIB.PackageManager.Developer.Extension.PackageManager.UI.OutputCaptureSocket, %ZHSLIB.PackageManager.Developer.IProgressListener
Property Inventory (Including Private)
Method Inventory (Including Private)
- NotifyProgress()
- NotifyUnitCompleted()
- PopStage()
- PushStage()
- Server()
- SetStageTotalUnits()
- SetStageUnitsCompleted()
Properties (Including Private)
property CompletedUnits as %Numeric;
Property methods: CompletedUnitsDisplayToLogical(), CompletedUnitsGet(), CompletedUnitsIsValid(), CompletedUnitsLogicalToDisplay(), CompletedUnitsNormalize(), CompletedUnitsSet()
property Phase as %String;
Property methods: PhaseDisplayToLogical(), PhaseGet(), PhaseIsValid(), PhaseLogicalToDisplay(), PhaseLogicalToOdbc(), PhaseNormalize(), PhaseSet()
property TheStack [ InitialExpression = 0 , MultiDimensional ];
Property methods: TheStackDisplayToLogical(), TheStackGet(), TheStackIsValid(), TheStackLogicalToDisplay(), TheStackLogicalToOdbc(), TheStackNormalize(), TheStackSet()
property TotalUnits as %Numeric;
Property methods: TotalUnitsDisplayToLogical(), TotalUnitsGet(), TotalUnitsIsValid(), TotalUnitsLogicalToDisplay(), TotalUnitsNormalize(), TotalUnitsSet()
Methods (Including Private)
method NotifyProgress() [ Language = objectscript ]
method NotifyUnitCompleted(pUnitName As %String) [ Language = objectscript ]
method PopStage() [ Language = objectscript ]
method PushStage(pPhaseName As %String) [ Language = objectscript ]
method Server() as %Status [ Language = objectscript ]
Inherited description: The WebSocket Server. Use the Read() and Write() methods
to receive data from, and send data to, the client.
Call the EndServer() method to gracefully terminate the WebSocket Server.
A WebSocket operating asynchronously (SharedConnection=1) can exit this method
(using Quit) and subsequently open the WebSocket using the OpenServer() method.
method SetStageTotalUnits(pUnits As %Numeric) [ Language = objectscript ]
method SetStageUnitsCompleted(pUnits As %Numeric) [ Language = objectscript ]
Inherited Members
Inherited Properties (Including Private)
- AtEnd
- BinaryData
- BytesAvailable
- DataFrameType
- GWClientAddress
- NoDataFraming
- OriginalDevice
- OriginalMnemonic
- OriginallyRedirected
- SessionId
- SharedConnection
- WSClassProtocolVersion
- WSDataFraming
- WSInitStatus
- WebSocketID
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- ConvertParameter()
- Decrypt()
- DeleteServer()
- Encrypt()
- EndOutputCapture()
- EndServer()
- EscapeHTML()
- EscapeURL()
- HyperEventCall()
- HyperEventHead()
- Include()
- Initialize()
- InitializeServer()
- InsertHiddenField()
- InsertHiddenFields()
- IsPrivate()
- Link()
- OnClientMessage()
- OnHTTPHeader()
- OnPage()
- OnPageError()
- OnPostHTTP()
- OnPostHyperEvent()
- OnPostServer()
- OnPreHTTP()
- OnPreHyperEvent()
- OnPreServer()
- OpenServer()
- QuoteJS()
- Read()
- ReadAsync()
- RewriteURL()
- SaveServer()
- SendAsyncMessage()
- SendJSON()
- ShowError()
- StartOutputCapture()
- StartTimer()
- StopTimer()
- ThrowError()
- UnescapeHTML()
- UnescapeURL()
- Write()