#include <BESInfoList.h>
Public Member Functions | |
virtual | ~BESInfoList (void) |
virtual bool | add_info_builder (const string &info_type, p_info_builder info_builder) |
virtual bool | rem_info_builder (const string &info_type) |
virtual BESInfo * | build_info () |
virtual void | dump (ostream &strm) const |
dumps information about this object | |
Static Public Member Functions | |
static BESInfoList * | TheList () |
Protected Member Functions | |
BESInfoList (void) |
BESInfoList::BESInfoList | ( | void | ) | [protected] |
BESInfoList::~BESInfoList | ( | void | ) | [virtual] |
bool BESInfoList::add_info_builder | ( | const string & | info_type, | |
p_info_builder | info_builder | |||
) | [virtual] |
Referenced by BESDefaultModule::initialize().
bool BESInfoList::rem_info_builder | ( | const string & | info_type | ) | [virtual] |
BESInfo * BESInfoList::build_info | ( | ) | [virtual] |
References BES_DEFAULT_INFO_TYPE, BESKeys::get_key(), and TheBESKeys::TheKeys().
Referenced by BESVersionInfo::BESVersionInfo(), BESStatusResponseHandler::execute(), BESShowDefsResponseHandler::execute(), BESShowContextResponseHandler::execute(), BESShowContainersResponseHandler::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.
References BESInfo::dump(), BESIndent::Indent(), BESIndent::LMarg(), and BESIndent::UnIndent().
BESInfoList * BESInfoList::TheList | ( | ) | [static] |
Referenced by BESVersionInfo::BESVersionInfo(), BESStatusResponseHandler::execute(), BESShowDefsResponseHandler::execute(), BESShowContextResponseHandler::execute(), BESShowContainersResponseHandler::execute(), BESProcIdResponseHandler::execute(), BESHelpResponseHandler::execute(), BESConfigResponseHandler::execute(), BESCatalogResponseHandler::execute(), BESExceptionManager::handle_exception(), and BESDefaultModule::initialize().