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

serial class %CSP.Mgr.Helper.CacheServer extends %SerialObject, %XML.Adaptor


This object is part of the %CSP.Mgr.GatewaySystemStatus object.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 8


Summary

Properties
Activity CacheServerName ConnectionsInUse IPAddress
PrivateConnections QueuedRequests TCPPort TotalConnections

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 Activity as %String;
Total number of transactions (hits) the Caché system has processed.
• property CacheServerName as %String;
Name of the Caché system connected to.
• property ConnectionsInUse as %Integer;
Number of connections that are currently in use (actively serving a Web request).
• property IPAddress as %String;
IP address of the Caché system.
• property PrivateConnections as %Integer;
Number of connections that are currently in use as state-aware sessions (preserve mode 1).
• property QueuedRequests as %Integer;
Number of Web requests that are held in a queue waiting for a free connection to the Caché syste. Queued requests are an indication that the Caché license should be increased in order to maintain good performance.
• property TCPPort as %String;
TCP port on the Caché server through which the connectin communicates.
• property TotalConnections as %Integer;
Number of connections to the Caché syste.