Public Member Functions | Static Public Member Functions

alma.contLogTest.client.TestLogLevelsCompClient Class Reference

Inheritance diagram for alma.contLogTest.client.TestLogLevelsCompClient:
alma.acs.component.client.ComponentClient

List of all members.

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)

Detailed Description

Client application that accesses the TestLogLevelsComp component. It demonstrates how the class ComponentClient can be used as a base class.

Author:
eallaert 30 October 2007

Constructor & Destructor Documentation

alma.contLogTest.client.TestLogLevelsCompClient.TestLogLevelsCompClient ( Logger  logger,
String  managerLoc,
String  clientName 
) throws Exception
Parameters:
logger 
managerLoc 
clientName 
Exceptions:
Exception 

Referenced by alma.contLogTest.client.TestLogLevelsCompClient.main().


Member Function Documentation

void alma.contLogTest.client.TestLogLevelsCompClient.doSomeStuff (  )  throws AcsJContainerServicesEx, CDBXMLErrorEx, CDBRecordDoesNotExistEx, CouldntPerformActionEx

Calls getLevels() on the testlog component.

Exceptions:
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]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties