107 << (
void *)
this <<
")" << endl ;
virtual BESInfo * build_info()
virtual void end_response()
exception thrown if inernal error encountered
static BESInfoList * TheList()
virtual void transmit(BESTransmitter *transmitter, BESDataHandlerInterface &dhi)=0
transmit the informational object
BESServicesResponseHandler(const string &name)
virtual void show_services(BESInfo &info)
fills in the response object for the <showService /> request
BESResponseObject * _response
virtual ~BESServicesResponseHandler(void)
handler object that knows how to create a specific response object
informational response object
virtual void dump(ostream &strm) const
dumps information about this object
static BESServiceRegistry * TheRegistry()
static ostream & LMarg(ostream &strm)
#define SERVICE_RESPONSE_STR
virtual void execute(BESDataHandlerInterface &dhi)
executes the command 'show services;' by returning the list of all registered services for this BES...
Structure storing information used by the BES to handle the request.
virtual void dump(ostream &strm) const
dumps information about this object
virtual void begin_response(const string &response_name, BESDataHandlerInterface &dhi)
begin the informational response
static BESResponseHandler * ResponseBuilder(const string &handler_name)
virtual void transmit(BESTransmitter *transmitter, BESDataHandlerInterface &dhi)
transmit the response object built by the execute command using the specified transmitter object ...