HS.Types.AsyncMessage
abstract class HS.Types.AsyncMessage extends %Library.RegisteredObject, %XML.Adaptor
Base type for async messages that are tracked by session and host nameProperty Inventory
Properties
property RequestingConfigName as %String (MAXLEN = 128);
Config name of the requesting host that will receive the async response
Property methods: RequestingConfigNameDisplayToLogical(), RequestingConfigNameGet(), RequestingConfigNameIsValid(), RequestingConfigNameLogicalToDisplay(), RequestingConfigNameLogicalToOdbc(), RequestingConfigNameNormalize(), RequestingConfigNameSet()
property RequestingSessionId as %Integer;
Ensemble session ID to reuse when forwarding response to RequestingConfigName
Property methods: RequestingSessionIdDisplayToLogical(), RequestingSessionIdGet(), RequestingSessionIdIsValid(), RequestingSessionIdLogicalToDisplay(), RequestingSessionIdNormalize(), RequestingSessionIdSet(), RequestingSessionIdXSDToLogical()
property TrackingID as %String;
GUID used to tie an async request to a response
Property methods: TrackingIDDisplayToLogical(), TrackingIDGet(), TrackingIDIsValid(), TrackingIDLogicalToDisplay(), TrackingIDLogicalToOdbc(), TrackingIDNormalize(), TrackingIDSet()
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()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()