33#ifndef StandAloneClient_h
34#define StandAloneClient_h 1
75 size_t readLine(std::string &str);
79 void executeCommand(
const std::string &cmd,
int repeat);
86 void setOutput(std::ostream *strm,
bool created);
96 virtual void dump(std::ostream &strm)
const;
top level BES object to house generic methods
void executeCommands(const std::string &cmd_list, int repeat)
Send the command(s) specified to the BES server after wrapping in request document.
void interact()
An interactive BES client that takes BES requests on the command line.
void executeClientCommand(const std::string &cmd)
Executes a client side command.
virtual void dump(std::ostream &strm) const
dumps information about this object
void setOutput(std::ostream *strm, bool created)
Set the output stream for responses from the BES server.