#include <BESInfoList.h>
Public Member Functions | |
virtual bool | add_info_builder (const string &info_type, p_info_builder info_builder) |
virtual BESInfo * | build_info () |
virtual void | dump (ostream &strm) const |
dumps information about this object | |
virtual bool | rem_info_builder (const string &info_type) |
virtual | ~BESInfoList (void) |
Static Public Member Functions | |
static BESInfoList * | TheList () |
Protected Member Functions | |
BESInfoList (void) |
Definition at line 48 of file BESInfoList.h.
BESInfoList::BESInfoList | ( | void | ) | [protected] |
Definition at line 41 of file BESInfoList.cc.
BESInfoList::~BESInfoList | ( | void | ) | [virtual] |
Definition at line 45 of file BESInfoList.cc.
bool BESInfoList::add_info_builder | ( | const string & | info_type, | |
p_info_builder | info_builder | |||
) | [virtual] |
Definition at line 50 of file BESInfoList.cc.
Referenced by BESDefaultModule::initialize().
BESInfo * BESInfoList::build_info | ( | ) | [virtual] |
Definition at line 77 of file BESInfoList.cc.
References BESKeys::get_value(), and TheBESKeys::TheKeys().
Referenced by BESVersionInfo::BESVersionInfo(), BESStatusResponseHandler::execute(), BESShowDefsResponseHandler::execute(), BESShowContextResponseHandler::execute(), BESShowContainersResponseHandler::execute(), BESServicesResponseHandler::execute(), BESProcIdResponseHandler::execute(), BESHelpResponseHandler::execute(), BESConfigResponseHandler::execute(), BESCatalogResponseHandler::execute(), and BESExceptionManager::handle_exception().
void BESInfoList::dump | ( | ostream & | strm | ) | const [virtual] |
dumps information about this object
Displays the pointer value of this instance along with the registered BESInfo builders and the default values of the BESInfo objects created.
strm | C++ i/o stream to dump the information to |
Implements BESObj.
Definition at line 107 of file BESInfoList.cc.
References BESInfo::dump(), BESIndent::Indent(), BESIndent::LMarg(), and BESIndent::UnIndent().
bool BESInfoList::rem_info_builder | ( | const string & | info_type | ) | [virtual] |
Definition at line 64 of file BESInfoList.cc.
BESInfoList * BESInfoList::TheList | ( | ) | [static] |
Definition at line 142 of file BESInfoList.cc.
Referenced by BESVersionInfo::BESVersionInfo(), BESStatusResponseHandler::execute(), BESShowDefsResponseHandler::execute(), BESShowContextResponseHandler::execute(), BESShowContainersResponseHandler::execute(), BESServicesResponseHandler::execute(), BESProcIdResponseHandler::execute(), BESHelpResponseHandler::execute(), BESConfigResponseHandler::execute(), BESCatalogResponseHandler::execute(), BESExceptionManager::handle_exception(), and BESDefaultModule::initialize().