

Public Member Functions | |
| HelloDemoClient (Logger logger, String managerLoc, String clientName) throws Exception | |
| void | doSomeStuff () throws AcsJContainerServicesEx |
Static Public Member Functions | |
| static void | main (String[] args) |
Private Attributes | |
| HelloDemo | m_helloComp |
Client application that accesses the HelloDemo component. It demonstrates how the class ComponentClientcan be used as a base class.
| alma::demo::client::HelloDemoClient::HelloDemoClient | ( | Logger | logger, | |
| String | managerLoc, | |||
| String | clientName | |||
| ) | throws Exception [inline] |
| void alma::demo::client::HelloDemoClient::doSomeStuff | ( | ) | throws AcsJContainerServicesEx [inline] |
Calls sayHello() on the hello component.
| AcsJContainerServicesEx |
References alma::acs::component::client::ComponentClient::getContainerServices(), m_helloComp, alma::acs::component::client::ComponentClient::m_logger, and alma::demo::HelloDemoOperations::sayHello().
Referenced by main().
| static void alma::demo::client::HelloDemoClient::main | ( | String[] | args | ) | [inline, static] |
Checks whether the Java property 'ACS.manager' is set and calls the other methods from this class.
References doSomeStuff(), alma::acs::component::client::ComponentClient::getContainerServices(), alma::acs::container::ContainerServicesBase::getLogger(), HelloDemoClient(), and alma::acs::component::client::ComponentClient::tearDown().
Referenced by doSomeStuff().
1.6.2