NexusDB Server Command Handler component.  Default values are shown in the object inspector snapshot.

Icon

nxServerCommandHandler1

Properties and Events view

DelphiGuide_nxServerCommandHandler1 DelphiGuide_nxServerCommandHandler1(a)

                                                               

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.

Home | Site Contents | Documentation | NexusDB Manual V4 | Delphi Guide | VCL Component Overview | Servers and Command Handlers