Skip to main content

%Monitor.System.CSPGateway

class %Monitor.System.CSPGateway extends %Monitor.System.Adaptor

Property Inventory

Method Inventory

Properties

property Activity as %Monitor.String;
Property methods: ActivityDisplayToLogical(), ActivityGet(), ActivityIsValid(), ActivityLogicalToDisplay(), ActivityLogicalToOdbc(), ActivityNormalize(), ActivitySet()
property ActualConnections as %Monitor.Integer;
Property methods: ActualConnectionsDisplayToLogical(), ActualConnectionsGet(), ActualConnectionsIsValid(), ActualConnectionsLogicalToDisplay(), ActualConnectionsNormalize(), ActualConnectionsSet()
property GWList as %Library.ListOfObjects;
Property methods: GWListGet(), GWListGetObject(), GWListGetObjectId(), GWListGetSwizzled(), GWListIsEmpty(), GWListIsValid(), GWListNewObject(), GWListSet(), GWListSetObject(), GWListSetObjectId(), GWListUnSwizzle()
property GWNumber as %Monitor.Integer;
Property methods: GWNumberDisplayToLogical(), GWNumberGet(), GWNumberIsValid(), GWNumberLogicalToDisplay(), GWNumberNormalize(), GWNumberSet()
property GWRegistry as %CSP.Mgr.GatewayRegistry;
Property methods: GWRegistryGet(), GWRegistryGetSwizzled(), GWRegistryIsValid(), GWRegistryNewObject(), GWRegistrySet()
property GWVersion as %Monitor.String;
Property methods: GWVersionDisplayToLogical(), GWVersionGet(), GWVersionIsValid(), GWVersionLogicalToDisplay(), GWVersionLogicalToOdbc(), GWVersionNormalize(), GWVersionSet()
property GatewayName as %Monitor.String;
Name of dataset
Property methods: GatewayNameDisplayToLogical(), GatewayNameGet(), GatewayNameIsValid(), GatewayNameLogicalToDisplay(), GatewayNameLogicalToOdbc(), GatewayNameNormalize(), GatewayNameSet()
property InUseConnections as %Monitor.Integer;
Property methods: InUseConnectionsDisplayToLogical(), InUseConnectionsGet(), InUseConnectionsIsValid(), InUseConnectionsLogicalToDisplay(), InUseConnectionsNormalize(), InUseConnectionsSet()
property MaxConnections as %Monitor.Integer;
Property methods: MaxConnectionsDisplayToLogical(), MaxConnectionsGet(), MaxConnectionsIsValid(), MaxConnectionsLogicalToDisplay(), MaxConnectionsNormalize(), MaxConnectionsSet()
property PrivateConnections as %Monitor.Integer;
Property methods: PrivateConnectionsDisplayToLogical(), PrivateConnectionsGet(), PrivateConnectionsIsValid(), PrivateConnectionsLogicalToDisplay(), PrivateConnectionsNormalize(), PrivateConnectionsSet()

Methods

method GetSample() as %Status
Interrogate the Gateway to obtain metrics

A return code of $$$OK indicates there is a new Gateway instance.
A return code of 0 indicates there is no Gateway instance.
method Initialize() as %Status
Initialize Gateway metrics.
classmethod SetAlert(Minimum As %Integer) as %Integer

Inherited Members

Inherited Methods

FeedbackOpens in a new tab