Class Reference
EnsLib.UDP.OutboundAdapter
Server:appadmin-00044-deployment-6bf4cbc86d-9f4xc
Instance:IRIS
User:SuperUser
 
-
  [USER] >  [EnsLib] >  [UDP] >  [OutboundAdapter]
Private  Storage

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

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 5 3


Summary

Properties
%CredentialsObj %WarnedLatest BusinessHost Credentials
KeepaliveInterval RegistryID UDPDebugOutputFile UDPHost
UDPPort UDPSender

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
OnTearDown Open Receive Send
SendStream


Parameters

• parameter SETTINGS = "UDPSender,UDPHost,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 UDPHost as %String [ InitialExpression = "127.0.0.1" ];
• property UDPPort as %Integer [ InitialExpression = 10000 ];
• property UDPSender as %String(MAXLEN=128) [ InitialExpression = $System.Util.InstallDirectory() _ "bin/udpsend" ];

Methods

• method OnInit() as %Status
This user callback method is called just after %OnNew()
• method OnTearDown() as %Status
This user callback method is called just before %OnClose()
• method SendStream(pBuffer As %Stream.Object) as %Status


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