Skip to main content

HS.UI.MirrorMonitor

class HS.UI.MirrorMonitor extends HS.HC.UI.Util

Define MPI SNO Consent

Property Inventory

Method Inventory

Parameters

parameter PAGENAME = Mirror Monitor Agent;
Displayed name of this page.
parameter RESOURCE = %HSAdmin_InstallationManagement;
Security requirement

Properties

property otherInstanceName as %ZEN.Datatype.string;
Property methods: otherInstanceNameDisplayToLogical(), otherInstanceNameGet(), otherInstanceNameIsValid(), otherInstanceNameLogicalToDisplay(), otherInstanceNameLogicalToOdbc(), otherInstanceNameNormalize(), otherInstanceNameSet()
property otherMemberName as %ZEN.Datatype.string;
Property methods: otherMemberNameDisplayToLogical(), otherMemberNameGet(), otherMemberNameIsValid(), otherMemberNameLogicalToDisplay(), otherMemberNameLogicalToOdbc(), otherMemberNameNormalize(), otherMemberNameSet()
property thisInstanceName as %ZEN.Datatype.string;
Property methods: thisInstanceNameDisplayToLogical(), thisInstanceNameGet(), thisInstanceNameIsValid(), thisInstanceNameLogicalToDisplay(), thisInstanceNameLogicalToOdbc(), thisInstanceNameNormalize(), thisInstanceNameSet()
property thisMemberName as %ZEN.Datatype.string;
Property methods: thisMemberNameDisplayToLogical(), thisMemberNameGet(), thisMemberNameIsValid(), thisMemberNameLogicalToDisplay(), thisMemberNameLogicalToOdbc(), thisMemberNameNormalize(), thisMemberNameSet()

Methods

method %OnAfterCreatePage() as %Status
Inherited description: This callback is called after the server-side page object and all of its children are created.
Subclasses can override this to add, remove, or modify items within the page object model, or to provide values for controls.
method DoStartAgent() as %String [ ZenMethod ]
method DoStopAgent() as %String [ ZenMethod ]
method DrawTitle(pSeed As %String) as %Status
method MarkIgnored(pSelectedIDs As %String) [ ZenMethod ]
method MarkNotIgnored(pSelectedIDs As %String) [ ZenMethod ]
classmethod SummaryClose(ByRef qHandle As %Binary) as %Status
classmethod SummaryExecute(ByRef qHandle As %Binary) as %Status
classmethod SummaryFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status
clientmethod startAgent() [ Language = javascript ]
clientmethod stopAgent() [ Language = javascript ]

Queries

query Summary()
Selects MemberName As %String, InstanceName As %String, MemberState As %String, CompletedSteps As %String, LastCompletedStep As %String, Status As %String

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab