*
* The first entry request has three possible types of message
* responses - EntryNotFound, AlternateMatchpoint, or Entry.
*/
VLSNRange range = vlsnIndex.getRange();
EntryRequest firstRequest =
(EntryRequest) protocol.read(namedChannel);
Message response = makeResponseToEntryRequest(range,
firstRequest,
true);