Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

Ens.BusinessServiceHost

class Ens.BusinessServiceHost extends %Library.RegisteredObject

Provides a concrete class that can be used to pass messages to a service in a production. This class can also be used via standard Cache' projections.

Property Inventory

Method Inventory

Properties

property Service as Ens.BusinessService [ InitialExpression = $$$NULLOREF ];
Property methods: ServiceGet(), ServiceGetSwizzled(), ServiceIsValid(), ServiceNewObject(), ServiceSet()

Methods

method SubmitRequest(pRequest As Ens.Request, ByRef pResponse As Ens.Response) as %Status
Allows a request to be submitted for processing.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab