NexusDB Server Command Handler component. Default values are shown in the object inspector snapshot.
Icon
Properties and Events view
Purpose
The TnxServerCommandHandler component must be linked to either a TnxServerEngine or TnxRemoteServerEngine component. Any number of transports can be linked to the command handler, which receives messages from the transport and translates it back into method calls to pass to the server engine. Any replies from the server will be passed back through the command handler to the transport.
If an unrecognised message is received, the server command handler will send the message to all attached plugin command handlers looking for a match.
Key Properties
ServerEngine |
Connect to a TnxServerEngine component. |
Please also see Common Properties and Events for more details.