Skip to main content

Ens.Queue.FIFOMessageGroup.Data

class Ens.Queue.FIFOMessageGroup.Data extends %Library.RegisteredObject, %XML.Adaptor, %JSON.Adaptor

This class defines the FIFO Message Group identifier, completion host(s) and optional dependencies.

Property Inventory

Properties

property CompletionHosts as %String (MAXLEN = 1000);
Optional final host in the sequence if it is not the target config. This can be a comma separate list of hots
Property methods: CompletionHostsDisplayToLogical(), CompletionHostsGet(), CompletionHostsIsValid(), CompletionHostsLogicalToDisplay(), CompletionHostsLogicalToOdbc(), CompletionHostsNormalize(), CompletionHostsSet()
property Dependencies as %String (MAXLEN = 256);
Optional sequence dependencies, Comma separated list
Property methods: DependenciesDisplayToLogical(), DependenciesGet(), DependenciesIsValid(), DependenciesLogicalToDisplay(), DependenciesLogicalToOdbc(), DependenciesNormalize(), DependenciesSet()
property Identifier as %String (MAXLEN = 128);
This is the string that identifies the Group and is dependent on the message contents
Property methods: IdentifierDisplayToLogical(), IdentifierGet(), IdentifierIsValid(), IdentifierLogicalToDisplay(), IdentifierLogicalToOdbc(), IdentifierNormalize(), IdentifierSet()

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab