Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
![]() |
![]() |
![]() |
List of properties can be set as settings in the configuration file format is a comma separated list of property names
![]() |
The event device name
The event device port number
IP address to connect to. This property is null if it is in listening mode
The TCP device name
IP Port
Boolean to indicate if the TCP device is connected
Boolean to indicate if the current job is spawned with TCP device
Spawn a new Job to handle each incoming TCP connection. Allows simultaneous handling of multiple connections.
In a multi-homed system, specify which network interface the TCP connection should go through. An empty value means to use any interface.
To be able to bind to IPv6 interfaces you may need to enable IPv6 in your Ensemble instance. This is done in the System Management Portal under System Administration > Configuration > Additional Settings > Startup, by editing the IPv6 setting.
Store the principal device of the current process
How many incoming connections should the OS hold open until the Business Service processes them.The default value is 100 and the maximum allowed value is 1000.
However, the maximum incoming connections the OS can hold open until the Business Service processes them depends on the TCP implementation.Set to 0 if only one connection at a time is expected and subsequent connections ought to be refused immediately by the OS.
Note: If QSize is 0 a client attempting to connect will be refused connection by the operating system (RST,ACK) if the Business Service is processing a previous incoming connection.
This could lead to a scenario where a client is connected to the Business Service but disconnects and attempts to reconnect again in the brief period before the listening socket is re-opened by the Business Service and the client does not retry to connect as a result.
The name of an existing SSL/TLS system configuration to use (Secure Socket Layer / Transport Layer Security), which can be configured in the System Management Portal under System Administration > Security.
If your SSL Configuration requires you to supply a password for the local private key file, specify it in the Private key password property of the SSL/TLS Configuration.
Indicate number of seconds to wait before calling OnDeviceTimeout
![]() |
This is a Set accessor method for theEventDevice property.
This user callback method is called just after %OnNew()
default InboundAdapter behavior: always call ProcessInput on CallInterval
This user callback method is called just before %OnClose()