serial class %CSP.Mgr.Helper.ApplicationPath
extends %SerialObject, %XML.Adaptor
A list of alternative Caché servers may be defined for an application (path).
This object is part of the %CSP.Mgr.GatewaySystemStatus object.
parameter XMLIGNOREINVALIDTAG = 1;
The XMLIGNOREINVALIDTAG parameter allows the programmer to control handling of unexpected
elements in the XML input.
By default (XMLIGNOREINVALIDTAG = 0), will treat an unexpected element as an error.
If XMLIGNOREINVALIDTAG is set = 1, then unexpected elements will be ignored.
property AlternativeServer
as array of %CSP.Mgr.Helper.AlternativeServer(XMLKEYNAME="Number",XMLPROJECTION="ELEMENT");
Number denotes the server number.
property Path
as %String;
Path for which alternative servers are begin specified.