persistent class EnsLib.PEX.BusinessProcess
extends Ens.BusinessProcess, EnsLib.PEX.Common
This is a Business Process class.
parameter SETTINGS = "%remoteClassname:Remote BusinessProcess,%gatewayName:Remote BusinessProcess:ExternalLanguageServerSelector?Types=.NET;Java;Python,%remoteSettings:Remote BusinessProcess,%gatewayHost:Alternative ProcessConnection,%gatewayPort:Alternative ProcessConnection,%gatewayTimeout:Alternative ProcessConnection,%gatewayExtraClasspaths:Remote BusinessProcess:classpathsTable";
List of properties can be set as settings in the configuration file
format is a comma separated list of property names
property persistentProperties
as array of %String(MAXLEN="");
method OnComplete(request As %Library.Persistent, ByRef response As %Library.Persistent)
as %Status
Called when all the Async responses are received, or timeout has occurred
method OnRequest(request As %Persistent, Output response As %Persistent)
as %Status
Handle a 'Request'
method OnResponse(request As %Persistent, ByRef response As %Persistent, callRequest As %Persistent, callResponse As %Persistent, pCompletionKey As %String)
as %Status
Handle a 'Response'
method dispatchReply(response)
method dispatchSendRequestAsync(target, request, responseRequired, completionkey, description)
method dispatchSetTimer(timeout, completionKey)
method getPersistentProperty(name)
method setPersistentProperty(name, value)