Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [EnsLib] >  [UDP] >  [InboundAdapter]
Private  Storage   

class EnsLib.UDP.InboundAdapter extends Ens.InboundAdapter, EnsLib.UDP.Common

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 4 3


Summary

Properties
%CredentialsObj %WarnedLatest BusinessHost CallInterval
Credentials KeepaliveInterval RegistryID UDPDebugOutputFile
UDPPort UDPReceiver

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
AssignOneSetting ClearAllAppData ClearRuntimeAppData ClearStaticAppData
Close CredentialsSet EnumerateSettingsClose EnumerateSettingsExecute
EnumerateSettingsFetch GetSettings OnInit OnKeepalive
OnTask OnTearDown Open Receive
Send


Parameters

• parameter SERVICEINPUTCLASS = "Ens.StringContainer";
• parameter SETTINGS = "UDPReceiver,UDPPort,UDPDebugOutputFile";
List of properties can be set as settings in the configuration file format is a comma separated list of property names

Properties

• property UDPDebugOutputFile as %String;
• property UDPPort as %Integer [ InitialExpression = 10000 ];
• property UDPReceiver as %String(MAXLEN=128) [ InitialExpression = $System.Util.InstallDirectory() _ "bin/udprecv" ];

Methods

• method OnInit() as %Status
This user callback method is called just after %OnNew()
• method OnTask() as %Status
default InboundAdapter behavior: always call ProcessInput on CallInterval
• method OnTearDown() as %Status
This user callback method is called just before %OnClose()


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.