Skip to main content

Ens.Activity.Service.TCPCounted

class Ens.Activity.Service.TCPCounted extends Ens.BusinessService

Method Inventory

Parameters

parameter ADAPTER = EnsLib.TCP.CountedInboundAdapter;
Inherited description: The type of adapter used to communicate with external systems

Methods

method OnInit() as %Status
Inherited description: This user callback method is called via initConfig() from %OnNew() or in the case of SOAP Services from OnPreSOAP()
method OnProcessInput(pInput As %Stream.Object, pOutput 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).

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab