#include <agglistT.h>
Inheritance diagram for agglistT:
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 |
Definition at line 14 of file agglistT.h.
agglistT::agglistT | ( | void | ) | [inline] |
Definition at line 16 of file agglistT.h.
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().
Here is the call graph for this function:
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().
Here is the call graph for this function:
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().
Here is the call graph for this function:
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().
Here is the call graph for this function:
static Application* Application::TheApplication | ( | void | ) | [inline, static, inherited] |
Application * Application::_theApplication [static, protected, inherited] |
Definition at line 15 of file Application.h.
Referenced by baseApp::baseApp(), Application::TheApplication(), and baseApp::~baseApp().