HS.HC.Util.BusinessService
class HS.HC.Util.BusinessService extends Ens.BusinessService
HS.HC.BusinessService is a simple business service for directing a specified request message to a specified business host.Method Inventory
Methods
classmethod SendSync(pTargetDispatchName As %String, pRequest As Ens.Request, ByRef pResponse As Ens.Response, pTimeout As %Numeric = -1, pDescription As %String = "", ByRef pSessionId) as %Status
@API
Send a request synchronously to the specified target dispatch name (i.e., another Interoperability host in the current production for the current namespace) and receive and return the response.
@Input pTargetDispatchName (required) Config item name of an Interoperability business host.
@Input pRequest (required) Interoperability based request message.
@Output pResponse Interoperability based response message.
@Input pTimeout Timeout.
@Input Description Request text description.
@Output pSessionId Message processing session id.
Send a request synchronously to the specified target dispatch name (i.e., another Interoperability host in the current production for the current namespace) and receive and return the response.
@Input pTargetDispatchName (required) Config item name of an Interoperability business host.
@Input pRequest (required) Interoperability based request message.
@Output pResponse Interoperability based response message.
@Input pTimeout Timeout.
@Input Description Request text description.
@Output pSessionId Message processing session id.
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
- ArchiveIO
- BusinessPartner
- GenerateSuperSessionID
- IOLogEntry
- InactivityTimeout
- 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()
- EnumerateSettingsClose()
- EnumerateSettingsExecute()
- EnumerateSettingsFetch()
- ForceSessionId()
- GenerateSuperSession()
- GetDeferredResponseToken()
- GetMsgHdrRequestKey()
- GetProductionSettingValue()
- GetProductionSettings()
- GetPropertyConnections()
- GetSettings()
- GetShadowInstance()
- NewIOLogEntry()
- OnError()
- OnGenerateSuperSession()
- OnGetConnections()
- OnInit()
- OnKeepalive()
- OnMonitor()
- OnProcessInput()
- OnProductionStart()
- OnProductionStop()
- OnTearDown()
- PopulateSuperSession()
- QueueName()
- SaveIOLogEntry()
- SendAlert()
- SendDeferredResponse()
- SendRequestAsync()
- SendRequestSync()