bes
Updated for version 3.20.5
|
33 #ifndef StandAloneClient_h
34 #define StandAloneClient_h 1
80 size_t readLine(
string &str ) ;
82 void executeCommand(
const string &cmd,
87 _strmCreated(
false ),
88 _isInteractive(
false ) {}
91 void setOutput( ostream *strm,
bool created ) ;
99 virtual void dump( ostream &strm )
const ;
102 #endif // StandAloneClient_h
void setOutput(ostream *strm, bool created)
Set the output stream for responses from the BES server.
virtual void dump(ostream &strm) const
dumps information about this object
void interact()
An interactive BES client that takes BES requests on the command line.
Base object for bes objects.
void executeClientCommand(const string &cmd)
Executes a client side command.
void executeCommands(const string &cmd_list, int repeat)
Send the command(s) specified to the BES server after wrapping in request document.