Skip to main content

HS.InteropTools.HL7.Compare.LockManager

class HS.InteropTools.HL7.Compare.LockManager extends %Library.RegisteredObject

Copy of %ZHSLIB.LockManager

Method Inventory

Methods

method Lock(pGlobalName As %String, pFlags As %String = "", pTimeout As %Integer = $$$LockTimeout) as %Status
method LockClassDefinition(pClass As %String, pShared As %Boolean = 0, pTimeout As %Integer = 0) as %Status
method LockClassId(pClassName, pID As %String, pShared As %Boolean = 0, pTimeout As %Integer) as %Status
classmethod LockClassesRecursive(ByRef pLockManager=..%New(), ByRef pClasses, ByRef pSharedLockedClasses) as %Status
method MergeTo(pTargetLockManager As LockManager)
method Unlock(pGlobalName As %String, pFlags As %String = "", pImmediate As %Boolean = 0, pUpdateCache As %Boolean = 1)
method UnlockAll(pImmediate As %Boolean = 1) as %Status
method UnlockClassId(pClassName, pID As %String, pShared As %Boolean = 0, pImmediate As %Boolean = 0)

Inherited Members

Inherited Methods

FeedbackOpens in a new tab