%CSP.Mgr.GatewayInformation
class %CSP.Mgr.GatewayInformation extends %Library.RegisteredObject, %XML.Adaptor
Object returned by %CSP.Mgr.GatewayMgr.GetInfo() call.Property 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 ActiveInterface as %String;
Web Server interface used by the CSP Gateway
Property methods: ActiveInterfaceDisplayToLogical(), ActiveInterfaceGet(), ActiveInterfaceIsValid(), ActiveInterfaceLogicalToDisplay(), ActiveInterfaceLogicalToOdbc(), ActiveInterfaceNormalize(), ActiveInterfaceSet()
property Build as %String;
The Gateway build number is made up of two numeric components. The first 
number indicates the version of InterSystems IRIS with which the Gateway
modules were supplied: e.g. 802 -> 2008.2
The second number is the internal Gateway build number. This number is 
incremented every time a modification is made to the Gateway modules, and, 
because of this, is the critical factor in determining whether of not a 
particular feature is include in a particular version.
Property methods: BuildDisplayToLogical(), BuildGet(), BuildIsValid(), BuildLogicalToDisplay(), BuildLogicalToOdbc(), BuildNormalize(), BuildSet()
property Configuration as %String (CONTENT = "MIXED");
Path to the Gateway's configuration file (CSP.ini)
Property methods: ConfigurationDisplayToLogical(), ConfigurationGet(), ConfigurationIsValid(), ConfigurationLogicalToDisplay(), ConfigurationLogicalToOdbc(), ConfigurationNormalize(), ConfigurationSet()
property EventLog as %String (CONTENT = "MIXED");
Path to the Gateway's Event Log file (CSP.log)
Property methods: EventLogDisplayToLogical(), EventLogGet(), EventLogIsValid(), EventLogLogicalToDisplay(), EventLogLogicalToOdbc(), EventLogNormalize(), EventLogSet()
property Version as %String;
Version of InterSystems IRIS
Property methods: VersionDisplayToLogical(), VersionGet(), VersionIsValid(), VersionLogicalToDisplay(), VersionLogicalToOdbc(), VersionNormalize(), VersionSet()
property WebServerName as %String;
Web Server Name
Property methods: WebServerNameDisplayToLogical(), WebServerNameGet(), WebServerNameIsValid(), WebServerNameLogicalToDisplay(), WebServerNameLogicalToOdbc(), WebServerNameNormalize(), WebServerNameSet()
property WebServerPort as %String;
Web Server TCP Port
Property methods: WebServerPortDisplayToLogical(), WebServerPortGet(), WebServerPortIsValid(), WebServerPortLogicalToDisplay(), WebServerPortLogicalToOdbc(), WebServerPortNormalize(), WebServerPortSet()
property WebServerSoftware as %String (CONTENT = "MIXED");
Name and version of the Web server software responding to the request. 
Format: name/version
Property methods: WebServerSoftwareDisplayToLogical(), WebServerSoftwareGet(), WebServerSoftwareIsValid(), WebServerSoftwareLogicalToDisplay(), WebServerSoftwareLogicalToOdbc(), WebServerSoftwareNormalize(), WebServerSoftwareSet()
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()