

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 |
Client application that accesses the HelloWorld components. Shamelessly copied from the HelloDemoClient code.
| alma::test::corbareftest::JavaClient::JavaClient | ( | Logger | logger, | |
| String | managerLoc, | |||
| String | clientName | |||
| ) | throws Exception [inline] |
| logger | ||
| managerLoc | ||
| clientName |
| Exception |
References m_helloComps.
Referenced by main().
| void alma::test::corbareftest::JavaClient::doOperations | ( | ) | [inline] |
Calls sayHello() on the hello component.
| 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().
HashMap<String,HelloWorld> alma::test::corbareftest::JavaClient::m_helloComps [private] |
Referenced by doOperations(), and JavaClient().
1.6.2