Skip to main content

SYS.Agent

class SYS.Agent extends %Library.RegisteredObject

Used to retrieve information about the current ISCAgent instance on this system (if any)

Method Inventory

Methods

classmethod GetApplicationInterface() as %String
Returns the application interface adddress of the ISCAgent if it is running, "*" if bound on all ports, and an empty string otherwise
classmethod GetApplicationPort() as %Integer
Returns the application port of the ISCAgent if it is running, an empty string otherwise
classmethod GetVersion() as %String
Returns the version string of the ISCAgent if it is running, an empty string otherwise
classmethod IsMirroringEnabled() as %Boolean
Returns true if the mirroring application is enabled, false otherwise
classmethod IsRunning() as %Boolean
Returns true if an instance of the ISCAgent is running on this system, false otherwise
classmethod VerifyConnection(timeout As %Integer = 10) as %Status
Verifies the ISCAgent is running available on its reported application port Returns $$$OK if the ISCAgent is available and responding to requests, and an error status if not.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab