

Public Member Functions | |
| LogLevelFrame () | |
| void | stopPanel () |
| void | disconnectACSComponentClient () |
Static Public Member Functions | |
| static void | main (String[] args) |
Private Member Functions | |
| void | initialize () |
| void | connectACSComponentClient () throws Exception |
Private Attributes | |
| LogLevelPanel | panel = null |
| AdvancedComponentClient | client = null |
| ContainerServices | contSvc = null |
| Logger | logger = null |
The frame of the application
| alma::acs::gui::loglevel::LogLevelFrame::LogLevelFrame | ( | ) | [inline] |
Constructor
References connectACSComponentClient(), contSvc, initialize(), panel, alma::acs::gui::loglevel::LogLevelPanel::setACSContainerServices(), and alma::acs::gui::loglevel::LogLevelPanel::start().
Referenced by main().
| void alma::acs::gui::loglevel::LogLevelFrame::connectACSComponentClient | ( | ) | throws Exception [inline, private] |
Connect to ACS as component client. It connects the client and the logger.
| Exception | In case of failure connecting to ACS |
References client, contSvc, alma::acs::component::client::ComponentClient::getContainerServices(), alma::acs::container::ContainerServicesBase::getLogger(), and logger.
Referenced by LogLevelFrame().
| void alma::acs::gui::loglevel::LogLevelFrame::disconnectACSComponentClient | ( | ) | [inline] |
Disconnect from ACS
References client, contSvc, logger, and alma::acs::component::client::ComponentClient::tearDown().
Referenced by alma::acs::gui::loglevel::LogLevelWinAdapter::windowClosing().
| void alma::acs::gui::loglevel::LogLevelFrame::initialize | ( | ) | [inline, private] |
| static void alma::acs::gui::loglevel::LogLevelFrame::main | ( | String[] | args | ) | [inline, static] |
The starting point of the application when executed as stand alone
| args |
References LogLevelFrame().
| void alma::acs::gui::loglevel::LogLevelFrame::stopPanel | ( | ) | [inline] |
Stop the panel (same operation done by the OMC when closing the plugin)
References panel, and alma::acs::gui::loglevel::LogLevelPanel::stop().
Referenced by alma::acs::gui::loglevel::LogLevelWinAdapter::windowClosing().
AdvancedComponentClient alma::acs::gui::loglevel::LogLevelFrame::client = null [private] |
Referenced by connectACSComponentClient(), and disconnectACSComponentClient().
ContainerServices alma::acs::gui::loglevel::LogLevelFrame::contSvc = null [private] |
Referenced by connectACSComponentClient(), disconnectACSComponentClient(), and LogLevelFrame().
Logger alma::acs::gui::loglevel::LogLevelFrame::logger = null [private] |
Referenced by connectACSComponentClient(), and disconnectACSComponentClient().
LogLevelPanel alma::acs::gui::loglevel::LogLevelFrame::panel = null [private] |
Referenced by initialize(), LogLevelFrame(), and stopPanel().
1.6.2