public class TestLogLevelsCompClient extends ComponentClient
ComponentClient can be used as a base class.m_logger, m_shutdownHook| Constructor and Description |
|---|
TestLogLevelsCompClient(java.util.logging.Logger logger,
java.lang.String managerLoc,
java.lang.String clientName) |
| Modifier and Type | Method and Description |
|---|---|
void |
doSomeStuff()
Calls getLevels() on the testlog component.
|
static void |
main(java.lang.String[] args)
Checks whether the Java property 'ACS.manager' is set and calls the
other methods from this class.
|
getContainerServices, initAlarmSystem, initRemoteLogging, registerShutdownHook, tearDown, tearDownAlarmSystempublic TestLogLevelsCompClient(java.util.logging.Logger logger,
java.lang.String managerLoc,
java.lang.String clientName)
throws java.lang.Exception
logger - managerLoc - clientName - java.lang.Exceptionpublic void doSomeStuff()
throws AcsJContainerServicesEx,
CDBXMLErrorEx,
CDBRecordDoesNotExistEx,
CouldntPerformActionEx
AcsJContainerServicesExCDBRecordDoesNotExistExCDBXMLErrorExCouldntPerformActionExpublic static void main(java.lang.String[] args)