EnsLib.JMS.Message
persistent class EnsLib.JMS.Message extends Ens.Request
SQL Table Name: EnsLib_JMS.Message
Property Inventory
Method Inventory
- getBooleanProperty()
- getByteProperty()
- getDoubleProperty()
- getFloatProperty()
- getIntProperty()
- getIntegerProperty()
- getLongProperty()
- getNextPropertyKey()
- getProperty()
- getPropertyType()
- getShortProperty()
- getStringProperty()
- setBooleanProperty()
- setByteProperty()
- setDoubleProperty()
- setFloatProperty()
- setIntProperty()
- setIntegerProperty()
- setLongProperty()
- setProperty()
- setShortProperty()
- setStringProperty()
Properties
property bytes as %Stream.GlobalBinary;
Stores contents for a BytesMessage. If this is empty and type is BytesMessage, the contents of text will be
encoded to bytes using the system's default encoding scheme
Property methods: bytesDelete(), bytesGet(), bytesGetObject(), bytesGetObjectId(), bytesGetStored(), bytesGetSwizzled(), bytesIsValid(), bytesNewObject(), bytesOid(), bytesOpen(), bytesSet(), bytesSetObject(), bytesSetObjectId(), bytesUnSwizzle()
property messageId as %String);
Property methods: messageIdDisplayToLogical(), messageIdGet(), messageIdGetStored(), messageIdIsValid(), messageIdLogicalToDisplay(), messageIdLogicalToOdbc(), messageIdNormalize(), messageIdSet()
property properties as array of EnsLib.JMS.Property (XMLITEMNAME = "property", XMLKEYNAME = "key", XMLPROJECTION = "COLLECTION");
Property methods: propertiesBuildValueArray(), propertiesCollectionToDisplay(), propertiesCollectionToOdbc(), propertiesDisplayToCollection(), propertiesGet(), propertiesGetObject(), propertiesGetObjectId(), propertiesGetStored(), propertiesGetSwizzled(), propertiesIsValid(), propertiesOdbcToCollection(), propertiesSet(), propertiesSetObject(), propertiesSetObjectId()
property text as %String);
Contains the contents of a TextMessage. Can also be set for a BytesMessage, and will be encoded if bytes
is empty. EnsLib.JMS.Service will set this property to the decoded contents of a received BytesMessage
as long as it's length is less than the max string length.
Property methods: textDisplayToLogical(), textGet(), textGetStored(), textIsValid(), textLogicalToDisplay(), textLogicalToOdbc(), textNormalize(), textSet()
property type as %String (VALUELIST = ",TextMessage,BytesMessage") [ InitialExpression = "TextMessage" ];
Property methods: typeDisplayToLogical(), typeGet(), typeGetStored(), typeIsValid(), typeLogicalToDisplay(), typeLogicalToOdbc(), typeNormalize(), typeSet()
Methods
Inherited Members
Inherited Methods
- %%CLASSNAMELogicalToStorage()
- %%CLASSNAMEStorageToLogical()
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %BuildIndicesAsync()
- %BuildIndicesAsyncResponse()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %CompareContents()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %DrawHTMLForm()
- %DrawHTMLTable()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetContentType()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDeleteFinally()
- %OnDetermineClass()
- %OnOpenFinally()
- %OnSaveFinally()
- %OnTimeout()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %ProcessSubmit()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %ShowContents()
- %ShowContentsHead()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
- GetStatsDimension()
- NewResponse()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
Storage
Gray indicates storage defined by superclasses.
Storage Model: Storage (Ens.MessageBody)
^Ens.MessageBodyD(ID) |
= | %%CLASSNAME
|
Storage Model: Storage (EnsLib.JMS.Message)
^Ens.MessageBodyD(ID,"Message") |
= | text
type
messageId
bytes
|
Storage Model: Storage (EnsLib.JMS.Message)
^Ens.MessageBodyD(ID,"EnsLib.JMS.Message.properties",n) |
= | properties(n) |