Declaration

TnxSimpleCommandHandler = class(TnxBaseCommandHandler)

 
Description

The SimpleCommandHandler component decodes messages and hands them off to be processed. Typical use would be to add message-based communication to a database system.

To use, set a transport component's CommandHandler property to point to an instance of this component, and set a TnxServerCommandHandler's CommandHandler property to point to the TnxSimpleCommandHandler.

 
Methods

Create

constructor.

Destroy

destructor.

 
File

 
nxllSimpleCommandHandler

Home | Site Contents | Documentation | NexusDB Manual V4 | Class Reference | Symbol Reference | Classes