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) |
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 |
| logger | ||
| managerLoc | ||
| clientName |
| Exception |
Referenced by alma.contLogTest.client.TestLogLevelsCompClient.main().
| void alma.contLogTest.client.TestLogLevelsCompClient.doSomeStuff | ( | ) | throws AcsJContainerServicesEx, CDBXMLErrorEx, CDBRecordDoesNotExistEx, CouldntPerformActionEx |
Calls getLevels() on the testlog component.
| AcsJContainerServicesEx | ||
| CDBRecordDoesNotExistEx | ||
| CDBXMLErrorEx | ||
| CouldntPerformActionEx |
References alma.acs.component.client.ComponentClient.getContainerServices(), and alma.acs.component.client.ComponentClient.m_logger.
Referenced by alma.contLogTest.client.TestLogLevelsCompClient.main().
| static void alma.contLogTest.client.TestLogLevelsCompClient.main | ( | String[] | args | ) | [static] |
Checks whether the Java property 'ACS.manager' is set and calls the other methods from this class.
References alma.contLogTest.client.TestLogLevelsCompClient.doSomeStuff(), alma.acs.component.client.ComponentClient.getContainerServices(), alma.acs.component.client.ComponentClient.tearDown(), and alma.contLogTest.client.TestLogLevelsCompClient.TestLogLevelsCompClient().
1.7.0