EnsLib.PEX.BusinessService
class EnsLib.PEX.BusinessService extends Ens.BusinessService, EnsLib.PEX.Common
Method Inventory
Parameters
parameter ADAPTER = Ens.InboundAdapter;
Inherited description: The type of adapter used to communicate with external systems
parameter SETTINGS = %remoteClassname:Remote BusinessService,%gatewayName:Remote BusinessService:ExternalLanguageServerSelector?Types=.NET;Java;Python,%remoteSettings:Remote BusinessService,%gatewayHost:Alternative ServiceConnection,%gatewayPort:Alternative ServiceConnection,%gatewayTimeout:Alternative ServiceConnection,%gatewayExtraClasspaths:Remote BusinessService:classpathsTable;
Inherited description: List of properties can be set as settings in the configuration file
format is a comma separated list of property names
Methods
method OnProcessInput(request As %Library.RegisteredObject, Output response As %Library.RegisteredObject, ByRef pHint As %Library.String) as %Status
Inherited description: Override this method to process incoming data. Do not call SendRequestSync/Async() from outside this method (e.g. in a SOAP Service or a CSP page).
classmethod dispatchProcessInput(host As %RegisteredObject, pInput As %RegisteredObject) as %RegisteredObject
Inherited Members
Inherited Properties
- %AlertStartTime
 - %ConfigName
 - %ConfigQueueName
 - %LastActionTime
 - %LastHandledTime
 - %LastReportedError
 - %OutsideCreated
 - %PreserveSession
 - %ProcessInputCalled
 - %QuitTask
 - %RequestHeader
 - %SessionId
 - %SuperSession
 - %SuperSessionCreatedBeforeSession
 - %WaitForNextCallInterval
 - %WarnedLatest
 - %gatewayConnection
 - %gatewayExtraClasspaths
 - %gatewayHost
 - %gatewayName
 - %gatewayPort
 - %gatewayProxy
 - %gatewayTimeout
 - %isShadow
 - %remoteClassname
 - %remoteSettings
 - 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()
 - CheckGatewayConnection()
 - CheckGatewayDisconnection()
 - CloseIOLogEntry()
 - Connect()
 - Disconnect()
 - EnumerateSettingsClose()
 - EnumerateSettingsExecute()
 - EnumerateSettingsFetch()
 - ForceSessionId()
 - GenerateSuperSession()
 - GetDeferredResponseToken()
 - GetMsgHdrRequestKey()
 - GetProductionSettingValue()
 - GetProductionSettings()
 - GetPropertyConnections()
 - GetSettings()
 - GetShadowInstance()
 - NewIOLogEntry()
 - OnError()
 - OnGenerateSuperSession()
 - OnGetConnections()
 - OnInit()
 - OnKeepalive()
 - OnMonitor()
 - OnProductionStart()
 - OnProductionStop()
 - OnTearDown()
 - PopulateSuperSession()
 - QueueName()
 - SaveIOLogEntry()
 - SendAlert()
 - SendDeferredResponse()
 - SendRequestAsync()
 - SendRequestSync()
 - SetPropertyValues()
 - deserialize()
 - dispatchSendRequestAsync()
 - dispatchSendRequestSync()
 - serialize()