EnsLib.MQSeries.Message
class EnsLib.MQSeries.Message extends %Library.RegisteredObject
MQ Series Message wrapperProperty Inventory
Method Inventory
Properties
property Body as %String);
Contains the message body as a string unless the body is too long, or unless the Adapter's ContentStreamClassname property was set to always use BodyStream instead
Property methods: BodyDisplayToLogical(), BodyGet(), BodyIsValid(), BodyLogicalToDisplay(), BodyLogicalToOdbc(), BodyNormalize(), BodySet()
property BodySize as %Integer [ Calculated ];
Property methods: BodySizeDisplayToLogical(), BodySizeIsValid(), BodySizeLogicalToDisplay(), BodySizeNormalize()
property BodyStream as %RegisteredObject;
Contains the message body as a stream if property Body is empty
Property methods: BodyStreamGet(), BodyStreamGetSwizzled(), BodyStreamIsValid(), BodyStreamNewObject(), BodyStreamSet()
property MessageId as %String (MAXLEN = 128);
Property methods: MessageIdDisplayToLogical(), MessageIdGet(), MessageIdIsValid(), MessageIdLogicalToDisplay(), MessageIdLogicalToOdbc(), MessageIdNormalize(), MessageIdSet()
property Source as %String);
Property methods: SourceDisplayToLogical(), SourceGet(), SourceIsValid(), SourceLogicalToDisplay(), SourceLogicalToOdbc(), SourceNormalize(), SourceSet()
Methods
method BodySizeGet() as %Integer
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()