SYS.Agent
class SYS.Agent extends %Library.RegisteredObject
Used to retrieve information about the current ISCAgent instance on this system (if any)Method Inventory (Including Private)
- CheckStatusFile()
- GetApplicationInterface()
- GetApplicationPort()
- GetVMSPid()
- GetVersion()
- IsMirroringEnabled()
- IsRunning()
- StatusFileName()
- StatusFileValue()
- VerifyConnection()
Methods (Including Private)
Check for the existence and non-0 size of the candidate file
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
private classmethod GetVMSPid() as %String
Gets the PID on VMS via the QueryAgent script
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
private classmethod StatusFileName() as %String
Retrieves the default status file name for this OS
Retrieve the value of a status file property
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 (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()