|
The ``bind'' command allows to store the target location of the given logical server name. In order to execute this command the client has to send the message with following structure:
Object name: ignored, but by convention can be "names"
.
Message name: "bind"
.
Message content:
"object"
- string defining the logical name of the server; this can be a string array to facilitate binding of many entries."location"
- string defining the target location of the server; this can be a string array of the same size and order as for the "object"
field.If the binding is requested for the name that is already bound, the old entry is replaced with new content.
If the operation is successful, the name server replies with an empty parameters object.