Skip to main content

%ZHSLIB.Context.InitializerBase

abstract class %ZHSLIB.Context.InitializerBase extends %Library.RegisteredObject

Interface to initialize per-process singleton services.
@API.Extensible @Modifier Availability InterSystems

Method Inventory

Methods

classmethod %%CheckClassValidity()
Checks if the necessary methods and parameters have implementations in non abstract subclasses.
abstract method OnStart(pContext As %ZHSLIB.Context.Manager)
Should call RegisterService present in pContext.
@API.Overrideable @Argument pContext Per-process HealthShare context instance

Inherited Members

Inherited Methods

FeedbackOpens in a new tab