SYS.Info.Server
class SYS.Info.Server extends %Library.RegisteredObject
The system information server provides XML-formatted information on system status and services. Information is divided into categories selected via selectors of the form "/services". This is designed to be an easy mapping to URLs, such as those supported by the pseudo-HTTP server in the super server.Method Inventory
Methods
classmethod HTTPServe()
Handle SuperServer pseudo-HTTP "GET" requesets
classmethod Serve(selector As %String)
Writes the information for the given selector to the current device.
classmethod WriteEOL()
classmethod WriteHeaders()
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()