Ens.BusinessDuplex
abstract class Ens.BusinessDuplex extends Ens.BusinessService, Ens.BusinessOperation
Property Inventory
Method Inventory
- %InPrivateSessionGet()
 - OnBusinessType()
 - OnTask()
 - QueueName()
 - RegisterPrivateSession()
 - SendRequestAsync()
 - SetEventDevice()
 - SetTimer()
 - UnRegisterPrivateSession()
 
Properties
property %InPrivateSession as %Boolean [ Calculated ];
A flag indicates if the private session has been established
Property methods: %InPrivateSessionDisplayToLogical(), %InPrivateSessionIsValid(), %InPrivateSessionLogicalToDisplay(), %InPrivateSessionNormalize()
property %PrivateSessionId as %Integer;
The sessionId if the private session has been established
Property methods: %PrivateSessionIdDisplayToLogical(), %PrivateSessionIdGet(), %PrivateSessionIdIsValid(), %PrivateSessionIdLogicalToDisplay(), %PrivateSessionIdNormalize(), %PrivateSessionIdSet()
property EventDevice as %String;
Property methods: EventDeviceDisplayToLogical(), EventDeviceGet(), EventDeviceIsValid(), EventDeviceLogicalToDisplay(), EventDeviceLogicalToOdbc(), EventDeviceNormalize(), EventDeviceSet()
Methods
method %InPrivateSessionGet() as %Boolean
classmethod OnBusinessType(pItem As Ens.Config.Item) as %Integer
method OnTask() as %Status
Inherited description: Event loop for Actor and BusinessOperation.
This is called only when INVOCATION is Queue.
method QueueName() as %String
method RegisterPrivateSession() as %Status
method SendRequestAsync(pTargetDispatchName As %String, pRequest As %Library.Persistent, pDescription As %String = "", pResponseRequired As %Boolean = 0) as %Status
Inherited description: Use this method to dispatch a business invocation asynchronously
method SetEventDevice(pDevice="") as %Status
method SetTimer(pTimeout As %String, Output pAlarmHandle As %String, pDescription As %String = "") as %Status
method UnRegisterPrivateSession() as %Status
Inherited Members
Inherited Properties
- %AlertStartTime
 - %ConfigName
 - %ConfigQueueName
 - %LastActionTime
 - %LastHandledTime
 - %LastReportedError
 - %OutsideCreated
 - %PreserveSession
 - %ProcessInputCalled
 - %QuitTask
 - %RequestHeader
 - %SessionId
 - %SuperSession
 - %SuperSessionCreatedBeforeSession
 - %WaitForNextCallInterval
 - %WarnedLatest
 - %isShadow
 - Adapter
 - AlertGracePeriod
 - AlertGroups
 - AlertOnError
 - AlertRetryGracePeriod
 - ArchiveIO
 - BusinessPartner
 - DeferResponse
 - FailureTimeout
 - GenerateSuperSessionID
 - IOLogEntry
 - InactivityTimeout
 - NoFailWhileDisconnected
 - QueueCountAlert
 - QueueWaitAlert
 - ReplyCodeActions
 - Retry
 - RetryCount
 - RetryInterval
 - SendSuperSession
 - SuspendMessage
 - ThrottleDelay
 
Inherited Methods
- %AddToSaveSet()
 - %ClassIsLatestVersion()
 - %ClassName()
 - %ConstructClone()
 - %DispatchClassMethod()
 - %DispatchGetModified()
 - %DispatchGetProperty()
 - %DispatchMethod()
 - %DispatchSetModified()
 - %DispatchSetMultidimProperty()
 - %DispatchSetProperty()
 - %Extends()
 - %GetParameter()
 - %IsA()
 - %IsModified()
 - %New()
 - %NormalizeObject()
 - %ObjectModified()
 - %OnClose()
 - %OnNew()
 - %OriginalNamespace()
 - %PackageName()
 - %RemoveFromSaveSet()
 - %SerializeObject()
 - %SetModified()
 - %SuperSessionSet()
 - %ValidateObject()
 - AdapterName()
 - AssignOneSetting()
 - CloseIOLogEntry()
 - DeferResponse()
 - EnumerateSettingsClose()
 - EnumerateSettingsExecute()
 - EnumerateSettingsFetch()
 - ForceSessionId()
 - GenerateSuperSession()
 - GetDeferredResponseToken()
 - GetMessageList()
 - GetMsgHdrRequestKey()
 - GetProductionSettingValue()
 - GetProductionSettings()
 - GetPropertyConnections()
 - GetSettings()
 - GetShadowInstance()
 - IncludeSuperSession()
 - NewIOLogEntry()
 - OnError()
 - OnFailureTimeout()
 - OnGenerateSuperSession()
 - OnGetConnections()
 - OnGetReplyAction()
 - OnInit()
 - OnKeepalive()
 - OnMessage()
 - OnMonitor()
 - OnProcessInput()
 - OnProductionStart()
 - OnProductionStop()
 - OnTearDown()
 - PopulateSuperSession()
 - SaveIOLogEntry()
 - SendAlert()
 - SendDeferredResponse()
 - SendRequestSync()