EnsLib.UDP.InboundAdapter
class EnsLib.UDP.InboundAdapter extends Ens.InboundAdapter, EnsLib.UDP.Common
Property Inventory
Method Inventory
Parameters
parameter SERVICEINPUTCLASS = Ens.StringContainer;
parameter SETTINGS = UDPReceiver,UDPPort,UDPDebugOutputFile;
Inherited description: 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 methods: UDPDebugOutputFileDisplayToLogical(), UDPDebugOutputFileGet(), UDPDebugOutputFileIsValid(), UDPDebugOutputFileLogicalToDisplay(), UDPDebugOutputFileLogicalToOdbc(), UDPDebugOutputFileNormalize(), UDPDebugOutputFileSet()
property UDPPort as %Integer [ InitialExpression = 10000 ];
Property methods: UDPPortDisplayToLogical(), UDPPortGet(), UDPPortIsValid(), UDPPortLogicalToDisplay(), UDPPortNormalize(), UDPPortSet()
property UDPReceiver as %String (MAXLEN = 128) [ InitialExpression = $System.Util.InstallDirectory() _ "bin/udprecv" ];
Property methods: UDPReceiverDisplayToLogical(), UDPReceiverGet(), UDPReceiverIsValid(), UDPReceiverLogicalToDisplay(), UDPReceiverLogicalToOdbc(), UDPReceiverNormalize(), UDPReceiverSet()
Methods
method OnInit() as %Status
Inherited description: This user callback method is called just after %OnNew()
method OnTask() as %Status
Inherited description: default InboundAdapter behavior: always call ProcessInput on CallInterval
method OnTearDown() as %Status
Inherited description: This user callback method is called just before %OnClose()
Inherited Members
Inherited Properties
Inherited 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()
- OnKeepalive()
- Open()
- Receive()
- Send()