Skip to main content

EMS.ServiceMessageData

SQL Table Name: EMS.ServiceMessageData

EMS.ServiceMessageData is the class used to carry the data for each service data EMS manager and instance This class is used internally by Caché. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class." Note that this class is %Persistent so that it can be easily saved and passed to a JOB.

Property Inventory

Parameters

parameter XMLFORMAT = literal;
Inherited description: The XMLFORMAT parameter controls the generation of the XMLExport and XMLImport methods for XML enabled classes to include code for only literal or only encoded format. This allows the generated routines to be significantly smaller since usually both formats are not needed.
If XMLFORMAT="Literal", then only support for literal format import and export is generated.
If XMLFORMAT="Encoded", then only support for SOAP encoded format import and export is generated.
The default is to generate support for both literal and encoded format.

Properties

property RequiredState as %String;
Required state or other special instructions for Activation. Primarily for Mirrors where we have to make sure we update the Primary first, also used for to indicate a DataMove.
Property methods: RequiredStateDisplayToLogical(), RequiredStateGet(), RequiredStateGetStored(), RequiredStateIsValid(), RequiredStateLogicalToDisplay(), RequiredStateLogicalToOdbc(), RequiredStateNormalize(), RequiredStateSet()
property SyncId as %String;
ID of Activation object if this update should be done as a JOB (null if not)
Property methods: SyncIdDisplayToLogical(), SyncIdGet(), SyncIdGetStored(), SyncIdIsValid(), SyncIdLogicalToDisplay(), SyncIdLogicalToOdbc(), SyncIdNormalize(), SyncIdSet()
property SyncStates as %List;
Phases of the Activation which must be sync'ed with other Instances (null if no sync)
Property methods: SyncStatesGet(), SyncStatesGetStored(), SyncStatesIsValid(), SyncStatesLogicalToOdbc(), SyncStatesLogicalToXSD(), SyncStatesOdbcToLogical(), SyncStatesSet(), SyncStatesXSDToLogical()
property Version as %Integer (XMLPROJECTION = "attribute");
Sequential Version counter of the active version on the EMS manager for this instance's service.
If Request message and Version'="", then the data represents this version.
If Response message and Version'="", then the instance is managed (according to the instance), no data is sent and the instance data already corresponds to the specified version.
Property methods: VersionDisplayToLogical(), VersionGet(), VersionGetStored(), VersionIsValid(), VersionLogicalToDisplay(), VersionNormalize(), VersionSet(), VersionXSDToLogical()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (EMS.ServiceMessageData)

^SYS("EMS","ServiceMessageData")(ID)
=
%%CLASSNAME
ServiceName
Version
Timestamp
Data
Overrides
SyncId
SyncStates
RequiredState
Operation
FeedbackOpens in a new tab