

Public Member Functions | |
| TestLogLevelsCompClient (Logger logger, String managerLoc, String clientName) throws Exception | |
| void | doSomeStuff () throws AcsJContainerServicesEx, CDBXMLErrorEx, CDBRecordDoesNotExistEx, CouldntPerformActionEx |
Static Public Member Functions | |
| static void | main (String[] args) |
Private Attributes | |
| TestLogLevelsComp | m_testlogComp |
Client application that accesses the TestLogLevelsComp component. It demonstrates how the class ComponentClient can be used as a base class.
| alma::contLogTest::client::TestLogLevelsCompClient::TestLogLevelsCompClient | ( | Logger | logger, | |
| String | managerLoc, | |||
| String | clientName | |||
| ) | throws Exception [inline] |
| void alma::contLogTest::client::TestLogLevelsCompClient::doSomeStuff | ( | ) | throws AcsJContainerServicesEx, CDBXMLErrorEx, CDBRecordDoesNotExistEx, CouldntPerformActionEx [inline] |
Calls getLevels() on the testlog component.
| AcsJContainerServicesEx | ||
| CDBRecordDoesNotExistEx | ||
| CDBXMLErrorEx | ||
| CouldntPerformActionEx |
References alma::acs::component::client::ComponentClient::getContainerServices(), alma::contLogTest::TestLogLevelsCompOperations::getLevels(), alma::acs::component::client::ComponentClient::m_logger, and m_testlogComp.
Referenced by main().
| static void alma::contLogTest::client::TestLogLevelsCompClient::main | ( | String[] | args | ) | [inline, static] |
Checks whether the Java property 'ACS.manager' is set and calls the other methods from this class.
References doSomeStuff(), alma::acs::component::client::ComponentClient::getContainerServices(), alma::acs::component::client::ComponentClient::tearDown(), and TestLogLevelsCompClient().
Referenced by doSomeStuff().
1.6.2