alma::test::corbareftest::JavaClient Class Reference

Inheritance diagram for alma::test::corbareftest::JavaClient:
Inheritance graph
[legend]
Collaboration diagram for alma::test::corbareftest::JavaClient:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 JavaClient (Logger logger, String managerLoc, String clientName) throws Exception
void doOperations ()

Static Public Member Functions

static void main (String[] args)

Private Attributes

HashMap< String, HelloWorld > m_helloComps

Detailed Description

Client application that accesses the HelloWorld components. Shamelessly copied from the HelloDemoClient code.

Author:
hsommer Nov 21, 2002 5:53:05 PM

Constructor & Destructor Documentation

alma::test::corbareftest::JavaClient::JavaClient ( Logger  logger,
String  managerLoc,
String  clientName 
) throws Exception [inline]
Parameters:
logger 
managerLoc 
clientName 
Exceptions:
Exception 

References m_helloComps.

Referenced by main().


Member Function Documentation

void alma::test::corbareftest::JavaClient::doOperations (  )  [inline]

Calls sayHello() on the hello component.

Exceptions:
AcsJContainerServicesEx Client processing operation

References alma::acs::component::client::ComponentClient::getContainerServices(), and m_helloComps.

Referenced by main().

static void alma::test::corbareftest::JavaClient::main ( String[]  args  )  [inline, static]

Checks whether the Java property 'ACS.manager' is set and calls the other methods from this class.

References doOperations(), alma::acs::component::client::ComponentClient::getContainerServices(), JavaClient(), and alma::acs::component::client::ComponentClient::tearDown().


Member Data Documentation

HashMap<String,HelloWorld> alma::test::corbareftest::JavaClient::m_helloComps [private]

Referenced by doOperations(), and JavaClient().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2