%CSP.Mgr.GatewaySystemStatus
class %CSP.Mgr.GatewaySystemStatus extends %Library.RegisteredObject, %XML.Adaptor
The System Status displays the status of all active CSP connections. This object is returned by the %CSP.Mgr.GatewayMgr.GetSystemStatus() method.Property Inventory
Method Inventory
Parameters
parameter XMLIGNOREINVALIDTAG = 1;
Inherited description: The XMLIGNOREINVALIDTAG parameter allows the programmer to control handling of unexpected
elements in the XML input.
The XMLIGNOREINVALIDTAG parameter will only take affect if XMLSEQUENCE = 0 (the default).
By default (XMLIGNOREINVALIDTAG = 0), will treat an unexpected element as an error.
If XMLIGNOREINVALIDTAG is set = 1 and XMLSEQUENCE = 0, then unexpected elements will be ignored.
Properties
property ApplicationPaths as array of %CSP.Mgr.Helper.ApplicationPath (XMLKEYNAME = "Number");
Property methods: ApplicationPathsBuildValueArray(), ApplicationPathsCollectionToDisplay(), ApplicationPathsCollectionToOdbc(), ApplicationPathsDisplayToCollection(), ApplicationPathsGet(), ApplicationPathsGetObject(), ApplicationPathsGetObjectId(), ApplicationPathsGetSwizzled(), ApplicationPathsIsValid(), ApplicationPathsOdbcToCollection(), ApplicationPathsSet(), ApplicationPathsSetObject(), ApplicationPathsSetObjectId()
property CacheServers as array of %CSP.Mgr.Helper.CacheServer (XMLKEYNAME = "Number");
Displays information on InterSystems IRIS servers.
Property methods: CacheServersBuildValueArray(), CacheServersCollectionToDisplay(), CacheServersCollectionToOdbc(), CacheServersDisplayToCollection(), CacheServersGet(), CacheServersGetObject(), CacheServersGetObjectId(), CacheServersGetSwizzled(), CacheServersIsValid(), CacheServersOdbcToCollection(), CacheServersSet(), CacheServersSetObject(), CacheServersSetObjectId()
property CachedForms as %CSP.Mgr.Helper.CachedForms;
CachedForms displays internal NSD information. This only appears for NSD installations
or for installations the use the Gateway's response caching facility.
Property methods: CachedFormsGet(), CachedFormsGetObject(), CachedFormsGetObjectId(), CachedFormsGetSwizzled(), CachedFormsIsEmpty(), CachedFormsIsValid(), CachedFormsNewObject(), CachedFormsSet(), CachedFormsSetObject(), CachedFormsSetObjectId(), CachedFormsUnSwizzle()
property Connections as array of %CSP.Mgr.Helper.Connection (XMLKEYNAME = "Number");
Connections has information on the connections to the InterSystems IRIS server.
The Connection Number is the number the CSP Gateway assigns to the connection.
Property methods: ConnectionsBuildValueArray(), ConnectionsCollectionToDisplay(), ConnectionsCollectionToOdbc(), ConnectionsDisplayToCollection(), ConnectionsGet(), ConnectionsGetObject(), ConnectionsGetObjectId(), ConnectionsGetSwizzled(), ConnectionsIsValid(), ConnectionsOdbcToCollection(), ConnectionsSet(), ConnectionsSetObject(), ConnectionsSetObjectId()
Methods
classmethod ParseIt()
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()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()