EnsLib.ITK.Framework.CallBackLog
persistent class EnsLib.ITK.Framework.CallBackLog extends %Library.Persistent, %XML.Adaptor
SQL Table Name: EnsLib_ITK_Framework.CallBackLog
This is a log of Asynchronous Requests and Responses.Property Inventory
- CallBackLogCreated
- FaultMessageId
- RelatedMessageId
- RelatedMessageSentTo
- RequestMessageId
- RequestSessionId
- ResponseMessageId
- Status
Parameters
parameter SrcVer = $Id$;
Properties
property CallBackLogCreated as %TimeStamp;
Property methods: CallBackLogCreatedDisplayToLogical(), CallBackLogCreatedGet(), CallBackLogCreatedGetStored(), CallBackLogCreatedIsValid(), CallBackLogCreatedLogicalToDisplay(), CallBackLogCreatedLogicalToXSD(), CallBackLogCreatedNormalize(), CallBackLogCreatedOdbcToLogical(), CallBackLogCreatedSet(), CallBackLogCreatedXSDToLogical()
property FaultMessageId as %String;
Property methods: FaultMessageIdDisplayToLogical(), FaultMessageIdGet(), FaultMessageIdGetStored(), FaultMessageIdIsValid(), FaultMessageIdLogicalToDisplay(), FaultMessageIdLogicalToOdbc(), FaultMessageIdNormalize(), FaultMessageIdSet()
property RelatedMessageId as %String [ Required ];
Property methods: RelatedMessageIdDisplayToLogical(), RelatedMessageIdGet(), RelatedMessageIdGetStored(), RelatedMessageIdIsValid(), RelatedMessageIdLogicalToDisplay(), RelatedMessageIdLogicalToOdbc(), RelatedMessageIdNormalize(), RelatedMessageIdSet()
property RelatedMessageSentTo as %String [ Required ];
Property methods: RelatedMessageSentToDisplayToLogical(), RelatedMessageSentToGet(), RelatedMessageSentToGetStored(), RelatedMessageSentToIsValid(), RelatedMessageSentToLogicalToDisplay(), RelatedMessageSentToLogicalToOdbc(), RelatedMessageSentToNormalize(), RelatedMessageSentToSet()
property RequestMessageId as %String [ Required ];
Property methods: RequestMessageIdDisplayToLogical(), RequestMessageIdGet(), RequestMessageIdGetStored(), RequestMessageIdIsValid(), RequestMessageIdLogicalToDisplay(), RequestMessageIdLogicalToOdbc(), RequestMessageIdNormalize(), RequestMessageIdSet()
property RequestSessionId as %String [ Required ];
Property methods: RequestSessionIdDisplayToLogical(), RequestSessionIdGet(), RequestSessionIdGetStored(), RequestSessionIdIsValid(), RequestSessionIdLogicalToDisplay(), RequestSessionIdLogicalToOdbc(), RequestSessionIdNormalize(), RequestSessionIdSet()
property ResponseMessageId as %String;
Property methods: ResponseMessageIdDisplayToLogical(), ResponseMessageIdGet(), ResponseMessageIdGetStored(), ResponseMessageIdIsValid(), ResponseMessageIdLogicalToDisplay(), ResponseMessageIdLogicalToOdbc(), ResponseMessageIdNormalize(), ResponseMessageIdSet()
property Status as %Integer (DISPLAYLIST = ",Pending,Complete,Fault", VALUELIST = ",0,1,2");
Property methods: StatusDisplayToLogical(), StatusGet(), StatusGetStored(), StatusIsValid(), StatusLogicalToDisplay(), StatusNormalize(), StatusSet(), StatusXSDToLogical()
Indexes
index (RequestMessageIdIndex on RelatedMessageId) [IdKey, Type = key, Unique];
Index methods: RequestMessageIdIndexCheck(), RequestMessageIdIndexDelete(), RequestMessageIdIndexExists(), RequestMessageIdIndexOpen(), RequestMessageIdIndexSQLCheckUnique(), RequestMessageIdIndexSQLExists(), RequestMessageIdIndexSQLFindPKeyByConstraint(), RequestMessageIdIndexSQLFindRowIDByConstraint()
index (RequestToResponseIndex on RequestMessageId,RelatedMessageSentTo) [Unique];
Index methods: RequestToResponseIndexCheck(), RequestToResponseIndexCheckUnique(), RequestToResponseIndexDelete(), RequestToResponseIndexExists(), RequestToResponseIndexOpen(), RequestToResponseIndexSQLCheckUnique(), RequestToResponseIndexSQLExists(), RequestToResponseIndexSQLFindPKeyByConstraint(), RequestToResponseIndexSQLFindRowIDByConstraint()
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDetermineClass()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
Storage
Storage Model: CacheStorage (EnsLib.ITK.Framework.CallBackLog)
^EnsITK.CallBackLogD(ID) | = | %%CLASSNAME
RequestMessageId
ResponseMessageId
Status
FaultMessageId
RequestSessionId
CallBackLogCreated
ITKRequestMessageId
ResponseFrom
RelatedMessageSentTo
|