public MendozaCommandResult help(final MendozaRequest request) {
log.trace("Entering help");
proxyMessages = new TransportProxyMessages();
MendozaHelpCommand command =
new MendozaHelpCommand(request, this, serverState);
command.execute();
log.trace("Leaving help");
return command.getResult();
}
/** Gets the mendoza status.