DocBook|Search
Class Reference
%CSP.Mgr.Helper.ApplicationPath
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%CSP] >  [Mgr] >  [Helper] >  [ApplicationPath]
Private  Storage  

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.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 2


Summary

Properties
AlternativeServer Path

Methods
%%OIDGet %AddToSaveSet %AddToSyncSet %ClassIsLatestVersion
%ClassName %ConstructClone %Delete %DeleteId
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %GetSwizzleObject %IsA %IsModified
%New %NormalizeObject %ObjectModified %OnBeforeAddToSync
%OnDetermineClass %Open %OpenId %OriginalNamespace
%PackageName %RemoveFromSaveSet %ResolveConcurrencyConflict %SerializeObject
%SetModified %SyncObjectIn %SyncTransport %ValidateObject
LogicalToOdbc OdbcToLogical XMLDTD XMLExport
XMLExportToStream XMLExportToString XMLNew XMLSchema
XMLSchemaNamespace XMLSchemaType


Parameters

• 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.

Properties

• 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.