Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
|
|
|
The type of adapter used to communicate with external systems
List of properties can be set as settings in the configuration file format is a comma separated list of property names
|
Our local server id for the node we are talking to
Cached map from SearchTable class to table name
The version of the archive protocol we negotiated
The name of a class that functions as a helper to process messages when requests are received that include a message body. For each incoming message header, the service will call the OnBankMsg classmethod in the helper class with the following arguments:See the
- pHeader - the
Ens.Enterprise.MsgBank.MessageHeader object being banked,- pFullHeaderID - the full ID of the header,
- pBody - the message body object being banked,
- pFullBodyID - the full ID of the message body, and
- pService - the Ens.Enterprise.MsgBank.TCPService instance.
Ens.Enterprise.MsgBank.BankHelperClass for more details on the interface.
Ignore Client IP ChangesFor clients that are:
not members of an InterSystems IRIS mirror and might have different IP addresses after a restart and it is not possible to specify the interface to connect to this service on so that it is the same IP each time Enabling this setting prevents the Message Bank Service treating the change in client IP as a new node if the node name is found and the message header IDs follow the last connection.
This setting will apply to all clients that connect to this service that are not Mirror members.
It is important to note that with this setting enabled the Message Bank Service may not be able to detect a different client.
It is possible to have multiple Message Bank Services on different ports if this setting ought not to apply to all clients.
The default setting is off.
|
The Adapter invokes the OnConnect() method to manage initialization of the connection
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).
This user callback method is called from %OnClose()