

Public Member Functions | |
| EventILComponentTest (String managerLoc) throws Exception | |
| void | doSomeStuff () throws AcsJCouldntPerformActionEx |
| void | cleanupNC () throws Exception |
Static Public Member Functions | |
| static void | main (String[] args) |
Private Attributes | |
| SupplierComp | m_supplier |
| ConsumerComp | m_consumer |
| alma::demo::test::client::EventILComponentTest::EventILComponentTest | ( | String | managerLoc | ) | throws Exception [inline] |
| logger | ||
| managerLoc | ||
| clientName |
| Exception |
References alma::acs::component::client::ComponentClient::getContainerServices(), m_consumer, and m_supplier.
Referenced by main().
| void alma::demo::test::client::EventILComponentTest::cleanupNC | ( | ) | throws Exception [inline] |
References alma::acs::component::client::ComponentClient::getContainerServices(), and alma::acs::container::ContainerServices::releaseComponent().
Referenced by main().
| void alma::demo::test::client::EventILComponentTest::doSomeStuff | ( | ) | throws AcsJCouldntPerformActionEx [inline] |
Calls sayHello() on the hello component.
References m_supplier, and alma::demo::SupplierCompOperations::sendEvents().
Referenced by main().
| static void alma::demo::test::client::EventILComponentTest::main | ( | String[] | args | ) | [inline, static] |
Checks whether the Java property 'ACS.manager' is set and calls the other methods from this class.
References cleanupNC(), doSomeStuff(), EventILComponentTest(), and alma::acs::component::client::ComponentClient::tearDown().
Referenced by EventILComponentTest().
Referenced by doSomeStuff(), and EventILComponentTest().
1.6.2