Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [Ens] >  [Enterprise] >  [MsgBank] >  [Log]
Private  Storage   

persistent class Ens.Enterprise.MsgBank.Log extends %Persistent, Ens.Util.LogBase, %XML.Adaptor

Subclass of Ens.Util.Log that lives only on the Message Bank Server, incorporating the original event log entry from the client plus a record of the client node it came from

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 5 5 5


Summary

Properties
ClientId ClientSessionId ConfigName ID
Job MessageId NodeId SessionId
SourceClass SourceMethod Stack StatusValue
Text TimeBanked TimeLogged TraceCat
Type

Methods
%%CLASSNAMELogicalToStorage %%CLASSNAMEStorageToLogical %AddToSaveSet %AddToSyncSet
%BMEBuilt %BuildIndicesAsync %BuildIndicesAsyncResponse %CheckConstraints
%CheckConstraintsForExtent %ClassIsLatestVersion %ClassName %ComposeOid
%ConstructClone %Delete %DeleteExtent %DeleteId
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Exists
%ExistsId %Extends %GUID %GUIDSet
%GetLock %GetParameter %GetSwizzleObject %Id
%InsertBatch %IsA %IsModified %IsNull
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectIsNull
%ObjectModified %Oid %OnBeforeAddToSync %OnDeleteFinally
%OnDetermineClass %OnOpenFinally %OnSaveFinally %Open
%OpenId %OriginalNamespace %PackageName %PhysicalAddress
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SaveIndices
%SerializeObject %SetModified %SortBegin %SortEnd
%SyncObjectIn %SyncTransport %UnlockExtent %UnlockId
%ValidateIndices %ValidateObject %ValidateTable ClientIdGet
ClientSessionIdGet NodeIdGet PurgeBitmaps SetEventId
XMLDTD XMLExport XMLExportToStream XMLExportToString
XMLNew XMLSchema XMLSchemaNamespace XMLSchemaType


Parameters

• parameter XMLTYPE = "MsgBankLogEvent";
This parameter provides the default XMLTYPE for the class. If it is empty then the class name will be used to construct a default XML type.

The default XMLTYPE is used when naming and referencing this type in a schema and the schema context did not provide an XML type name.


Properties

• property ClientId as %Integer(MINVAL=1) [ Calculated,Transient,ReadOnly ];
• property ClientSessionId as %Integer(MINVAL=1) [ Calculated,Transient,ReadOnly ];
• property ID as %Integer(MINVAL=1,XMLPROJECTION="NONE");
• property NodeId as %Integer(MAXVAL=999,MINVAL=100) [ Calculated,Transient,ReadOnly ];
• property TimeBanked as Ens.DataType.UTC [ InitialExpression = $ZDT($ZTS,3,,3) ];

Methods

• method ClientIdGet() as %Integer
This is a Get accessor method for the ClientId property.
• method ClientSessionIdGet() as %Integer
This is a Get accessor method for the ClientSessionId property.
• method NodeIdGet() as %Integer
This is a Get accessor method for the NodeId property.
• method SetEventId(pNodeClientId As %Integer)
The same as %IdSet(), but works even if the object hasn't been saved already

Indices

•index (ConfigName on ConfigName) [Type = bitmap];
•index (Extent on ) [Extent,Type = bitmap];
•index (ID on ID) [IdKey];
•index (TimeLogged on TimeLogged);
•index (Type on Type) [Type = bitmap];


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.