#include <reqlistT.h>
Public Member Functions | |
reqlistT (void) | |
virtual | ~reqlistT (void) |
virtual int | run (void) |
virtual int | main (int argC, char **argV) |
virtual int | initialize (int argC, char **argV) |
virtual int | terminate (int sig=0) |
Static Public Member Functions | |
static Application * | TheApplication (void) |
Static Protected Attributes | |
static Application * | _theApplication = 0 |
Definition at line 8 of file reqlistT.h.
reqlistT::reqlistT | ( | void | ) | [inline] |
virtual reqlistT::~reqlistT | ( | void | ) | [inline, virtual] |
Definition at line 11 of file reqlistT.h.
int reqlistT::run | ( | void | ) | [virtual] |
Reimplemented from baseApp.
Definition at line 14 of file reqlistT.cc.
References BESRequestHandlerList::add_handler(), BESRequestHandlerList::find_handler(), BESRequestHandlerList::get_first_handler(), BESRequestHandlerList::get_last_handler(), BESRequestHandler::get_name(), BESRequestHandlerList::remove_handler(), and BESRequestHandlerList::TheList().
int baseApp::main | ( | int | argC, | |
char ** | argV | |||
) | [virtual, inherited] |
Implements Application.
Definition at line 27 of file baseApp.cc.
References baseApp::initialize(), baseApp::run(), and baseApp::terminate().
int baseApp::initialize | ( | int | argC, | |
char ** | argV | |||
) | [virtual, inherited] |
Implements Application.
Reimplemented in keysT.
Definition at line 43 of file baseApp.cc.
References BESGlobalIQ::BESGlobalInit(), and BESException::get_message().
Referenced by keysT::initialize(), and baseApp::main().
int baseApp::terminate | ( | int | sig = 0 |
) | [virtual, inherited] |
Implements Application.
Definition at line 75 of file baseApp.cc.
References BESGlobalIQ::BESGlobalQuit().
Referenced by baseApp::main().
static Application* Application::TheApplication | ( | void | ) | [inline, static, inherited] |
Application * Application::_theApplication = 0 [static, protected, inherited] |