#include <agglistT.h>
Public Member Functions | |
agglistT (void) | |
virtual | ~agglistT (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 BESAggregationServer * | h1 (string handler_name) |
static BESAggregationServer * | h2 (string handler_name) |
static BESAggregationServer * | h3 (string handler_name) |
static BESAggregationServer * | h4 (string handler_name) |
static Application * | TheApplication (void) |
Static Protected Attributes | |
static Application * | _theApplication = 0 |
Definition at line 14 of file agglistT.h.
agglistT::agglistT | ( | void | ) | [inline] |
virtual agglistT::~agglistT | ( | void | ) | [inline, virtual] |
Definition at line 17 of file agglistT.h.
int agglistT::run | ( | void | ) | [virtual] |
Reimplemented from baseApp.
Definition at line 16 of file agglistT.cc.
References BESAggFactory::add_handler(), BESAggFactory::find_handler(), BESAggFactory::get_handler_names(), BESException::get_message(), h1(), h2(), h3(), BESAggFactory::remove_handler(), and BESAggFactory::TheFactory().
BESAggregationServer * agglistT::h1 | ( | string | handler_name | ) | [static] |
BESAggregationServer * agglistT::h2 | ( | string | handler_name | ) | [static] |
BESAggregationServer * agglistT::h3 | ( | string | handler_name | ) | [static] |
static BESAggregationServer* agglistT::h4 | ( | string | handler_name | ) | [static] |
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] |